feat(profile): update sbin list and ensure the profiles use the good variable (sbin or bin).
This commit is contained in:
parent
c8f2a435f8
commit
6ed873aad3
54 changed files with 75 additions and 70 deletions
|
|
@ -18,7 +18,7 @@ profile initramfs-hooks @{exec_path} {
|
|||
@{bin}/ischroot Px,
|
||||
@{bin}/ldd Cx -> ldd,
|
||||
@{bin}/plymouth Px,
|
||||
@{bin}/update-alternatives Px,
|
||||
@{sbin}/update-alternatives Px,
|
||||
@{sbin}/blkid Px,
|
||||
@{lib}/dracut/dracut-install Px,
|
||||
@{lib}/initramfs-tools/bin/busybox ix,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ profile initramfs-scripts @{exec_path} {
|
|||
@{bin}/ischroot Px,
|
||||
@{bin}/ldd Cx -> ldd,
|
||||
@{bin}/plymouth Px,
|
||||
@{bin}/update-alternatives Px,
|
||||
@{sbin}/update-alternatives Px,
|
||||
@{lib}/dracut/dracut-install Px,
|
||||
@{lib}/initramfs-tools/bin/busybox Px,
|
||||
/usr/share/mdadm/mkconf Px,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{sbin}/modprobed-db
|
||||
@{exec_path} = @{bin}/modprobed-db
|
||||
profile modprobed-db @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue