Added iotop to permissive domains, and modules-targeted-contrib
This commit is contained in:
parent
6fbf46087c
commit
e929b7e20b
@ -2535,3 +2535,11 @@ gear = module
|
||||
#
|
||||
|
||||
mongodb = module
|
||||
|
||||
# Layer: contrib
|
||||
# Module: iotop
|
||||
#
|
||||
# iotop policy
|
||||
#
|
||||
|
||||
iotop = module
|
||||
|
Binary file not shown.
@ -34,3 +34,10 @@ optional_policy(`
|
||||
')
|
||||
permissive cockpit_t;
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
gen_require(`
|
||||
type iotop_t;
|
||||
')
|
||||
permissive iotop_t;
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user