Allow systemd to pass down sig mask

IgnoreSIGPIPE is a feature that requires systemd to passdown the signal
mask down to the fork process. To allow this the siginh permission must
be allowed for all process domains that can be forked by systemd.

Signed-off-by: Matt Sheets <masheets@linux.microsoft.com>
This commit is contained in:
Matt Sheets 2024-04-26 17:09:53 -07:00
parent bea4b160bf
commit 2a261f9166
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ interface(`init_domain',`
allow $1 init_t:unix_stream_socket { getattr read write ioctl };
allow init_t $1:process siginh;
allow init_t $1:process2 { nnp_transition nosuid_transition };
# StandardInputText uses a memfd rw shm segment.