mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
35 lines
855 B
Text
35 lines
855 B
Text
# $Id$
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2006 Novell/SUSE
|
|
# Copyright (C) 2006 Christian Boltz
|
|
#
|
|
# 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/syslog-ng {
|
|
#include <abstractions/base>
|
|
#include <abstractions/consoles>
|
|
#include <abstractions/nameservice>
|
|
|
|
capability chown,
|
|
capability dac_override,
|
|
capability fsetid,
|
|
capability fowner,
|
|
|
|
/dev/log w,
|
|
/dev/tty10 rw,
|
|
/dev/xconsole rw,
|
|
/etc/syslog-ng/* r,
|
|
/sbin/syslog-ng mr,
|
|
# chrooted applications
|
|
/var/lib/*/dev/log w,
|
|
/var/log/** w,
|
|
/var/run/syslog-ng.pid w,
|
|
}
|
|
|