]> 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>
Wed, 14 Jun 2023 08:29:18 +0000 (10:29 +0200)
... as this requires elevated privileges.

(cherry picked from commit cb3dee5a14da552a935680584d2fc5c37cb3a913)

meson.build

index 3f8ee6edd4c5240f186e91b82593eaaac5dc9c3b..0cbb3d640e4bc332b8cd852b864aafde276a5ac2 100644 (file)
@@ -1012,6 +1012,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)