From: Christian Hesse Date: Fri, 9 Jun 2023 12:09:02 +0000 (+0200) Subject: meson: install umount setuid X-Git-Tag: v2.39.1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e67f720fbcfe09e60a5470d9a89f7036941b8a;p=thirdparty%2Futil-linux.git meson: install umount setuid ... as this requires elevated privileges. (cherry picked from commit 1cb3c90ca5de6ffb43f8a40605118a8d84a0c6f3) --- diff --git a/meson.build b/meson.build index d1eb7f53eb..6218e712a6 100644 --- a/meson.build +++ b/meson.build @@ -1638,6 +1638,7 @@ exe2 = executable( include_directories : includes, link_with : [lib_common, lib_mount], + install_mode : 'rwsr-xr-x', install : opt, build_by_default : opt) if opt and not is_disabler(exe)