Fix ZFS fc escaping in mount.

This commit is contained in:
Chris PeBenito 2014-01-21 08:54:59 -05:00
parent 971c2fa6a4
commit 496faf8c43
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/bin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
/bin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0)
/sbin/mount.zfs -- gen_context(system_u:object_r:mount_exec_t,s0)
/sbin/mount\.zfs -- gen_context(system_u:object_r:mount_exec_t,s0)
/sbin/zpool -- gen_context(system_u:object_r:mount_exec_t,s0)
/sbin/zfs -- gen_context(system_u:object_r:mount_exec_t,s0)