Add opafm_t domain and boltd_t domain to permissive domains SELinux module

This commit is contained in:
Lukas Vrabec 2018-08-07 11:54:08 +02:00
parent 47801d873a
commit a33e814068
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06
1 changed files with 10 additions and 0 deletions

View File

@ -4,3 +4,13 @@
(typeattributeset cil_gen_require tangd_t)
(typepermissive tangd_t)
)
(optional permissivedomains_optional_2
(typeattributeset cil_gen_require opafm_t)
(typepermissive opafm_t)
)
(optional permissivedomains_optional_3
(typeattributeset cil_gen_require boltd_t)
(typepermissive boltd_t)
)