feat(profile): update apt profiles.

This commit is contained in:
Alexandre Pujol 2025-09-11 22:09:38 +02:00
parent ca1827ea12
commit b569d44703
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
11 changed files with 44 additions and 6 deletions

View file

@ -11,16 +11,21 @@ include <tunables/global>
profile dpkg-checkbuilddeps @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/perl>
include <abstractions/common/apt>
@{exec_path} r,
/etc/dpkg/origins/debian r,
/var/lib/dpkg/status r,
@{bin}/dpkg rPx,
@{bin}/@{multiarch}gcc-@{int} mrix,
/usr/share/dpkg/ostable r,
/usr/share/dpkg/cputable r,
/usr/share/dpkg/tupletable r,
/etc/dpkg/origins/* r,
/var/lib/dpkg/status r,
# For package building
owner @{user_build_dirs}/**/debian/control r,