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
23 lines
629 B
Diff
23 lines
629 B
Diff
Index: fedora-policy-20211111/policy/modules/system/unconfined.te
|
|
===================================================================
|
|
--- fedora-policy-20211111.orig/policy/modules/system/unconfined.te
|
|
+++ fedora-policy-20211111/policy/modules/system/unconfined.te
|
|
@@ -1,5 +1,10 @@
|
|
policy_module(unconfined, 3.5.0)
|
|
|
|
+require {
|
|
+ type var_run_t;
|
|
+ type net_conf_t;
|
|
+}
|
|
+
|
|
########################################
|
|
#
|
|
# Declarations
|
|
@@ -39,3 +44,6 @@ optional_policy(`
|
|
optional_policy(`
|
|
container_runtime_domtrans(unconfined_service_t)
|
|
')
|
|
+
|
|
+filetrans_pattern(unconfined_service_t, var_run_t, net_conf_t, dir)
|
|
+
|