zfs: allow sending signals to itself
Required for zfs snapshot. Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
214149b637
commit
18c1eeb654
@ -76,7 +76,7 @@ zfs_rw_zpool_cache(zed_t)
|
||||
# zfs local policy
|
||||
#
|
||||
|
||||
allow zfs_t self:process { getsched signull };
|
||||
allow zfs_t self:process { getsched signal signull };
|
||||
allow zfs_t self:capability { sys_admin sys_rawio };
|
||||
allow zfs_t self:fifo_file rw_fifo_file_perms;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user