chiark / gitweb /
journal: add ability to filter by current user
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 5 Jun 2013 02:31:05 +0000 (22:31 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 10 Jun 2013 14:10:06 +0000 (10:10 -0400)
commita688baa8b71f9c74500f7883dfb137194874266a
tree0b83a52f603e70c56ec853987e21c745562f3110
parentc5a10d9ca017be6133154e09383c84c3d5b85f7c
journal: add ability to filter by current user

This is the just the library part.

SD_JOURNAL_CURRENT_USER flags is added to sd_j_open(), to open
files from current user.

SD_JOURNAL_SYSTEM_ONLY is renamed to SD_JOURNAL_SYSTEM,
and changed to mean to (also) open system files. This way various
flags can be combined, which gives them nicer semantics, especially
if other ones are added later.

Backwards compatibility is kept, because SD_JOURNAL_SYSTEM_ONLY
is equivalent to SD_JOURNAL_SYSTEM if used alone, and before there
we no other flags.
Makefile-man.am
man/sd_journal_open.xml
src/journal/journal-gatewayd.c
src/journal/sd-journal.c
src/python-systemd/_reader.c
src/shared/logs-show.c
src/systemd/sd-journal.h