]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install wall executable with group 'tty'
authorChristian Hesse <mail@eworm.de>
Thu, 2 Nov 2023 10:37:33 +0000 (11:37 +0100)
committerChristian Hesse <mail@eworm.de>
Thu, 2 Nov 2023 11:11:29 +0000 (12:11 +0100)
... for proper permissions.

meson.build

index d1034b2cc5349da095978bfb90751e5a4a051a2f..55ad30d6ac7b91b9f898a20ee5b15a6c8d90a634 100644 (file)
@@ -2446,7 +2446,7 @@ exe = executable(
   link_with : [lib_common],
   dependencies : [lib_systemd],
   install_dir : usrbin_exec_dir,
-  install_mode : 'rwxr-sr-x',
+  install_mode : [ 'rwxr-sr-x', 'root', 'tty' ],
   install : opt,
   build_by_default : opt)
 if opt