commit: 775d44d3d90db169fb5816100b547ff8e462e0aa Author: Nicolas Iooss <nicolas.iooss <AT> m4x <DOT> org> AuthorDate: Sun Jan 26 17:47:33 2020 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 07:32:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=775d44d3
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 <AT> m4x.org> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> 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 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)
