Searched refs:USER_CREDS_ALLOW_MISSING (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/network/netdev/ |
D | tuntap.c | 77 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/ |
D | user-util.c | 247 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()
|
D | user-util.h | 41 …USER_CREDS_ALLOW_MISSING = 1 << 1, /* if a numeric UID string is resolved, be OK if there's no re… enumerator
|
/systemd-251/src/udev/ |
D | udev-rules.c | 336 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/ |
D | condition.c | 403 r = get_user_creds(&u, &id, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING); in condition_test_user()
|