diff options
Diffstat (limited to 'policy/modules/services/automount.fc')
-rw-r--r-- | policy/modules/services/automount.fc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/policy/modules/services/automount.fc b/policy/modules/services/automount.fc new file mode 100644 index 00000000..dadd3a9f --- /dev/null +++ b/policy/modules/services/automount.fc @@ -0,0 +1,12 @@ +/etc/apm/event\.d/autofs -- gen_context(system_u:object_r:automount_exec_t,s0) +/etc/rc\.d/init\.d/autofs -- gen_context(system_u:object_r:automount_initrc_exec_t,s0) + +/usr/lib/systemd/system/autofs.*\.service -- gen_context(system_u:object_r:automount_unit_t,s0) + +/usr/bin/automount -- gen_context(system_u:object_r:automount_exec_t,s0) + +/usr/sbin/automount -- gen_context(system_u:object_r:automount_exec_t,s0) + +/var/lock/subsys/autofs -- gen_context(system_u:object_r:automount_lock_t,s0) + +/run/autofs.* gen_context(system_u:object_r:automount_var_run_t,s0) |