feat(profiles): improve support for debian over gnome.

This commit is contained in:
Alexandre Pujol 2023-11-13 22:14:54 +00:00
parent 31edd15e8a
commit d3084839d1
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 48 additions and 60 deletions

View file

@ -1,5 +1,6 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2019-2021 Mikhail Morfikov
# Copyright (C) 2021-2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
@ -10,6 +11,7 @@ include <tunables/global>
profile apt-methods-mirror @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
# The "_apt" user is created by the postinst script of the "apt" package. It's the owner of the
# dirs "/var/cache/apt/archives/partial/" and "/var/lib/apt/lists/partial/" . The "_apt" user is