diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-12-27 20:54:46 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-12-27 20:54:46 +0800 |
commit | 6ecd06927ba617a521dafc6c4feb1b60c6941769 (patch) | |
tree | 2724d3105509c2c5b5b419bb2a9ca78c8125bb44 /chapter08/util-linux.xml | |
parent | 20e30e42e2221d6c16570612099a9d8b85c1e320 (diff) |
shadow: remove explicit --disable-{su,runuser}
for sync with BLFS. They are automatically disabled when PAM is
unavailable.
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 341310556..3b7a6c4d2 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -50,9 +50,7 @@ --disable-chfn-chsh \ --disable-login \ --disable-nologin \ - --disable-su \ --disable-setpriv \ - --disable-runuser \ --disable-pylibmount \ --disable-static \ --without-python \ @@ -66,9 +64,7 @@ --disable-chfn-chsh \ --disable-login \ --disable-nologin \ - --disable-su \ --disable-setpriv \ - --disable-runuser \ --disable-pylibmount \ --disable-static \ --without-python \ |