diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf index 65bee05f..5b464e74 100644 --- a/modules-targeted-contrib.conf +++ b/modules-targeted-contrib.conf @@ -349,6 +349,13 @@ cmirrord = module # cobbler = module +# Layer: contrib +# Module: cockpit +# +# cockpit - Cockpit runs in a browser and can manage your network of GNU/Linux machines. +# +cockpit = module + # Layer: services # Module: collectd # diff --git a/permissivedomains.te b/permissivedomains.te index b36e7d2f..6889f2e7 100644 --- a/permissivedomains.te +++ b/permissivedomains.te @@ -27,3 +27,10 @@ optional_policy(` ') permissive gear_t; ') + +optional_policy(` + gen_require(` + type cockpit_t; + ') + permissive cockpit_t; +')