mount: label fusermount3 like fusermount
libfuse 3.0 renamed fusermount to fusermount3 in order to allow both
libfuse 2 and libfuse 3 to be installed together:
695e45a4de
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
parent
7e191b008e
commit
a85ef68b2a
|
@ -1,4 +1,5 @@
|
|||
/usr/bin/fusermount -- gen_context(system_u:object_r:mount_exec_t,s0)
|
||||
/usr/bin/fusermount3 -- gen_context(system_u:object_r:mount_exec_t,s0)
|
||||
/usr/bin/mount(\.[^/]+)? -- gen_context(system_u:object_r:mount_exec_t,s0)
|
||||
/usr/bin/umount(\.[^/]+)? -- gen_context(system_u:object_r:mount_exec_t,s0)
|
||||
/usr/bin/zfs -- gen_context(system_u:object_r:mount_exec_t,s0)
|
||||
|
|
Loading…
Reference in New Issue