Searched refs:bus_test_polkit (Results 1 - 3 of 3) sorted by relevance
/systemd/src/shared/ |
H A D | bus-util.h | 70 int bus_test_polkit(sd_bus_message *call, int capability, const char *action, const char **details, uid_t good_user, bool *_challenge, sd_bus_error *e);
|
H A D | bus-util.c | 247 int bus_test_polkit( function
|
/systemd/src/login/ |
H A D | logind-dbus.c | 2125 r = bus_test_polkit(message, CAP_SYS_BOOT, action_multiple_sessions, NULL, UID_INVALID, &challenge, error); 2138 r = bus_test_polkit(message, CAP_SYS_BOOT, action_ignore_inhibit, NULL, UID_INVALID, &challenge, error); 2154 r = bus_test_polkit(message, CAP_SYS_BOOT, action, NULL, UID_INVALID, &challenge, error); 2309 r = bus_test_polkit(message,
|
Completed in 1503 milliseconds