mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
27 lines
696 B
Text
27 lines
696 B
Text
# Last Modified: Wed Aug 15 10:55:46 2007
|
|
#include <tunables/global>
|
|
/usr/sbin/avahi-daemon {
|
|
#include <abstractions/base>
|
|
#include <abstractions/consoles>
|
|
#include <abstractions/nameservice>
|
|
|
|
capability chown,
|
|
capability dac_override,
|
|
capability kill,
|
|
capability setuid,
|
|
capability setgid,
|
|
capability sys_chroot,
|
|
|
|
/etc/avahi/ r,
|
|
/etc/avahi/avahi-daemon.conf r,
|
|
/etc/avahi/hosts r,
|
|
/etc/avahi/services/ r,
|
|
/etc/avahi/services/*.service r,
|
|
/proc/*/fd/ r,
|
|
/usr/sbin/avahi-daemon mr,
|
|
/usr/share/avahi/introspection/*.introspect r,
|
|
/var/run/avahi-daemon/ w,
|
|
/var/run/avahi-daemon/pid krw,
|
|
/var/run/avahi-daemon/socket w,
|
|
/var/run/dbus/system_bus_socket w,
|
|
}
|