feat(tunable): add the archive_path variable.
This commit is contained in:
parent
eb84df319d
commit
55e4b27c2b
6 changed files with 13 additions and 34 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue