feat: better integration with Ubuntu Pro.
This commit is contained in:
parent
cf6aeb5b94
commit
c812507792
6 changed files with 108 additions and 7 deletions
20
apparmor.d/groups/ubuntu/notify-updates-outdated
Normal file
20
apparmor.d/groups/ubuntu/notify-updates-outdated
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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/share/update-notifier/notify-updates-outdated
|
||||
profile notify-updates-outdated @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/gettext rix,
|
||||
|
||||
include if exists <local/notify-updates-outdated>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue