Home
last modified time | relevance | path

Searched refs:want_other_users (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/ !
Djournal-util.c12 static int access_check_var_log_journal(sd_journal *j, bool want_other_users) { in access_check_var_log_journal() argument
67 want_other_users ? "other users and the system" : "the system", in access_check_var_log_journal()
77 want_other_users ? "other users and the system" : "the system"); in access_check_var_log_journal()
86 int journal_access_check_and_warn(sd_journal *j, bool quiet, bool want_other_users) { in journal_access_check_and_warn() argument
102 (void) access_check_var_log_journal(j, want_other_users); in journal_access_check_and_warn()
Djournal-util.h10 int journal_access_check_and_warn(sd_journal *j, bool quiet, bool want_other_users);