2007-08-17 21:46:56 +00:00
|
|
|
# Last Modified: Wed Aug 15 10:55:46 2007
|
2006-04-12 20:35:41 +00:00
|
|
|
# $Id$
|
2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# 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>
|
|
|
|
/usr/sbin/nscd {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/consoles>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
|
|
|
|
capability net_bind_service,
|
|
|
|
|
2007-08-06 15:28:24 +00:00
|
|
|
network inet dgram,
|
|
|
|
|
2006-04-11 21:52:54 +00:00
|
|
|
/etc/nscd.conf r,
|
2007-08-06 15:28:24 +00:00
|
|
|
/tmp/.winbindd/pipe rw,
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/sbin/nscd rmix,
|
2007-08-06 15:28:24 +00:00
|
|
|
/var/lib/samba/winbindd_privileged/pipe rw,
|
2006-04-11 21:52:54 +00:00
|
|
|
/var/run/.nscd_socket wl,
|
2007-08-17 21:46:56 +00:00
|
|
|
/var/run/avahi-daemon/socket w,
|
2007-04-10 22:05:33 +00:00
|
|
|
/var/run/nscd/ r,
|
2006-04-11 21:52:54 +00:00
|
|
|
/var/run/nscd/db* wl,
|
2007-08-06 15:28:24 +00:00
|
|
|
/var/run/nscd/services rw,
|
2006-04-11 21:52:54 +00:00
|
|
|
/var/run/nscd/socket wl,
|
|
|
|
/var/run/nscd/{passwd,group} w,
|
|
|
|
/var/run/{nscd/,}nscd.pid rwl,
|
2007-08-06 15:28:24 +00:00
|
|
|
@{PROC}/[0-9]*/fd/ r,
|
|
|
|
@{PROC}/[0-9]*/fd/* r,
|
|
|
|
@{PROC}/[0-9]*/maps r,
|
|
|
|
@{PROC}/[0-9]*/mounts r,
|
|
|
|
@{PROC}/filesystems r,
|
2006-04-11 21:52:54 +00:00
|
|
|
}
|