Skip to content
Snippets Groups Projects
Commit d29e0803 authored by Jakob Schlyter's avatar Jakob Schlyter
Browse files

typo

parent 9f037027
Branches
Tags
No related merge requests found
...@@ -58,8 +58,8 @@ tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -) ...@@ -58,8 +58,8 @@ tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -)
# keep the labels, as uninstall + restorecon # keep the labels, as uninstall + restorecon
# may result in admin revealing sensitive data by mistake. # may result in admin revealing sensitive data by mistake.
# semanage fcontext -d -t httpd_sys_content_t '/var/lib/simplesamlphp(/.*)?' # 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 -d -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/log(/.*)?'
%preun %preun
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment