Add missing file

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-10-16 17:14:52 +02:00
parent 6caeda2a6a
commit fcc66b66cd

View File

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