From 60d457f52991e6f6472171035974ce7a3ae621f3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 9 Jun 2023 14:09:02 +0200 Subject: [PATCH] meson: install chfn setuid ... as this requires elevated privileges. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index af9add4575..eebf9df8fc 100644 --- a/meson.build +++ b/meson.build @@ -896,6 +896,7 @@ exe = executable( link_with : [lib_common, logindefs_c], dependencies : chfn_chsh_deps, install_dir : usrbin_exec_dir, + install_mode : 'rwsr-xr-x', install : opt, build_by_default : opt) -- 2.47.3