diff --git a/README.Redhat b/README.Redhat index a6b9ca2..1b050e0 100644 --- a/README.Redhat +++ b/README.Redhat @@ -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 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.