feat(abs): update debconf abs.
This commit is contained in:
parent
3848838e53
commit
d5926e9411
12 changed files with 35 additions and 82 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue