mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
32 lines
752 B
Plaintext
32 lines
752 B
Plaintext
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2019-2021 Mikhail Morfikov
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
/etc/apt/apt.conf r,
|
|
/etc/apt/apt.conf.d/{,*} r,
|
|
|
|
/etc/apt/preferences r,
|
|
/etc/apt/preferences.d/{,*} r,
|
|
|
|
/etc/apt/sources.list r,
|
|
/etc/apt/sources.list.d/ r,
|
|
/etc/apt/sources.list.d/*.{sources,list} r,
|
|
|
|
/var/lib/apt/lists/{,**} r,
|
|
/var/lib/apt/extended_states r,
|
|
|
|
/var/cache/apt/pkgcache.bin r,
|
|
/var/cache/apt/srcpkgcache.bin r,
|
|
|
|
/usr/share/dpkg/cputable r,
|
|
/usr/share/dpkg/tupletable r,
|
|
|
|
/var/lib/dpkg/status r,
|
|
/var/lib/ubuntu-advantage/apt-esm/{,**} r,
|
|
|
|
owner /tmp/clearsigned.message.* rw,
|
|
owner /tmp/#[0-9]*[0-9] rw,
|
|
|
|
include if exists <abstractions/apt-common.d> |