feat(tunable): add the archive_path variable.

This commit is contained in:
Alexandre Pujol 2025-06-01 16:02:20 +02:00
parent eb84df319d
commit 55e4b27c2b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 13 additions and 34 deletions

View file

@ -18,22 +18,18 @@ profile unmkinitramfs @{exec_path} {
@{exec_path} r,
@{sh_path} rix,
@{archive_path} rix,
@{bin}/{,e}grep rix,
@{bin}/bzip2 rix,
@{bin}/cat rix,
@{bin}/cpio rix,
@{bin}/dd rix,
@{bin}/getopt rix,
@{bin}/gzip rix,
@{bin}/lz4cat rix,
@{bin}/lzma rix,
@{bin}/lzop rix,
@{bin}/mkdir rix,
@{bin}/mktemp rix,
@{bin}/rm rix,
@{bin}/xz rix,
@{bin}/xzcat rix,
@{bin}/zstd rix,
/boot/ r,
owner /boot/initrd.img-* r,

View file

@ -28,18 +28,7 @@ profile xarchiver @{exec_path} {
@{bin}/cp rix,
# Archivers
@{bin}/7z rix,
@{lib}/p7zip/7z rix,
@{bin}/unrar-nonfree rix,
@{bin}/zip rix,
@{bin}/unzip rix,
@{bin}/tar rix,
@{bin}/xz rix,
@{bin}/bzip2 rix,
@{bin}/cpio rix,
@{bin}/gzip rix,
@{bin}/zstd rix,
# For deb packages
@{archive_path} rix,
@{bin}/{,@{multiarch}-}ar rix,
@{open_path} rPx -> child-open,