]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install chfn setuid
authorChristian Hesse <mail@eworm.de>
Fri, 9 Jun 2023 12:09:02 +0000 (14:09 +0200)
committerChristian Hesse <mail@eworm.de>
Wed, 14 Jun 2023 08:29:18 +0000 (10:29 +0200)
... as this requires elevated privileges.

(cherry picked from commit 60d457f52991e6f6472171035974ce7a3ae621f3)

meson.build

index 36a45733bc1e6b45376bee8e25c3a220ecaf5744..c1199d2e80d01b49165050a9c6f58cbf4266eb58 100644 (file)
@@ -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)