Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > f477d264d9f3ff1bdcab8fc15ead6dc0 > files > 2

sysklogd-1.4.2-6mdv2008.1.x86_64.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,
}