]> 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)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 10:18:13 +0000 (11:18 +0100)
... for proper permissions.

meson.build

index 78a0bc04753f78d7c1a8ba5f2ad2faf0c11d7419..baca755d11c39d81a6df08a13af6cff22937dfdc 100644 (file)
@@ -2411,7 +2411,7 @@ exe = executable(
   include_directories : includes,
   link_with : [lib_common],
   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