20 lines
No EOL
456 B
Text
20 lines
No EOL
456 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{lib}/cups/notifier/dbus
|
|
profile cups-notifier-dbus @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
signal (receive) set=(term) peer=cupsd,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/tmp/cups-dbus-notifier-lockfile rwk,
|
|
|
|
include if exists <local/cups-notifier-dbus>
|
|
} |