From 64e67f720fbcfe09e60a5470d9a89f7036941b8a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 9 Jun 2023 14:09:02 +0200 Subject: [PATCH] meson: install umount setuid ... as this requires elevated privileges. (cherry picked from commit 1cb3c90ca5de6ffb43f8a40605118a8d84a0c6f3) --- meson.build | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.3