From: Christian Hesse Date: Fri, 9 Jun 2023 12:09:02 +0000 (+0200) Subject: meson: install chsh setuid X-Git-Tag: v2.39.1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa818dc8df7701a49f8ea2a5921627f4a30f5688;p=thirdparty%2Futil-linux.git meson: install chsh setuid ... as this requires elevated privileges. (cherry picked from commit a13574b1de21d7fd9a0ad63790a7452c369e46e5) --- diff --git a/meson.build b/meson.build index c1199d2e80..5bea4cae6d 100644 --- a/meson.build +++ b/meson.build @@ -908,6 +908,7 @@ exe2 = executable( link_with : lib_common, dependencies : chfn_chsh_deps, install_dir : usrbin_exec_dir, + install_mode : 'rwsr-xr-x', install : opt, build_by_default : opt) if opt and not is_disabler(exe)