Added iotop to permissive domains, and modules-targeted-contrib

This commit is contained in:
Lukas Vrabec 2014-05-12 15:42:54 +02:00
parent 6fbf46087c
commit e929b7e20b
3 changed files with 15 additions and 0 deletions

View File

@ -2535,3 +2535,11 @@ gear = module
#
mongodb = module
# Layer: contrib
# Module: iotop
#
# iotop policy
#
iotop = module

Binary file not shown.

View File

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