Actions
Bug #6686
closedPHP extensions.ini cannot be read by non root users
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/09/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
All
Description
/usr/local/etc/php/extensions.ini is owned by root and created with 600 permissions. This prevents proper initialization of the PHP engine by any user other than root.
Updated by Denny Page almost 10 years ago
This file is being removed in 2.4.
If a 2.3.3 is issued, it would be desirable to add a chmod to 644 following creation of extensions.ini in src/etc/rc.php_ini_setup.
Updated by Jorge M. Oliveira over 9 years ago
This PR has been merged on pfSense 2.3 branch: https://github.com/pfsense/pfsense/pull/3095
This ticket can be set to feedback or resolved.
Actions