feat(profiles): general update.
This commit is contained in:
parent
e087349662
commit
08beefe867
16 changed files with 47 additions and 9 deletions
|
|
@ -63,6 +63,8 @@ profile apt @{exec_path} flags=(attach_disconnected) {
|
|||
/{usr/,}bin/apt-listchanges rPx,
|
||||
/{usr/,}bin/apt-show-versions rPx,
|
||||
/{usr/,}bin/debtags rPx,
|
||||
/{usr/,}bin/df rPx,
|
||||
/{usr/,}bin/dmesg rPx,
|
||||
/{usr/,}bin/dpkg rPx,
|
||||
/{usr/,}bin/dpkg-source rcx -> dpkg-source,
|
||||
/{usr/,}bin/etckeeper rPx,
|
||||
|
|
@ -97,6 +99,8 @@ profile apt @{exec_path} flags=(attach_disconnected) {
|
|||
/var/cache/apt/ r,
|
||||
/var/cache/apt/** rwk,
|
||||
|
||||
/var/crash/{,*.@{uid}.crash} rw,
|
||||
|
||||
/var/lib/apt/extended_states{,.*} rw,
|
||||
/var/lib/apt/lists/** rw,
|
||||
/var/lib/apt/lists/lock rwk,
|
||||
|
|
@ -105,8 +109,7 @@ profile apt @{exec_path} flags=(attach_disconnected) {
|
|||
/var/lib/dpkg/lock{,-frontend} rwk,
|
||||
/var/lib/update-notifier/dpkg-run-stamp rw,
|
||||
|
||||
/var/log/apt/{term,history}.log w,
|
||||
/var/log/apt/eipp.log.xz w,
|
||||
/var/log/apt/{,**} rw,
|
||||
|
||||
# For package building
|
||||
@{user_build_dirs}/** rwkl -> @{user_build_dirs}/**,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue