Add policy for geard in docker world
This commit is contained in:
parent
83715e6621
commit
bdc8508a69
@ -2486,6 +2486,13 @@ pcp = module
|
|||||||
#
|
#
|
||||||
geoclue = module
|
geoclue = module
|
||||||
|
|
||||||
|
# Layer: contrib
|
||||||
|
# Module: gear
|
||||||
|
#
|
||||||
|
# Add policy for Geard, for orchistrating containers
|
||||||
|
#
|
||||||
|
gear = module
|
||||||
|
|
||||||
# Layer: contrib
|
# Layer: contrib
|
||||||
# Module: rkhunter
|
# Module: rkhunter
|
||||||
#
|
#
|
||||||
|
@ -20,3 +20,10 @@ optional_policy(`
|
|||||||
')
|
')
|
||||||
permissive systemd_networkd_t;
|
permissive systemd_networkd_t;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
gen_require(`
|
||||||
|
type gear_t;
|
||||||
|
')
|
||||||
|
permissive gear_t;
|
||||||
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user