Update to 2024-07-22 10:00

This commit is contained in:
Daniel Berteaud
2024-07-22 10:00:12 +02:00
parent 457d41ccf9
commit f5421b17f0
10 changed files with 770 additions and 86 deletions

View File

@@ -0,0 +1,11 @@
module prosody-ansible 1.0;
require {
type unlabeled_t;
type prosody_t;
class dir search;
}
#============= prosody_t ==============
allow prosody_t unlabeled_t:dir search;