fix: update-alternatives is **not** installed in sbin.
This commit is contained in:
parent
f1a96db317
commit
8f7e373f62
6 changed files with 5 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ profile adequate @{exec_path} flags=(complain) {
|
|||
# shared object file): ignored.
|
||||
@{bin}/dpkg-query rpx,
|
||||
#
|
||||
@{sbin}/update-alternatives rPx,
|
||||
@{bin}/update-alternatives rPx,
|
||||
|
||||
/var/lib/adequate/pending rwk,
|
||||
|
||||
|
|
|
|||
|
|
@ -38,9 +38,9 @@ profile kernel @{exec_path} {
|
|||
@{bin}/dpkg rPx -> child-dpkg,
|
||||
@{bin}/kernel-install rPx,
|
||||
@{bin}/systemd-detect-virt rPx,
|
||||
@{bin}/update-alternatives rPx,
|
||||
@{lib}/dkms/dkms_autoinstaller rPx,
|
||||
@{sbin}/dkms rPx,
|
||||
@{sbin}/update-alternatives rPx,
|
||||
@{sbin}/update-grub rPx,
|
||||
@{sbin}/update-initramfs rPx,
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ profile initramfs-hooks @{exec_path} {
|
|||
@{bin}/ischroot Px,
|
||||
@{bin}/ldd Cx -> ldd,
|
||||
@{bin}/plymouth Px,
|
||||
@{sbin}/update-alternatives Px,
|
||||
@{bin}/update-alternatives Px,
|
||||
@{lib}/dracut/dracut-install Px,
|
||||
@{lib}/initramfs-tools/bin/busybox ix,
|
||||
@{lib}/klibc/bin/fstype ix,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ profile initramfs-scripts @{exec_path} {
|
|||
@{bin}/ischroot Px,
|
||||
@{bin}/ldd Cx -> ldd,
|
||||
@{bin}/plymouth Px,
|
||||
@{sbin}/update-alternatives Px,
|
||||
@{bin}/update-alternatives Px,
|
||||
@{lib}/dracut/dracut-install Px,
|
||||
@{lib}/initramfs-tools/bin/busybox Px,
|
||||
/usr/share/mdadm/mkconf Px,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{sbin}/update-alternatives
|
||||
@{exec_path} = @{bin}/update-alternatives
|
||||
profile update-alternatives @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
|
|||
|
|
@ -766,7 +766,6 @@ unix_chkpwd
|
|||
unix_update
|
||||
unix2_chkpwd
|
||||
uobjnew
|
||||
update-alternatives
|
||||
update-ca-certificates
|
||||
update-catalog
|
||||
update-cracklib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue