feat(profiles): general update.
This commit is contained in:
parent
c0e62f30bb
commit
23642eb0be
14 changed files with 39 additions and 18 deletions
|
|
@ -15,6 +15,11 @@ profile do-release-upgrade @{exec_path} {
|
|||
include <abstractions/python>
|
||||
include <abstractions/ssl_certs>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
network inet stream,
|
||||
network inet6 stream,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/dpkg rPx -> child-dpkg,
|
||||
|
|
@ -27,6 +32,7 @@ profile do-release-upgrade @{exec_path} {
|
|||
/etc/update-manager/{,**} r,
|
||||
|
||||
/var/lib/update-manager/meta-release-* rw,
|
||||
/var/cache/apt/pkgcache.bin{,.*} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue