]> 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>
Fri, 9 Jun 2023 13:04:40 +0000 (15:04 +0200)
... as this requires elevated privileges.

meson.build

index e8231991af95f8154f24e1e6289bb731e746c8e3..74c15b2437bf6288c682aef2db166b02d4621304 100644 (file)
@@ -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)