forked from pool/selinux-policy
3e76bf7c4f
- Update to version 20211111. Refreshed: * fix_dbus.patch * fix_systemd.patch * fix_authlogin.patch * fix_auditd.patch * fix_kernel_sysctl.patch * fix_networkmanager.patch * fix_chronyd.patch * fix_unconfineduser.patch * fix_unconfined.patch * fix_firewalld.patch * fix_init.patch * fix_xserver.patch * fix_logging.patch * fix_hadoop.patch OBS-URL: https://build.opensuse.org/request/show/930934 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=122
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
Index: fedora-policy-20211111/policy/modules/contrib/chronyd.te
|
|
===================================================================
|
|
--- fedora-policy-20211111.orig/policy/modules/contrib/chronyd.te
|
|
+++ fedora-policy-20211111/policy/modules/contrib/chronyd.te
|
|
@@ -141,6 +141,14 @@ systemd_exec_systemctl(chronyd_t)
|
|
userdom_dgram_send(chronyd_t)
|
|
|
|
optional_policy(`
|
|
+ networkmanager_read_pid_files(chronyd_t)
|
|
+')
|
|
+
|
|
+optional_policy(`
|
|
+ wicked_read_pid_files(chronyd_t)
|
|
+')
|
|
+
|
|
+optional_policy(`
|
|
cron_dgram_send(chronyd_t)
|
|
')
|
|
|
|
Index: fedora-policy-20211111/policy/modules/contrib/chronyd.fc
|
|
===================================================================
|
|
--- fedora-policy-20211111.orig/policy/modules/contrib/chronyd.fc
|
|
+++ fedora-policy-20211111/policy/modules/contrib/chronyd.fc
|
|
@@ -6,6 +6,7 @@
|
|
|
|
/usr/sbin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0)
|
|
/usr/libexec/chrony-helper -- gen_context(system_u:object_r:chronyd_exec_t,s0)
|
|
+/usr/lib/chrony/helper -- gen_context(system_u:object_r:chronyd_exec_t,s0)
|
|
|
|
/usr/bin/chronyc -- gen_context(system_u:object_r:chronyc_exec_t,s0)
|
|
|