693532ae68
In Debian, mount store some information (a utab file) under /var/run/mount directory. This is inspired by the fedora policy.
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
/bin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
|
|
/bin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
|
|
|
|
/usr/bin/fusermount -- gen_context(system_u:object_r:mount_exec_t,s0)
|
|
|
|
/var/run/mount(/.*)? gen_context(system_u:object_r:mount_var_run_t,s0)
|