Update README for user access

This commit is contained in:
Simone Caronni 2019-05-17 10:32:06 +02:00
parent 35d34b2fc3
commit ebc87ab81f

View File

@ -82,3 +82,13 @@ of course have the same permissions as the main configuration file.
To see all the available documentation in both HTML and PDF formats, please To see all the available documentation in both HTML and PDF formats, please
install the "bacula-docs" package. install the "bacula-docs" package.
======== Granting user access to the console
The console configuration files are normally readable only by root for security
reasons. If you need to grant access to a specific user or group of users to
the consoles, you can adjust the ACLs on the configuration files. For example:
# setfacl -m u:user:r /etc/bacula/bconsole.conf /etc/bacula/bat.conf
This way the user 'user' can open the console without superuser privileges.