]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Tweak update INSTALL file
authorMarcin Haba <marcin.haba@bacula.pl>
Sat, 28 Nov 2015 16:47:55 +0000 (17:47 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sat, 28 Nov 2015 16:47:55 +0000 (17:47 +0100)
gui/baculum/INSTALL

index 69d980cadc8f2d3b5979114d3d98c4c2d8f2a472..46f665d4493d68a7128f6eaa71866ea54b003987 100644 (file)
@@ -77,10 +77,19 @@ php-bcmath
 
 In Fedora 20 PHP module for cURL support and for JSON support are compiled in PHP.
 
-In case of using SELinux functionality in Baculum environment, recommended way
-is switching "httpd_t" SELinux security domain to permissive domain like below:
+In case of using SELinux functionality in Baculum environment there is need
+to load SELinux policy module provided together with Baculum sources in location:
+
+examples/selinux/baculum.pp
+
+For load the policy module there can be used following command:
+
+semodule -i baculum.pp
+
+Source file the policy module is located in:
+
+examples/selinux/baculum.te
 
-# semanage permissive -a httpd_t
 
 Please be sure that in PHP configuration file (usually located in /etc/php.ini)
 there is option error_reporting set as below: