From 6e48775f75537615a460f1b49a19c14c213d8c91 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 24 Feb 2010 15:56:05 -0500 Subject: [PATCH] Improve documentation on logging_send_syslog_msg(). --- policy/modules/system/logging.if | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/policy/modules/system/logging.if b/policy/modules/system/logging.if index 4eab8b50..1621c77a 100644 --- a/policy/modules/system/logging.if +++ b/policy/modules/system/logging.if @@ -427,6 +427,28 @@ interface(`logging_log_filetrans',` ## ## Send system log messages. ## +## +##

+## Allow the specified domain to connect to the +## system log service (syslog), to send messages be added to +## the system logs. Typically this is used by services +## that do not have their own log file in /var/log. +##

+##

+## This does not allow messages to be sent to +## the auditing system. +##

+##

+## Programs which use the libc function syslog() will +## require this access. +##

+##

+## Related interfaces: +##

+## +##
## ## ## Domain allowed access.