Sophie

Sophie

distrib > Mandriva > mes5 > i586 > by-pkgid > 7ce23f99807f9a2f70929a432f12f6ae > files > 2

sysklogd-1.4.2-8mdv2009.0.src.rpm

# $Id: sbin.syslogd 559 2007-04-10 23:05:33Z agruen $
# ------------------------------------------------------------------
#
#    Copyright (C) 2002-2005 Novell/SUSE
#
#    This program is free software; you can redistribute it and/or
#    modify it under the terms of version 2 of the GNU General Public
#    License published by the Free Software Foundation.
#
# ------------------------------------------------------------------

#include <tunables/global>

/sbin/syslogd {
  #include <abstractions/base>
  #include <abstractions/nameservice>
  #include <abstractions/consoles>

  capability sys_tty_config,
  capability dac_override,
  capability dac_read_search,

  /dev/log                      wl,
  /var/lib/*/dev/log            wl,
  /var/spool/postfix/dev/log    wl,

  /dev/tty*                     w,
  /dev/xconsole                 rw,
  /etc/syslog.conf              r,
  /sbin/syslogd                 rmix,
  /var/log/**                   rw,
  /var/run/syslogd.pid          rwlk,
  /var/run/utmp                 rw,
  /var/spool/compaq/nic/messages_fifo rw,
}