diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-01-03 23:28:24 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-01-03 23:28:24 +0800 |
commit | cd99aff68379e235f8aefec774def19151832d67 (patch) | |
tree | 9ab19af7c321eaaa2e6241be241199beb347c1f9 /chapter08 | |
parent | cea24f504c87359066a5edf360f1d6c986e189f2 (diff) |
Revert "shadow: remove explicit --disable-{su,runuser}"
This reverts commit 6ecd06927ba617a521dafc6c4feb1b60c6941769.
Continue to use shadow su, until it's really dead.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/util-linux.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 3b7a6c4d2..341310556 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -50,7 +50,9 @@ --disable-chfn-chsh \ --disable-login \ --disable-nologin \ + --disable-su \ --disable-setpriv \ + --disable-runuser \ --disable-pylibmount \ --disable-static \ --without-python \ @@ -64,7 +66,9 @@ --disable-chfn-chsh \ --disable-login \ --disable-nologin \ + --disable-su \ --disable-setpriv \ + --disable-runuser \ --disable-pylibmount \ --disable-static \ --without-python \ |