Add cockpit policy
This commit is contained in:
parent
7ca2b30721
commit
e3248078a3
@ -349,6 +349,13 @@ cmirrord = module
|
|||||||
#
|
#
|
||||||
cobbler = 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
|
# Layer: services
|
||||||
# Module: collectd
|
# Module: collectd
|
||||||
#
|
#
|
||||||
|
@ -27,3 +27,10 @@ optional_policy(`
|
|||||||
')
|
')
|
||||||
permissive gear_t;
|
permissive gear_t;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
gen_require(`
|
||||||
|
type cockpit_t;
|
||||||
|
')
|
||||||
|
permissive cockpit_t;
|
||||||
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user