mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
module fi-haproxy 1.0;
|
|
|
|
require {
|
|
type haproxy_t;
|
|
class capability fowner;
|
|
}
|
|
|
|
#============= haproxy_t ==============
|
|
allow haproxy_t self:capability fowner;
|
|
|