init: allow systemd to nnp_transition and nosuid_transition to daemon domains
Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
a7de85503e
commit
30ea630d9d
|
@ -376,6 +376,8 @@ interface(`init_daemon_domain',`
|
|||
|
||||
allow $1 init_t:unix_dgram_socket sendto;
|
||||
|
||||
allow init_t $1:process2 { nnp_transition nosuid_transition };
|
||||
|
||||
optional_policy(`
|
||||
systemd_stream_connect_socket_proxyd($1)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue