Add kmscon policy to modules-targeted-contrib.conf and to

permissivedomains
This commit is contained in:
Lukas Vrabec 2014-06-12 18:00:33 +02:00
parent a629498afd
commit 1dda0950c8
3 changed files with 15 additions and 0 deletions

View File

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

Binary file not shown.

View File

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