feat(profile): general update.
This commit is contained in:
parent
4ada6f5879
commit
239d5efe63
14 changed files with 22 additions and 46 deletions
|
|
@ -23,40 +23,18 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
@{exec_path} rmix,
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/{m,g,}awk rix,
|
||||
@{coreutils_path} rix,
|
||||
@{bin}/bsdtar rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/cp rix,
|
||||
@{bin}/dd rix,
|
||||
@{bin}/dirname rix,
|
||||
@{bin}/fc-match rix,
|
||||
@{bin}/find rix,
|
||||
@{bin}/findmnt rPx,
|
||||
@{bin}/fsck rix,
|
||||
@{bin}/getent rix,
|
||||
@{bin}/grep rix,
|
||||
@{bin}/gzip rix,
|
||||
@{bin}/hexdump rix,
|
||||
@{bin}/install rix,
|
||||
@{bin}/ldconfig rix,
|
||||
@{bin}/ldd rix,
|
||||
@{bin}/ln rix,
|
||||
@{bin}/loadkeys rix,
|
||||
@{bin}/mktemp rix,
|
||||
@{bin}/mv rix,
|
||||
@{bin}/od rix,
|
||||
@{bin}/readlink rix,
|
||||
@{bin}/realpath rix,
|
||||
@{bin}/rm rix,
|
||||
@{bin}/sed rix,
|
||||
@{bin}/sort rix,
|
||||
@{bin}/stat rix,
|
||||
@{bin}/sync rix,
|
||||
@{bin}/tee rix,
|
||||
@{bin}/touch rix,
|
||||
@{bin}/tput rix,
|
||||
@{bin}/uname rix,
|
||||
@{bin}/xargs rix,
|
||||
@{bin}/xz rix,
|
||||
@{bin}/zcat rix,
|
||||
@{bin}/zstd rix,
|
||||
|
|
@ -106,9 +84,10 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
# Temp files
|
||||
owner @{run}/initramfs/{,**} rw,
|
||||
owner @{run}/mkinitcpio.@{rand6}/{,**} rw,
|
||||
owner @{run}/mkinitcpio.@{rand6}/{,**} rwl,
|
||||
owner @{tmp}/mkinitcpio.@{rand6} rw,
|
||||
owner @{tmp}/mkinitcpio.@{rand6}/{,**} rw,
|
||||
owner @{tmp}/mkinitcpio.@{rand6}/{,**} rwl,
|
||||
owner @{run}/initcpio-tmp/mkinitcpio.@{rand6}/{,**} rwl,
|
||||
|
||||
@{sys}/class/block/ r,
|
||||
@{sys}/devices/{,**} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue