apparmor.d/apparmor.d/groups/avahi/avahi-set-host-name

20 lines
408 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022 Jeroen Rijken
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/avahi-set-host-name
profile avahi-set-host-name @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
include if exists <local/avahi-set-host-name>
}
# vim:syntax=apparmor