]> 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>
Fri, 9 Jun 2023 13:04:40 +0000 (15:04 +0200)
... as this requires elevated privileges.

meson.build

index eebf9df8fc3667e2f2b29bb5df538760d4c439f2..eae42f01aaecfb2e0c9b5c4d9087a4dda7d9e1e8 100644 (file)
@@ -909,6 +909,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)