feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-01 22:35:49 +00:00
parent 81c55160e6
commit 92a1d9f65f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 31 additions and 8 deletions

View file

@ -24,6 +24,8 @@ profile dkms @{exec_path} flags=(attach_disconnected) {
@{exec_path} rm,
@{sh_path} rix,
@{bin}/as rix,
@{bin}/cat rix,
@{bin}/cp rix,
@{bin}/cut rix,
@ -31,9 +33,11 @@ profile dkms @{exec_path} flags=(attach_disconnected) {
@{bin}/diff rix,
@{bin}/echo rix,
@{bin}/find rix,
@{bin}/gcc rix,
@{bin}/getconf rix,
@{bin}/head rix,
@{bin}/kmod rCx -> kmod,
@{bin}/ld rix,
@{bin}/ln rix,
@{bin}/ls rix,
@{bin}/lsb_release rPx -> lsb_release,
@ -42,16 +46,19 @@ profile dkms @{exec_path} flags=(attach_disconnected) {
@{bin}/mktemp rix,
@{bin}/mv rix,
@{bin}/nproc rix,
@{bin}/objcopy rix,
@{bin}/pahole rix,
@{bin}/pwd rix,
@{bin}/readlink rix,
@{bin}/rm rix,
@{bin}/rmdir rix,
@{bin}/sed rix,
@{bin}/sleep rix,
@{bin}/strip rix,
@{bin}/uname rix,
@{bin}/wc rix,
@{bin}/xargs rix,
@{bin}/{,@{multiarch}-}* rix,
@{sh_path} rix,
@{bin}/zstd rix,
@{bin}/{,e,f}grep rix,
@{bin}/{,g,m}awk rix,
@{bin}/update-secureboot-policy rPUx,