From d29e080360bfbd8d4bfb20bf90840e0b0bb1cb4c Mon Sep 17 00:00:00 2001 From: Jakob Schlyter <jakob@kirei.se> Date: Fri, 16 Jan 2015 14:01:54 +0100 Subject: [PATCH] typo --- extra/simplesamlphp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index 0448e4baf..8ca7df61b 100644 --- a/extra/simplesamlphp.spec +++ b/extra/simplesamlphp.spec @@ -58,8 +58,8 @@ tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -) # keep the labels, as uninstall + restorecon # may result in admin revealing sensitive data by mistake. # semanage fcontext -d -t httpd_sys_content_t '/var/lib/simplesamlphp(/.*)?' -# semanage fcontext -a -t httpd_sys_rw_content_t '/var/lib/simplesamlphp/data(/.*)?' -# semanage fcontext -a -t httpd_sys_rw_content_t '/var/lib/simplesamlphp/log(/.*)?' +# semanage fcontext -d -t httpd_sys_rw_content_t '/var/lib/simplesamlphp/data(/.*)?' +# semanage fcontext -d -t httpd_sys_rw_content_t '/var/lib/simplesamlphp/log(/.*)?' %preun -- GitLab