commit: a4e812d6676ac1ce42ab81f5fb86621575741650
Author: Kenton Groombridge <me <AT> concord <DOT> sh>
AuthorDate: Wed Dec 7 15:30:09 2022 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 19:07:35 2022 +0000
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a4e812d6
logging: allow domains sending syslog messages to connect to kernel unix stream
sockets
Signed-off-by: Kenton Groombridge <me <AT> concord.sh>
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
policy/modules/system/logging.if | 1 +
1 file changed, 1 insertion(+)
diff --git a/policy/modules/system/logging.if b/policy/modules/system/logging.if
index 34da975bb..e50cdb59b 100644
--- a/policy/modules/system/logging.if
+++ b/policy/modules/system/logging.if
@@ -703,6 +703,7 @@ interface(`logging_send_syslog_msg',`
allow syslogd_t $1:process signull;
kernel_dgram_send($1)
+ kernel_stream_connect($1)
')
')