feat(profile): update apt profiles.
This commit is contained in:
parent
ca1827ea12
commit
b569d44703
11 changed files with 44 additions and 6 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue