mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
IPAtuura: selinux perms
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module local-certmonger-container 1.0;
|
||||
module local-certmonger-container 1.1;
|
||||
|
||||
require {
|
||||
type container_file_t;
|
||||
type certmonger_t;
|
||||
class dir { read write };
|
||||
class dir { read write add_name };
|
||||
}
|
||||
|
||||
#============= certmonger_t ==============
|
||||
allow certmonger_t container_file_t:dir { read write };
|
||||
allow certmonger_t container_file_t:dir { read write add_name };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user