-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
id: Fix incorrect human-readable output #7814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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