aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss@m4x.org>2020-01-26 18:47:33 +0100
committerJason Zaman <perfinion@gentoo.org>2020-02-15 15:32:05 +0800
commit775d44d3d90db169fb5816100b547ff8e462e0aa (patch)
tree48155908aefbc96eb11e39af652322894ce4ea44
parentstorage, systemd: Module version bump. (diff)
downloadhardened-refpolicy-775d44d3d90db169fb5816100b547ff8e462e0aa.tar.gz
hardened-refpolicy-775d44d3d90db169fb5816100b547ff8e462e0aa.tar.bz2
hardened-refpolicy-775d44d3d90db169fb5816100b547ff8e462e0aa.zip
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 <nicolas.iooss@m4x.org> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r--policy/modules/system/mount.fc1
1 files changed, 1 insertions, 0 deletions
diff --git a/policy/modules/system/mount.fc b/policy/modules/system/mount.fc
index 7352406c..1646054e 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)