zfs: allow sending signals to itself

Required for zfs snapshot.

Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
Kenton Groombridge 2023-03-02 02:04:40 -05:00
parent 214149b637
commit 18c1eeb654

View File

@ -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;