forked from pool/selinux-policy
c6e85fecc6
- Add fix_dnsmasq.patch to fix problems with virtualization on Microos (bsc#1199518) - Modified fix_init.patch to allow init to setup contrained environment for accountsservice. This needs a better, more general solution (bsc#1197610) - Add systemd_domain_dyntrans_type.patch to allow systemd to dyntransition. This happens in certain boot conditions (bsc#1182500) - Changed fix_unconfineduser.patch to not transition into ldconfig_t from unconfined_t (bsc#1197169) OBS-URL: https://build.opensuse.org/request/show/978218 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=128
13 lines
529 B
Diff
13 lines
529 B
Diff
Index: fedora-policy-20220519/policy/modules/contrib/dnsmasq.te
|
|
===================================================================
|
|
--- fedora-policy-20220519.orig/policy/modules/contrib/dnsmasq.te
|
|
+++ fedora-policy-20220519/policy/modules/contrib/dnsmasq.te
|
|
@@ -115,6 +115,7 @@ libs_exec_ldconfig(dnsmasq_t)
|
|
logging_send_syslog_msg(dnsmasq_t)
|
|
|
|
miscfiles_read_public_files(dnsmasq_t)
|
|
+sysnet_manage_config_dirs(dnsmasq_t)
|
|
|
|
userdom_dontaudit_use_unpriv_user_fds(dnsmasq_t)
|
|
userdom_dontaudit_search_user_home_dirs(dnsmasq_t)
|