feat(profile): replace @{bin} by @{sbin} on additional profiles.

This commit is contained in:
Alexandre Pujol 2025-04-28 22:41:40 +02:00
parent aeb3614a07
commit 7b55b351ef
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 14 additions and 13 deletions

View file

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

View file

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

View file

@ -43,7 +43,7 @@ profile os-prober @{exec_path} flags=(attach_disconnected) {
@{bin}/mkdir rix,
@{bin}/mktemp rix,
@{bin}/mount rix,
@{bin}/multipath rPx,
@{sbin}/multipath rPx,
@{bin}/readlink rix,
@{bin}/rm rix,
@{bin}/rmdir rix,

View file

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