mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
36 lines
1 KiB
Text
36 lines
1 KiB
Text
# $Id$
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# 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,
|
|
capability setuid,
|
|
capability setgid,
|
|
|
|
/dev/log wl,
|
|
/var/lib/*/dev/log wl,
|
|
|
|
/dev/tty* w,
|
|
/dev/xconsole rw,
|
|
/etc/syslog.conf r,
|
|
/sbin/syslogd rmix,
|
|
/var/log/** rw,
|
|
/var/run/syslogd.pid krwl,
|
|
/var/run/utmp rw,
|
|
/var/spool/compaq/nic/messages_fifo rw,
|
|
}
|