feat(profiles): ensure we use {m,g,}awk instead of awk.

This commit is contained in:
Alexandre Pujol 2025-06-19 23:27:34 +02:00
parent be62e5186f
commit 27907e5a17
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 7 additions and 8 deletions

View file

@ -41,7 +41,7 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
@{bin}/chown rix,
@{bin}/chronyc rPUx,
@{bin}/date rix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/{,e}grep rix,
@{bin}/id rix,
@{sbin}/invoke-rc.d rCx -> invoke-rc,

View file

@ -19,7 +19,7 @@ profile rads @{exec_path} {
@{bin}/cat rix,
@{bin}/chvt rix,
@{bin}/free rix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/{,e}grep rix,
@{bin}/mkdir rix,
@{bin}/rm rix,

View file

@ -14,7 +14,7 @@ profile kernel-postinst-kdump @{exec_path} {
@{bin}/du rix,
@{bin}/find rix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/mv rix,
@{bin}/rm rix,
@{bin}/sync rix,

View file

@ -17,7 +17,7 @@ profile modprobed-db @{exec_path} {
@{bin}/cat rix,
@{bin}/cp rix,
@{bin}/cut rix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/getent rix,
@{bin}/{,e}grep rix,
@{bin}/logname rix,

View file

@ -27,7 +27,7 @@ profile tomb @{exec_path} {
@{exec_path} mr,
@{bin}/{,e,f}grep rix,
@{bin}/awk rix,
@{bin}/{m,g,}awk rix,
@{bin}/basename rix,
@{bin}/cat rix,
@{bin}/chmod rix,
@ -41,7 +41,6 @@ profile tomb @{exec_path} {
@{bin}/env rix,
@{bin}/file rix,
@{bin}/findmnt rix,
@{bin}/gawk rix,
@{bin}/getent rix,
@{bin}/gettext rix,
@{bin}/hostname rix,

View file

@ -31,7 +31,7 @@ profile wechat @{exec_path} flags=(attach_disconnected) {
@{sh_path} rix,
@{lib_dirs}/crashpad_handler ix,
@{bin}/mkdir ix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/lsblk rPx,
@{bin}/ip rix,
@{bin}/xdg-user-dir rix,

View file

@ -36,7 +36,7 @@ profile wechat-appimage @{exec_path} flags=(attach_disconnected) {
@{lib_dirs}/wechat-appimage.AppImage ix,
/tmp/.mount_wechat??????/AppRun ix,
@{bin}/mkdir ix,
@{bin}/gawk rix,
@{bin}/{m,g,}awk rix,
@{bin}/lsblk rPx,
@{bin}/ip rix,
@{bin}/xdg-user-dir rix,