diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:13:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:13:54 +0300 |
commit | ccfd4e9c8c499638139b15c25a86d2a4df3ff2ad (patch) | |
tree | b09e9728a56515f86a1def17292d613936db04d2 /core/util-linux/build | |
parent | 4784cead0de558f7116f3e0c99bc50ea7849d616 (diff) | |
download | repository-ccfd4e9c8c499638139b15c25a86d2a4df3ff2ad.tar.gz |
util-linux: do not build su and login
Diffstat (limited to 'core/util-linux/build')
-rwxr-xr-x | core/util-linux/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/util-linux/build b/core/util-linux/build index 28e318c5..f93ababb 100755 --- a/core/util-linux/build +++ b/core/util-linux/build @@ -15,6 +15,8 @@ --disable-rpath \ --disable-kill \ --disable-sulogin \ + --disable-su \ + --disable-login \ --without-udev \ --without-python \ --without-systemd \ |