Merge pull request #775 from matt-sheets/masheets/init-siginh

Allow systemd to pass down sig mask
This commit is contained in:
Chris PeBenito 2024-04-30 10:09:02 -04:00 committed by GitHub
commit 029684596a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.