Changeset 318
- Timestamp:
- 02/09/07 18:09:45
(2 years ago)
- Author:
- nuxwin
- Message:
- CONFIGS:
Edit "php.ini" files for master user:
- open_basedir: added "bind/df" and "/bind/mount" path for GUI System Info
- open_basedir: added "/var/log/rkhunter.log" path for Gui Rootkit
- disable_functions: remove "popen" function for GUI system Info
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r317 |
r318 |
|
| 13 | 13 | | * gui: disable stats-alias in client menu | |
|---|
| 14 | 14 | \_________________________________________________________________/ |
|---|
| | 15 | |
|---|
| | 16 | 2007-02-09 Laurent DECLERCQ |
|---|
| | 17 | - CONFIGS: |
|---|
| | 18 | Edit "php.ini" files for master user: |
|---|
| | 19 | - open_basedir: added "bind/df" and "/bind/mount" path for GUI System Info |
|---|
| | 20 | - open_basedir: added "/var/log/rkhunter.log" path for Gui Rootkit |
|---|
| | 21 | - disable_functions: remove "popen" function for GUI system Info |
|---|
| 15 | 22 | |
|---|
| 16 | 23 | 2007-02-08 Benedikt Heintel |
|---|
| r308 |
r318 |
|
| 202 | 202 | ; support by the security team. for more information please |
|---|
| 203 | 203 | ; see /usr/share/doc/php4-common/README.Debian.security |
|---|
| 204 | | ; |
|---|
| 205 | | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:{PEAR_DIR}/" |
|---|
| | 204 | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:/bin/df/:/bin/mount/:/var/log/rkhunter.log/:{PEAR_DIR}/" |
|---|
| 206 | 205 | |
|---|
| 207 | 206 | ; This directive allows you to disable certain functions for security reasons. |
|---|
| 208 | 207 | ; It receives a comma-delimited list of function names. This directive is |
|---|
| 209 | 208 | ; *NOT* affected by whether Safe Mode is turned On or Off. |
|---|
| 210 | | disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, shell, symlink |
|---|
| | 209 | disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, proc_open, shell, symlink |
|---|
| 211 | 210 | |
|---|
| 212 | 211 | ; This directive allows you to disable certain classes for security reasons. |
|---|
| r308 |
r318 |
|
| 151 | 151 | ; or per-virtualhost web server configuration file. This directive is |
|---|
| 152 | 152 | ; *NOT* affected by whether Safe Mode is turned On or Off. |
|---|
| 153 | | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:{PEAR_DIR}/" |
|---|
| | 153 | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:/bin/df/:/bin/mount/:/var/log/rkhunter.log/:{PEAR_DIR}/" |
|---|
| 154 | 154 | |
|---|
| 155 | 155 | ; This directive allows you to disable certain functions for security reasons. |
|---|
| 156 | 156 | ; It receives a comma-delimited list of function names. This directive is |
|---|
| 157 | 157 | ; *NOT* affected by whether Safe Mode is turned On or Off. |
|---|
| 158 | | disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, shell, symlink |
|---|
| | 158 | disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, proc_open, shell, symlink |
|---|
| 159 | 159 | |
|---|
| 160 | 160 | ; This directive allows you to disable certain classes for security reasons. |
|---|
|