feat(profile): use @{sbin} for all program inside /usr/sbin.

This commit is contained in:
Alexandre Pujol 2025-04-28 21:27:57 +02:00
parent b8f2f38c72
commit fd17a77b17
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
270 changed files with 475 additions and 475 deletions

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/wpa_action
@{exec_path} = @{sbin}/wpa_action
profile wpa-action @{exec_path} {
include <abstractions/base>
@ -17,14 +17,14 @@ profile wpa-action @{exec_path} {
@{exec_path} mr,
@{bin}/wpa_cli rPx,
@{sbin}/wpa_cli rPx,
@{sh_path} rix,
@{bin}/{,e}grep rix,
@{bin}/cat rix,
@{bin}/date rix,
@{bin}/ifup rix,
@{bin}/ip rix,
@{sbin}/ip rix,
@{bin}/ln rix,
@{bin}/logger rix,
@{bin}/rm rix,