Lines Matching refs:user
135 /* If user bus, bail out */
158 /* FIXME: need to change this to show real user */
318 * Initialize the user space access vector cache (AVC) for D-Bus and set up
1027 * Changes the user and group the bus is running as.
1029 * @param user the user to become
1034 _dbus_change_to_daemon_user (const char *user,
1041 _dbus_string_init_const (&u, user);
1046 "User '%s' does not appear to exist?",
1047 user);