fix(profile): remove sbin on some program path

Debian and opensuse do not install the same programs under /usr/sbin.
This will have to be tracked by distribution.
For now, sbin.list follows debian install.
This commit is contained in:
Alexandre Pujol 2025-05-18 23:51:12 +02:00
parent d18aafaa96
commit 06fe61fc1f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 9 additions and 12 deletions

View file

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