From 1cb3c90ca5de6ffb43f8a40605118a8d84a0c6f3 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. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index e8231991af..74c15b2437 100644 --- a/meson.build +++ b/meson.build @@ -1639,6 +1639,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.2