mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add missing file
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
11
roles/ipatuura/files/local-certmonger-container.te
Normal file
11
roles/ipatuura/files/local-certmonger-container.te
Normal 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 };
|
||||
|
||||
Reference in New Issue
Block a user