-
Notifications
You must be signed in to change notification settings - Fork 26
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
(RHEL-31070) Make journalctl --user -u some.unit
work for system users too
#255
(RHEL-31070) Make journalctl --user -u some.unit
work for system users too
#255
Conversation
As per our usual syntax in the docs. (cherry picked from commit e754af3) Related: RHEL-31070
This way we can use it in libsystemd (cherry picked from commit 8a8b4a8) Related: RHEL-31070
Let's move this helper call from journald specific code to src/basic/, so that we can use it from sd-journal. While we are at it, slightly extend it to also cover container uids, which are also routed to the system journal now. This places the call in uid-alloc-range.[ch] which contains similar functions that match UID ranges for specific purposes. (cherry picked from commit 115d514) Related: RHEL-31070
…em UID, imply SD_JOURNAL_SYSTEM Fixes: #26742 #23679 (cherry picked from commit 97c621b) Resolves: RHEL-31070
Fixes: #25061 (cherry picked from commit cad8fa4) Related: RHEL-31070
3c5a1ca
to
e98d44b
Compare
Commit validationTracker - RHEL-31070 The following commits meet all requirements
Tracker validationSuccess🟢 Tracker RHEL-31070 has set desired product: Pull Request validationSuccess🟢 CI - All checks have passed Auto MergeFailed🔴 Pull Request can't be merged, Success🟢 Pull Request is not marked as draft and it's not blocked by |
journalctl --user -u some.unit
work for system users toojournalctl --user -u some.unit
work for system users too
No description provided.