feat(profile): add more programs to the list of sbin program.

This commit is contained in:
Alexandre Pujol 2025-05-01 15:17:03 +02:00
parent dc816178f5
commit 3a568ba307
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
44 changed files with 338 additions and 51 deletions

View file

@ -41,7 +41,7 @@ profile monitorix @{exec_path} {
@{bin}/tail rix,
@{bin}/{m,g,}awk rix,
@{bin}/free rix,
@{bin}/ss rix,
@{sbin}/ss rix,
@{bin}/who rix,
@{sbin}/lvm rix,
@{sbin}/xtables-nft-multi rix,

View file

@ -27,10 +27,10 @@ profile os-prober @{exec_path} flags=(attach_disconnected) {
@{sh_path} rix,
@{bin}/{e,f,}grep rix,
@{sbin}/blkid rPx,
@{bin}/btrfs rPx,
@{sbin}/btrfs rPx,
@{bin}/cat rix,
@{bin}/cut rix,
@{bin}/dmraid rPUx,
@{sbin}/dmraid rPUx,
@{bin}/find rix,
@{bin}/grub-mount rPx,
@{sbin}/grub-probe rPx,

View file

@ -63,7 +63,7 @@ profile packagekitd @{exec_path} flags=(attach_disconnected) {
@{bin}/dpkg rPx -> child-dpkg, #aa:only apt
@{bin}/fc-cache rPx,
@{bin}/glib-compile-schemas rPx,
@{bin}/install-info rPx,
@{sbin}/install-info rPx,
@{bin}/rpm rPUx, #aa:only opensuse
@{bin}/rpmdb2solv rPUx, #aa:only opensuse
@{bin}/systemd-inhibit rPx,

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/rngd
@{exec_path} = @{sbin}/rngd
profile rngd @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/devices-usb>