feat(abs): update debconf abs.

This commit is contained in:
Alexandre Pujol 2025-05-24 17:48:15 +02:00
parent 3848838e53
commit d5926e9411
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
12 changed files with 35 additions and 82 deletions

View file

@ -14,9 +14,8 @@ profile tasksel @{exec_path} flags=(complain) {
@{exec_path} r,
@{sh_path} rix,
@{bin}/tempfile rix,
@{lib}/tasksel/tasksel-debconf rix,
@{bin}/tempfile ix,
@{lib}/tasksel/tasksel-debconf ix,
@{lib}/tasksel/tests/* Cx -> tasksel-tests,
# Do not strip env to avoid errors like the following:
@ -29,13 +28,11 @@ profile tasksel @{exec_path} flags=(complain) {
/usr/share/tasksel/{,**} r,
owner @{tmp}/file* w,
profile tasksel-tests flags=(complain) {
include <abstractions/base>
@{lib}/tasksel/tests/* r,
@{sh_path} rix,
@{lib}/tasksel/tests/* r,
include if exists <local/tasksel_tasksel-tests>
}

View file

@ -14,15 +14,14 @@ profile update-secureboot-policy @{exec_path} {
@{exec_path} rm,
@{sh_path} rix,
@{bin}/{,m,g}awk rix,
@{bin}/dpkg-trigger rPx,
@{bin}/find rix,
@{bin}/id rix,
@{bin}/od rix,
@{bin}/sort rix,
@{bin}/touch rix,
@{bin}/wc rix,
@{bin}/{,m,g}awk ix,
@{bin}/dpkg-trigger Px,
@{bin}/find ix,
@{bin}/id ix,
@{bin}/od ix,
@{bin}/sort ix,
@{bin}/touch ix,
@{bin}/wc ix,
/ r,