]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/system/mount.fc
Merge upstream
[people/stevee/selinux-policy.git] / policy / modules / system / mount.fc
1 /bin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
2 /bin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
3 /sbin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
4 /sbin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
5 /bin/fusermount -- gen_context(system_u:object_r:fusermount_exec_t,s0)
6 /usr/bin/fusermount -- gen_context(system_u:object_r:fusermount_exec_t,s0)
7 /usr/sbin/showmount -- gen_context(system_u:object_r:showmount_exec_t,s0)
8
9 /var/cache/davfs2(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)
10 /var/run/davfs2(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)