Home
last modified time | relevance | path

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

/coreutils/tests/chroot/
Dchroot-credentials.sh37 chroot --userspec=$NON_ROOT_UID: / true || fail=1
51 chroot --userspec=$NON_ROOT_USERNAME:$NON_ROOT_GROUP / whoami
70 chroot --userspec=$NON_ROOT_USERNAME:$NON_ROOT_GROUP \
120 returns_ $EXIT_CANCELED chroot --userspec=+12342 / true || fail=1
/coreutils/src/
Dchroot.c223 char *userspec = nullptr; in main() local
249 userspec = optarg; in main()
253 size_t userlen = strlen (userspec); in main()
254 if (userlen && userspec[userlen - 1] == ':') in main()
255 userspec[userlen - 1] = '\0'; in main()
300 if (userspec) in main()
301 ignore_value (parse_user_spec (userspec, &uid, &gid, nullptr, nullptr)); in main()
354 if (userspec) in main()
357 char const *err = parse_user_spec_warn (userspec, &uid, &gid, in main()
/coreutils/po/
DPOTFILES.in26 lib/userspec.c
/coreutils/
DNEWS1522 the old "/", and therefore is useful with the --group and --userspec options.
1724 chroot --userspec will now unset supplemental groups associated with root,
1737 chroot has better --userspec and --group look-ups, with numeric IDs never
3284 chroot now accepts the options --userspec and --groups.
/coreutils/doc/
Dcoreutils.texi17622 implicit in the @option{--userspec} option.
17624 @item --userspec=@var{user}[:@var{group}]
17625 @opindex --userspec
17640 @option{--userspec} options to retain the previous working directory.
17644 The user and group name look-up performed by the @option{--userspec}