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

meson.build

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