forked from ISTI-ansible-roles/ansible-roles
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
|
|
||
|
module varnish-sepol 1.0;
|
||
|
|
||
|
require {
|
||
|
type varnishd_t;
|
||
|
class capability { fowner fsetid };
|
||
|
}
|
||
|
|
||
|
#============= varnishd_t ==============
|
||
|
allow varnishd_t self:capability fowner;
|
||
|
allow varnishd_t self:capability fsetid;
|