Home
last modified time | relevance | path

Searched refs:at_console (Results 1 – 5 of 5) sorted by relevance

/external/dbus/bus/
Dpolicy.c277 dbus_bool_t at_console; in bus_policy_create_client_policy() local
342 at_console = _dbus_unix_user_is_at_console (uid, error); in bus_policy_create_client_policy()
344 if (at_console) in bus_policy_create_client_policy()
581 dbus_bool_t at_console, in bus_policy_append_console_rule() argument
584 if (at_console) in bus_policy_append_console_rule()
Dpolicy.h132 dbus_bool_t at_console,
Dconfig-parser.c973 const char *at_console; in start_busconfig_child() local
990 "at_console", &at_console, in start_busconfig_child()
996 (context && at_console)) || in start_busconfig_child()
998 (user && at_console)) || in start_busconfig_child()
999 (group && at_console) || in start_busconfig_child()
1000 !(context || user || group || at_console)) in start_busconfig_child()
1049 else if (at_console != NULL) in start_busconfig_child()
1052 t = (strcmp (at_console, "true") == 0); in start_busconfig_child()
1053 if (t || strcmp (at_console, "false") == 0) in start_busconfig_child()
1062 at_console); in start_busconfig_child()
/external/dbus/doc/
Dbusconfig.dtd38 at_console (yes|no) #IMPLIED> attribute
/external/dbus/
DChangeLog.pre-1-07564 * doc/busconfig.dtd: update the DTD for the at_console attribute.
7641 <policy at_console=""> is encountered in a policy file