Add avahi
This commit is contained in:
parent
099a97cb36
commit
cf63b97c9b
6 changed files with 152 additions and 0 deletions
18
apparmor.d/groups/avahi/avahi-publish
Normal file
18
apparmor.d/groups/avahi/avahi-publish
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2022 Jeroen Rijken
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/avahi-publish /{usr/,}bin/avahi-publish-address /{usr/,}bin/avahi-publish-service
|
||||
profile avahi-publish @{exec_path} flags=(complain) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{exec_path} rm,
|
||||
|
||||
include if exists <local/avahi-publish>
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue