Merge pull request #769 from cgzones/systemd

systemd: allow notify client to stat socket
This commit is contained in:
Chris PeBenito 2024-04-22 09:56:00 -04:00 committed by GitHub
commit 0ede5759d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;
')
######################################