IPAtuura: selinux perms

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

View File

@@ -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 };