2005-06-08 22:32:33 +00:00
|
|
|
|
2005-11-14 22:46:18 +00:00
|
|
|
# temporary hack till genhomedircon is fixed
|
|
|
|
ifdef(`targeted_policy',`
|
|
|
|
HOME_DIR -d gen_context(system_u:object_r:user_home_dir_t,s0)
|
2006-01-11 15:28:14 +00:00
|
|
|
HOME_DIR/.+ gen_context(system_u:object_r:user_home_t,s0)
|
2005-11-14 22:46:18 +00:00
|
|
|
',`
|
2006-01-11 15:28:14 +00:00
|
|
|
HOME_DIR -d gen_context(system_u:object_r:ROLE_home_dir_t,s0-s15:c0.c255)
|
|
|
|
HOME_DIR/.+ gen_context(system_u:object_r:ROLE_home_t,s0)
|
2005-11-14 22:46:18 +00:00
|
|
|
')
|