feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-07-10 14:28:44 +01:00
parent c0e62f30bb
commit 23642eb0be
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 39 additions and 18 deletions

View file

@ -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,