Searched refs:arg_uid_shift (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn.c174 static uid_t arg_uid_shift = UID_INVALID, arg_uid_range = 0x10000U; variable
273 if (arg_userns && arg_uid_shift == UID_INVALID && path_equal(m->destination, "/")) {
818 if (parse_uid(shift, &arg_uid_shift) < 0) {
995 uid += arg_uid_shift;
997 if (uid < arg_uid_shift || uid >= arg_uid_shift + arg_uid_range)
1002 gid += (gid_t) arg_uid_shift;
1004 if (gid < (gid_t) arg_uid_shift || gid >= (gid_t) (arg_uid_shift + arg_uid_range))
1238 arg_uid_shift
[all...]

Completed in 791 milliseconds