Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Thu, 23 Jan 2014 20:00:52
Message-Id: 1390507170.99846a2c6f55a85393fc9297084220e4bd79d6e0.swift@gentoo
1 commit: 99846a2c6f55a85393fc9297084220e4bd79d6e0
2 Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com>
3 AuthorDate: Tue Jan 21 13:54:59 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 23 19:59:30 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=99846a2c
7
8 Fix ZFS fc escaping in mount.
9
10 ---
11 policy/modules/system/mount.fc | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/modules/system/mount.fc b/policy/modules/system/mount.fc
15 index a5e1c6e..613ff7a 100644
16 --- a/policy/modules/system/mount.fc
17 +++ b/policy/modules/system/mount.fc
18 @@ -2,7 +2,7 @@
19 /bin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
20 /bin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
21
22 -/sbin/mount.zfs -- gen_context(system_u:object_r:mount_exec_t,s0)
23 +/sbin/mount\.zfs -- gen_context(system_u:object_r:mount_exec_t,s0)
24 /sbin/zpool -- gen_context(system_u:object_r:mount_exec_t,s0)
25 /sbin/zfs -- gen_context(system_u:object_r:mount_exec_t,s0)