temp genhomedircon hack
This commit is contained in:
parent
9e91381a26
commit
de0d2651a7
|
@ -1,5 +1,9 @@
|
|||
|
||||
# temporary hack till genhomedircon is fixed
|
||||
ifdef(`targeted_policy',`
|
||||
HOME_DIR/((www)|(web)|(public_html))(/.+)? gen_context(system_u:object_r:httpd_user_content_t,s0)
|
||||
',`
|
||||
HOME_DIR/((www)|(web)|(public_html))(/.+)? gen_context(system_u:object_r:httpd_ROLE_content_t,s0)
|
||||
')
|
||||
|
||||
/etc/apache(2)?(/.*)? gen_context(system_u:object_r:httpd_config_t,s0)
|
||||
/etc/apache-ssl(2)?(/.*)? gen_context(system_u:object_r:httpd_config_t,s0)
|
||||
|
|
Loading…
Reference in New Issue