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