*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit f19b6c88 authored by entlein's avatar entlein
Browse files

finally fixing the selinux exception

parent 9954f233
Branches
No related tags found
1 merge request!1Restore main as the default branch
...@@ -7,9 +7,10 @@ require { ...@@ -7,9 +7,10 @@ require {
class lnk_file read; class lnk_file read;
class file read; class file read;
class file write; class file write;
class file open;
} }
#============= container_t ============== #============= container_t ==============
allow container_t cert_t:dir read; allow container_t cert_t:dir read;
allow container_t cert_t:lnk_file read; allow container_t cert_t:lnk_file read;
allow container_t cert_t:file {read write}; allow container_t cert_t:file {open read write};
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment