]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install umount 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 1cb3c90ca5de6ffb43f8a40605118a8d84a0c6f3)

meson.build

index d1eb7f53eb157719f0d8ea03e149237981cb4e70..6218e712a60738dbfb1a853abf8ac6ca4734d1c9 100644 (file)
@@ -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)