IPAtuura: selinux perms

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-10-16 17:21:54 +02:00
parent 8851700c1e
commit e7f242aa30

View File

@@ -1,11 +1,11 @@
module local-certmonger-container 1.1;
module local-certmonger-container 1.2;
require {
type container_file_t;
type certmonger_t;
class dir { read write add_name };
class dir { read write add_name create };
}
#============= certmonger_t ==============
allow certmonger_t container_file_t:dir { read write add_name };
allow certmonger_t container_file_t:dir { read write add_name create };