]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install su 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 eae42f01aaecfb2e0c9b5c4d9087a4dda7d9e1e8..6da9821c023e5aa871525ad56a4abf6ddd32e641 100644 (file)
@@ -997,6 +997,7 @@ exe = executable(
                   lib_pam_misc,
                   lib_util,
                   realtime_libs],
+  install_mode : 'rwsr-xr-x',
   install : opt,
   build_by_default : opt)
 if opt and not is_disabler(exe)