25 lines
No EOL
667 B
Text
25 lines
No EOL
667 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/ubuntu-release-upgrader/release-upgrade-motd
|
|
profile release-upgrade-motd @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
/{usr/,}bin/date rix,
|
|
/{usr/,}bin/expr rix,
|
|
/{usr/,}bin/stat rix,
|
|
/{usr/,}bin/do-release-upgrade rPx,
|
|
|
|
/var/lib/ubuntu-release-upgrader/release-upgrade-available rw,
|
|
|
|
|
|
include if exists <local/release-upgrade-motd>
|
|
} |