Changeset cd99aff


Ignore:
Timestamp:
01/03/2022 03:28:24 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d21ec2f
Parents:
cea24f5
Message:

Revert "shadow: remove explicit --disable-{su,runuser}"

This reverts commit 6ecd06927ba617a521dafc6c4feb1b60c6941769.

Continue to use shadow su, until it's really dead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    rcea24f5 rcd99aff  
    5151            --disable-login      \
    5252            --disable-nologin    \
     53            --disable-su         \
    5354            --disable-setpriv    \
     55            --disable-runuser    \
    5456            --disable-pylibmount \
    5557            --disable-static     \
     
    6567            --disable-login      \
    6668            --disable-nologin    \
     69            --disable-su         \
    6770            --disable-setpriv    \
     71            --disable-runuser    \
    6872            --disable-pylibmount \
    6973            --disable-static     \
Note: See TracChangeset for help on using the changeset viewer.