]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install newgrp 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 6da9821c023e5aa871525ad56a4abf6ddd32e641..a28e3eb9bd9be480f2f84ba637a0532a6c284844 100644 (file)
@@ -1013,6 +1013,7 @@ exe = executable(
   include_directories : includes,
   dependencies : [lib_crypt],
   install_dir : usrbin_exec_dir,
+  install_mode : 'rwsr-xr-x',
   install : opt,
   build_by_default : opt)
 if opt and not is_disabler(exe)