2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2010-08-05 14:00:02 -05:00
|
|
|
# Copyright (C) 2002-2009 Novell/SUSE
|
|
|
|
# Copyright (C) 2010 Canonical Ltd.
|
2006-04-11 21:52:54 +00:00
|
|
|
#
|
|
|
|
# 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/identd {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
capability net_bind_service,
|
|
|
|
capability setgid,
|
|
|
|
capability setuid,
|
|
|
|
/etc/identd.conf r,
|
|
|
|
/etc/identd.key r,
|
|
|
|
/etc/identd.pid w,
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/sbin/identd rmix,
|
2007-05-25 02:09:30 +00:00
|
|
|
@{PROC}/net/tcp r,
|
|
|
|
@{PROC}/net/tcp6 r,
|
2011-07-14 07:57:57 -05:00
|
|
|
/{,var/}run/identd.pid w,
|
2010-08-05 14:00:02 -05:00
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
|
|
#include <local/usr.sbin.identd>
|
2006-04-11 21:52:54 +00:00
|
|
|
}
|