Merge pull request #769 from cgzones/systemd
systemd: allow notify client to stat socket
This commit is contained in:
commit
0ede5759d8
|
@ -322,7 +322,7 @@ interface(`systemd_write_notify_socket',`
|
|||
|
||||
init_list_runtime($1)
|
||||
init_unix_stream_socket_sendto($1)
|
||||
allow $1 systemd_runtime_notify_t:sock_file write;
|
||||
allow $1 systemd_runtime_notify_t:sock_file write_sock_file_perms;
|
||||
')
|
||||
|
||||
######################################
|
||||
|
|
Loading…
Reference in New Issue