From: Christian Hesse Date: Fri, 9 Jun 2023 12:09:02 +0000 (+0200) Subject: meson: install newgrp setuid X-Git-Tag: v2.39.1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c107277a088a24a05ce0b08dcab2c42835ee1b;p=thirdparty%2Futil-linux.git meson: install newgrp setuid ... as this requires elevated privileges. (cherry picked from commit cb3dee5a14da552a935680584d2fc5c37cb3a913) --- diff --git a/meson.build b/meson.build index 3f8ee6edd4..0cbb3d640e 100644 --- a/meson.build +++ b/meson.build @@ -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)