Commit 2ee9b06e authored by Franco Fichtner's avatar Franco Fichtner

acl: do not keep status.php in the acl, only root should have access

We don't use this file very often so clamp down the access range
in order to avoid unwanted leakage.

(cherry picked from commit f50e2f58)
parent 253904a6
...@@ -365,13 +365,6 @@ ...@@ -365,13 +365,6 @@
"firewall_virtual_ip.php*" "firewall_virtual_ip.php*"
] ]
}, },
"page-hidden-detailedstatus": {
"name": "WebCfg - Hidden: Detailed Status page",
"descr": "Allow access to the 'Hidden: Detailed Status' page.",
"match": [
"status.php*"
]
},
"page-diagnostics-logs-firewall": { "page-diagnostics-logs-firewall": {
"name": "WebCfg - Diagnostics: Logs: Firewall: Normal View page", "name": "WebCfg - Diagnostics: Logs: Firewall: Normal View page",
"descr": "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page.", "descr": "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment