forked from pool/selinux-policy
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)
|
||
|
+
|