forked from pool/selinux-policy
1fd70ac29b
- Update to version 20200219 Refreshed fix_hadoop.patch Updated * fix_dbus.patch * fix_hadoop.patch * fix_nscd.patch * fix_xserver.patch Renamed postfix_paths.patch to fix_postfix.patch Added * fix_init.patch * fix_locallogin.patch * fix_policykit.patch * fix_iptables.patch * fix_irqbalance.patch * fix_ntp.patch * fix_fwupd.patch * fix_firewalld.patch * fix_logrotate.patch * fix_selinuxutil.patch * fix_corecommand.patch * fix_snapper.patch * fix_systemd.patch * fix_unconfined.patch * fix_unconfineduser.patch * fix_chronyd.patch * fix_networkmanager.patch * xdm_entrypoint_pam.patch - Removed modules minimum_temp_fixes and targeted_temp_fixes from the corresponding policies - Reduced default module list of minimum policy by removing OBS-URL: https://build.opensuse.org/request/show/781805 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=74
23 lines
674 B
Diff
23 lines
674 B
Diff
Index: fedora-policy/policy/modules/system/unconfined.te
|
|
===================================================================
|
|
--- fedora-policy.orig/policy/modules/system/unconfined.te 2020-02-19 09:36:25.444182470 +0000
|
|
+++ fedora-policy/policy/modules/system/unconfined.te 2020-02-24 15:14:59.222899685 +0000
|
|
@@ -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)
|
|
+
|