]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install chsh 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 a13574b1de21d7fd9a0ad63790a7452c369e46e5)

meson.build

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