From: Christian Hesse Date: Fri, 9 Jun 2023 12:09:02 +0000 (+0200) Subject: meson: install chfn setuid X-Git-Tag: v2.39.1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e9fc724e4586a1fc0b0fefb4b5c2d98613553c8;p=thirdparty%2Futil-linux.git meson: install chfn setuid ... as this requires elevated privileges. (cherry picked from commit 60d457f52991e6f6472171035974ce7a3ae621f3) --- diff --git a/meson.build b/meson.build index 36a45733bc..c1199d2e80 100644 --- a/meson.build +++ b/meson.build @@ -895,6 +895,7 @@ exe = executable( link_with : [lib_common, logindefs_c], dependencies : chfn_chsh_deps, install_dir : usrbin_exec_dir, + install_mode : 'rwsr-xr-x', install : opt, build_by_default : opt)