diff options
Diffstat (limited to 'policy/modules/apps/yam.fc')
-rw-r--r-- | policy/modules/apps/yam.fc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy/modules/apps/yam.fc b/policy/modules/apps/yam.fc new file mode 100644 index 000000000..74401d54d --- /dev/null +++ b/policy/modules/apps/yam.fc @@ -0,0 +1,6 @@ +/etc/yam\.conf -- gen_context(system_u:object_r:yam_etc_t,s0) + +/usr/bin/yam -- gen_context(system_u:object_r:yam_exec_t,s0) + +/var/yam(/.*)? gen_context(system_u:object_r:yam_content_t,s0) +/var/www/yam(/.*)? gen_context(system_u:object_r:yam_content_t,s0) |