Home
last modified time | relevance | path

Searched refs:USER_CREDS_CLEAN (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Duser-util.c194 *home = FLAGS_SET(flags, USER_CREDS_CLEAN) ? NULL : "/"; in synthesize_user_creds()
197 *shell = FLAGS_SET(flags, USER_CREDS_CLEAN) ? NULL : NOLOGIN; in synthesize_user_creds()
289 if (FLAGS_SET(flags, USER_CREDS_CLEAN) && in get_user_creds()
299 if (FLAGS_SET(flags, USER_CREDS_CLEAN) && in get_user_creds()
Duser-util.h42USER_CREDS_CLEAN = 1 << 2, /* try to clean up shell and home fields with invalid data */ enumerator
/systemd-251/src/run/
Drun.c1504 …r = get_user_creds(&arg_exec_user, &uid, &gid, &home, &shell, USER_CREDS_CLEAN|USER_CREDS_PREFER_N… in start_transient_scope()
/systemd-251/src/core/
Dexecute.c969 r = get_user_creds(&name, uid, gid, home, shell, USER_CREDS_CLEAN); in get_fixed_user()