Skip to content

Commit

Permalink
Merge pull request #775 from matt-sheets/masheets/init-siginh
Browse files Browse the repository at this point in the history
Allow systemd to pass down sig mask
  • Loading branch information
pebenito committed Apr 30, 2024
2 parents f889384 + 2a261f9 commit 0296845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/system/init.if
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0296845

Please sign in to comment.