From 965966a7aea67af86f7a48bbe931f555a7d667a3 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sat, 28 Nov 2015 17:47:55 +0100 Subject: [PATCH] baculum: Tweak update INSTALL file --- gui/baculum/INSTALL | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/gui/baculum/INSTALL b/gui/baculum/INSTALL index 69d980cadc..46f665d449 100644 --- a/gui/baculum/INSTALL +++ b/gui/baculum/INSTALL @@ -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: -- 2.39.5