forked from pool/selinux-policy
b3cf18cf4d
big toolchain update, please stage together. so versions change, so this has high potential to break stuff. Probably best to stage it isolated OBS-URL: https://build.opensuse.org/request/show/878582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/selinux-policy?expand=0&rev=8
37 lines
1.6 KiB
Diff
37 lines
1.6 KiB
Diff
Index: fedora-policy-20210309/policy/modules/contrib/cron.fc
|
|
===================================================================
|
|
--- fedora-policy-20210309.orig/policy/modules/contrib/cron.fc
|
|
+++ fedora-policy-20210309/policy/modules/contrib/cron.fc
|
|
@@ -34,7 +34,7 @@
|
|
|
|
/var/spool/cron -d gen_context(system_u:object_r:user_cron_spool_t,s0)
|
|
#/var/spool/cron/root -- gen_context(system_u:object_r:sysadm_cron_spool_t,s0)
|
|
-/var/spool/cron/USER -- gen_context(system_u:object_r:user_cron_spool_t,s0)
|
|
+/var/spool/cron/tabs/USER -- gen_context(system_u:object_r:user_cron_spool_t,s0)
|
|
|
|
/var/spool/cron/crontabs -d gen_context(system_u:object_r:cron_spool_t,s0)
|
|
/var/spool/cron/crontabs/.* -- <<none>>
|
|
@@ -69,9 +69,3 @@ ifdef(`distro_gentoo',`
|
|
/var/spool/cron/lastrun -d gen_context(system_u:object_r:crond_tmp_t,s0)
|
|
/var/spool/cron/lastrun/[^/]* -- <<none>>
|
|
')
|
|
-
|
|
-ifdef(`distro_suse', `
|
|
-/var/spool/cron/lastrun -d gen_context(system_u:object_r:crond_tmp_t,s0)
|
|
-/var/spool/cron/lastrun/[^/]* -- <<none>>
|
|
-/var/spool/cron/tabs -d gen_context(system_u:object_r:cron_spool_t,s0)
|
|
-')
|
|
Index: fedora-policy-20210309/policy/modules/contrib/cron.if
|
|
===================================================================
|
|
--- fedora-policy-20210309.orig/policy/modules/contrib/cron.if
|
|
+++ fedora-policy-20210309/policy/modules/contrib/cron.if
|
|
@@ -1057,7 +1057,7 @@ interface(`cron_generic_log_filetrans_lo
|
|
#
|
|
interface(`cron_system_spool_entrypoint',`
|
|
gen_require(`
|
|
- attribute system_cron_spool_t;
|
|
+ type system_cron_spool_t;
|
|
')
|
|
allow $1 system_cron_spool_t:file entrypoint;
|
|
')
|