Home
last modified time | relevance | path

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

/systemd-251/src/network/netdev/
Dtuntap.c77 r = get_user_creds(&user, &uid, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING); in netdev_tuntap_add()
88 r = get_group_creds(&group, &gid, USER_CREDS_ALLOW_MISSING); in netdev_tuntap_add()
/systemd-251/src/basic/
Duser-util.c247 else if (FLAGS_SET(flags, USER_CREDS_ALLOW_MISSING) && !gid && !home && !shell) { in get_user_creds()
345 else if (FLAGS_SET(flags, USER_CREDS_ALLOW_MISSING)) { in get_group_creds()
1076 r = get_user_creds(&username, &uid, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING); in is_this_me()
Duser-util.h41USER_CREDS_ALLOW_MISSING = 1 << 1, /* if a numeric UID string is resolved, be OK if there's no re… enumerator
/systemd-251/src/udev/
Dudev-rules.c336 r = get_user_creds(&name, &uid, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING); in rule_resolve_user()
371 r = get_group_creds(&name, &gid, USER_CREDS_ALLOW_MISSING); in rule_resolve_group()
2017 r = get_user_creds(&ow, &event->uid, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING); in udev_rule_apply_token_to_event()
2041 r = get_group_creds(&gr, &event->gid, USER_CREDS_ALLOW_MISSING); in udev_rule_apply_token_to_event()
/systemd-251/src/shared/
Dcondition.c403 r = get_user_creds(&u, &id, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING); in condition_test_user()