diff --git a/modules-targeted.conf b/modules-targeted.conf index f7d1fbe..25a0dea 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -2584,3 +2584,10 @@ openshift = module # policy for openshift # openshift-origin = module + +# Layer: contrib +# Module: openvswitch +# +# SELinux policy for openvswitch programs +# +openvswitch = module diff --git a/permissivedomains.pp b/permissivedomains.pp index 04e0563..6b0d6a6 100644 Binary files a/permissivedomains.pp and b/permissivedomains.pp differ diff --git a/permissivedomains.te b/permissivedomains.te index fac5bb1..74d91a7 100644 --- a/permissivedomains.te +++ b/permissivedomains.te @@ -184,3 +184,11 @@ optional_policy(` permissive rhnsd_t; ') + +optional_policy(` + gen_require(` + type openvswitch; + ') + permissive openvswitch; +') +