mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00

@{PROC}/@{pid}/maps r, is part of abstractions/base - so there's no need to include it in the nscd profile. Acked-by: Steve Beattie <steve@nxnw.org>
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2002-2005 Novell/SUSE
|
|
# Copyright (C) 2009-2010 Canonical Ltd.
|
|
#
|
|
# 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>
|
|
/usr/sbin/nscd {
|
|
#include <abstractions/base>
|
|
#include <abstractions/consoles>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/ssl_certs>
|
|
|
|
deny capability block_suspend,
|
|
capability net_bind_service,
|
|
capability setgid,
|
|
capability setuid,
|
|
|
|
/etc/netgroup r,
|
|
/etc/nscd.conf r,
|
|
/usr/sbin/nscd rmix,
|
|
/{,var/}run/.nscd_socket wl,
|
|
/{,var/}run/nscd/ rw,
|
|
/{,var/}run/nscd/db* rwl,
|
|
/{,var/}run/nscd/socket wl,
|
|
/{var/cache,var/run,run}/nscd/{passwd,group,services,hosts,netgroup} rw,
|
|
/{,var/}run/{nscd/,}nscd.pid rwl,
|
|
/var/log/nscd.log rw,
|
|
@{PROC}/@{pid}/fd/ r,
|
|
@{PROC}/@{pid}/fd/* r,
|
|
@{PROC}/@{pid}/mounts r,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
#include <local/usr.sbin.nscd>
|
|
}
|