id: Fix incorrect human-readable output#7814
Conversation
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
Testing this has the same problem as #7796. The test would need to be run with elevated privileges and change the EUID and EGID of the process to be different from the actual UID and GID. |
|
how can i test this locally ? :) |
|
See the Reproduce section in the related issue #7812. The main branch prints the wrong output while this branch should print the expected output. |
42c55a4 to
2d30c16
Compare
|
GNU testsuite comparison: |
472ea3c to
613b777
Compare
|
GNU testsuite comparison: |
Adds l10n translations for `id-output-rgid`
613b777 to
cba4544
Compare
|
GNU testsuite comparison: |
3fee559 to
e78eda1
Compare
|
The
The |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
@sylvestre This PR is ready for review. |
|
GNU testsuite comparison: |
This PR fixes the human-readable output of the
-pflag. Currently, it reports incorrect information about euid and does not includergidwhen it differs fromegid.Reproduction instructions can be found in the related issue #7812.
fixes #7812