mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 08:55:34 +01:00
Restructure ap lists
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
48953bcc6e
commit
2f0d31522f
2 changed files with 8 additions and 5 deletions
|
@ -69,11 +69,12 @@ profile apt-methods-gpgv @{exec_path} {
|
|||
/etc/ r,
|
||||
/root/ r,
|
||||
|
||||
/{var/lib/ubuntu-advantage/apt-esm/,}var/lib/apt/lists/{,**} r,
|
||||
/var/lib/apt/lists/{,**} r,
|
||||
/var/lib/ubuntu-advantage/apt-esm/{,**} r,
|
||||
/var/lib/dpkg/arch r,
|
||||
/var/lib/extrepo/keys/*.{gpg,asc} r,
|
||||
/var/lib/ubuntu-advantage/apt-esm/{,**} r,
|
||||
owner /{var/lib/ubuntu-advantage/apt-esm/,}var/lib/apt/lists/* rw,
|
||||
owner /var/lib/apt/lists/{,**} rw,
|
||||
owner /var/lib/ubuntu-advantage/apt-esm/{,**} rw,
|
||||
owner /var/lib/apt/lists/partial/* rw,
|
||||
|
||||
# For package building
|
||||
|
|
|
@ -53,8 +53,10 @@ profile apt-methods-http @{exec_path} {
|
|||
|
||||
/var/log/cron-apt/temp w,
|
||||
|
||||
/{var/lib/ubuntu-advantage/apt-esm/,}var/lib/apt/lists/{,**} r,
|
||||
owner /{var/lib/ubuntu-advantage/apt-esm/,}var/lib/apt/lists/* rw,
|
||||
/var/lib/apt/lists/{,**} r,
|
||||
/var/lib/ubuntu-advantage/apt-esm/{,**} r,
|
||||
owner /var/lib/apt/lists/{,**} rw,
|
||||
owner /var/lib/ubuntu-advantage/apt-esm/{,**} rw,
|
||||
owner /var/lib/apt/lists/partial/* rw,
|
||||
|
||||
# For package building
|
||||
|
|
Loading…
Add table
Reference in a new issue