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) +)