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

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/setpci
@{exec_path} = @{sbin}/setpci
profile setpci @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/consoles>

View file

@ -6,7 +6,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/ss
@{exec_path} = @{sbin}/ss
profile ss @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>

View file

@ -66,7 +66,7 @@ profile tomb @{exec_path} {
@{bin}/tr rix,
@{bin}/zsh rix,
@{bin}/btrfs rPx,
@{sbin}/btrfs rPx,
@{sbin}/cryptsetup rPUx,
@{bin}/e2fsc rPUx,
@{sbin}/fsck rPx,

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/update-alternatives
@{exec_path} = @{sbin}/update-alternatives
profile update-alternatives @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>

View file

@ -6,7 +6,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/wsdd
@{exec_path} = @{sbin}/wsdd
profile wsdd @{exec_path} {
include <abstractions/base>
include <abstractions/python>