FS#80111 - [util-linux] write utility has wrong permissions
Attached to Project:
Arch Linux
Opened by Anthony Wang (Ta180m) - Tuesday, 31 October 2023, 02:41 GMT
Last edited by Toolybird (Toolybird) - Saturday, 04 November 2023, 00:12 GMT
Opened by Anthony Wang (Ta180m) - Tuesday, 31 October 2023, 02:41 GMT
Last edited by Toolybird (Toolybird) - Saturday, 04 November 2023, 00:12 GMT
|
Details
Currently, if you try to run `write`, it outputs an error
like `write: effective gid does not match group of
/dev/pts/3`. The `/usr/bin/write` binary is a setgid binary
which should have group `tty`, but currently has group
`root`. This is similar to [this NixOS
bug](https://github.com/NixOS/nixpkgs/issues/192777), but in
this case, the binary already has setgid so the only thing
that needs to be fixed is the group.
|
This task depends upon
Closed by Toolybird (Toolybird)
Saturday, 04 November 2023, 00:12 GMT
Reason for closing: Fixed
Additional comments about closing: util-linux 2.39.2-2
in [core-testing]
Saturday, 04 November 2023, 00:12 GMT
Reason for closing: Fixed
Additional comments about closing: util-linux 2.39.2-2
in [core-testing]
Comment by Toolybird (Toolybird) -
Tuesday, 31 October 2023, 06:19 GMT
Was lost when we started building with meson.
Comment by Christian Hesse (eworm) -
Tuesday, 31 October 2023, 07:45 GMT
https://github.com/util-linux/util-linux/pull/2564