24 lines
No EOL
600 B
Text
24 lines
No EOL
600 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}lib/needrestart/apt-pinvoke
|
|
profile needrestart-apt-pinvoke @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/consoles>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}{s,}bin/needrestart rPx,
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
/{usr/,}bin/dbus-send rix,
|
|
/{usr/,}bin/rm rix,
|
|
|
|
@{run}/needrestart/{,**} rw,
|
|
|
|
include if exists <local/needrestart-apt-pinvoke>
|
|
} |