2006-08-04 18:13:59 +00:00
|
|
|
# $Id$
|
|
|
|
# vim:syntax=apparmor
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# 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>
|
|
|
|
|
2006-04-11 21:52:54 +00:00
|
|
|
/usr/sbin/mdnsd {
|
|
|
|
#include <abstractions/base>
|
2006-04-28 22:48:28 +00:00
|
|
|
#include <abstractions/consoles>
|
2006-04-11 21:52:54 +00:00
|
|
|
#include <abstractions/nameservice>
|
|
|
|
|
|
|
|
capability net_bind_service,
|
|
|
|
capability setgid,
|
|
|
|
capability setuid,
|
|
|
|
capability sys_chroot,
|
|
|
|
capability sys_resource,
|
|
|
|
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/sbin/mdnsd rmix,
|
|
|
|
|
2007-05-25 02:09:30 +00:00
|
|
|
@{PROC}/net/ r,
|
|
|
|
@{PROC}/net/unix r,
|
2006-04-11 21:52:54 +00:00
|
|
|
/var/run/mdnsd lw,
|
|
|
|
/var/run/mdnsd.pid w,
|
|
|
|
}
|