From a85ef68b2ad016994732898ef56b118d4fd58b5e Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sun, 26 Jan 2020 18:47:33 +0100 Subject: [PATCH] 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: https://github.com/libfuse/libfuse/commit/695e45a4de50a9164766a7d73656b1afc9244a56 Signed-off-by: Nicolas Iooss --- policy/modules/system/mount.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/mount.fc b/policy/modules/system/mount.fc index 7352406c0..1646054e0 100644 --- a/policy/modules/system/mount.fc +++ b/policy/modules/system/mount.fc @@ -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)