I've modified the permissions of my admin user removing the following GUI privileges:
- All pages
- Diagnostics: Backup / Restore
- Diagnostics: Configuration History
- Diagnostics: Factory defaults
- Diagnostics: Halt system
- System: User Manager
- System: User Manager: Add Privileges
However, the user can only access the System: Settings: Logging page but NOT System: Settings: Logging / targets (syslog-ng page if I'm not mistaken). Is this intended?
Thanks for the support.
EDIT: apparently, the ALL pages does enable the access to https://myfirewall/ui/syslog/ page, however this also gives back the access to the other Diagnostics: xxx pages I wanted to disable...
Hi,
The syslog target component seems to miss an ACL, just added one in https://github.com/opnsense/core/commit/badd7cd8273b109be054b2c1e4eb1bece02e5e8a
You should be able to install is using the following command:
opnsense-patch badd7cd82
Best regards,
Ad
Thanks for the patch!
Regards