From 8defd7efb7f3e053dd8c4b19915e19a90d8bc515 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Aug 07 2018 14:52:38 +0000 Subject: Make boltd policy active --- diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf index 9f99c46..5480f0b 100644 --- a/modules-targeted-contrib.conf +++ b/modules-targeted-contrib.conf @@ -2635,3 +2635,10 @@ ibacm = module # opafm # opafm = module + +# Layer: contrib +# Module: boltd +# +# boltd +# +boltd = module diff --git a/permissivedomains.cil b/permissivedomains.cil index 0cbdea1..ae19799 100644 --- a/permissivedomains.cil +++ b/permissivedomains.cil @@ -4,3 +4,8 @@ (typeattributeset cil_gen_require tangd_t) (typepermissive tangd_t) ) + +(optional permissivedomains_optional_2 + (typeattributeset cil_gen_require boltd_t) + (typepermissive boltd_t) +)