Add cockpit policy

This commit is contained in:
Dan Walsh 2014-04-22 08:41:06 -04:00
parent 7ca2b30721
commit e3248078a3
2 changed files with 14 additions and 0 deletions

View File

@ -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
#

View File

@ -27,3 +27,10 @@ optional_policy(`
')
permissive gear_t;
')
optional_policy(`
gen_require(`
type cockpit_t;
')
permissive cockpit_t;
')