]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/system/mount.fc
Change auth_use_nsswitch, init_system_daemon and init_daemon_domain to use attributes...
[people/stevee/selinux-policy.git] / policy / modules / system / mount.fc
1 /bin/fusermount -- gen_context(system_u:object_r:fusermount_exec_t,s0)
2 /bin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
3 /bin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
4
5 /dev/\.mount(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)
6 /run/mount(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)
7
8 /sbin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
9 /sbin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
10
11 /usr/bin/fusermount -- gen_context(system_u:object_r:fusermount_exec_t,s0)
12 /usr/sbin/showmount -- gen_context(system_u:object_r:showmount_exec_t,s0)
13
14 /var/cache/davfs2(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)
15 /var/run/davfs2(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)
16 /var/run/mount(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)