role hack for genhomedircon

This commit is contained in:
Chris PeBenito 2005-11-14 22:46:18 +00:00
parent de0d2651a7
commit 3ed2b69339

View File

@ -1,4 +1,9 @@
# temporary hack till genhomedircon is fixed
ifdef(`targeted_policy',`
HOME_DIR -d gen_context(system_u:object_r:user_home_dir_t,s0)
HOME_DIR/.+ gen_context(system_u:object_r:user_home_t,s0)
',`
HOME_DIR -d gen_context(system_u:object_r:ROLE_home_dir_t,s0)
HOME_DIR/.+ gen_context(system_u:object_r:ROLE_home_t,s0)
')