selinux-refpolicy/config
Laurent Bigonville 624abc4f54 Allow the user cronjobs to run in their userdomain
When cron_userdomain_transition boolean is set to on, the user cronjobs
are supposed to run in their domains. Without this patch the default
context is not properly computed:

    $ /usr/sbin/getdefaultcon user_u system_u:system_r:crond_t:s0
    /usr/sbin/getdefaultcon: Invalid argument
    $ /usr/sbin/getdefaultcon staff_u system_u:system_r:crond_t:s0
    staff_u:sysadm_r:sysadm_t:s0

With this patch applied:

    $ /usr/sbin/getdefaultcon user_u system_u:system_r:crond_t:s0
    user_u:user_r:user_t:s0
    $ /usr/sbin/getdefaultcon staff_ system_u:system_r:crond_t:s0
    staff_u:staff_r:staff_t:s0
2015-12-08 09:35:55 -05:00
..
appconfig-mcs Allow the user cronjobs to run in their userdomain 2015-12-08 09:35:55 -05:00
appconfig-mls Allow the user cronjobs to run in their userdomain 2015-12-08 09:35:55 -05:00
appconfig-standard Allow the user cronjobs to run in their userdomain 2015-12-08 09:35:55 -05:00
file_contexts.subs_dist Remove trailing / from paths 2012-08-15 10:57:24 -04:00
local.users remove extra level of directory 2006-07-12 20:32:27 +00:00