Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 14 of 14) sorted by relevance

/buildroot/support/scripts/
A Dmkusers98 local uid="${1}"
100 awk -F: -v uid="${uid}" \
133 local uid="${2}"
179 if [ ${uid} -lt -2 -o ${uid} -eq 0 ]; then
181 elif [ ${uid} -ge 0 ]; then
274 local uid
277 if [ -z "${uid}" ]; then
278 for(( uid=minuid; uid<=maxuid; uid++ )); do
288 printf "%d\n" "${uid}"
321 local uid="${2}"
[all …]
/buildroot/support/testing/tests/package/test_ola/rootfs-overlay/usr/bin/
A Dsample_ola_rdm_discovery.py10 for uid in uids:
11 print(str(uid))
/buildroot/support/testing/tests/core/
A Ddevice_table2.txt1 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/buildroot/package/darkhttpd/
A Ddarkhttpd.service8 ExecStart=/usr/sbin/darkhttpd $DARKHTTPD_ROOT $DARKHTTPD_FLAGS --chroot --uid nobody --gid www-data
/buildroot/package/makedevs/
A Dmakedevs.c511 uid_t uid; in main() local
551 uid = get_ug_id(user, my_getpwnam); in main()
553 uid = getuid(); in main()
566 if (chown(full_name, uid, gid) == -1) { in main()
586 if (chown(full_name, uid, gid) == -1) { in main()
597 recursive_uid = uid; in main()
634 } else if (lchown(full_name_inc, uid, gid) < 0) { in main()
A DREADME.adoc18 |name |type |mode |uid |gid |major |minor |start |inc |count
37 change the mode (and only change uid and gid)
38 - +uid+ and +gid+ are the UID and GID to set on this file; can be
/buildroot/system/
A Ddevice_table.txt8 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
A Ddevice_table_dev.txt6 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/buildroot/docs/manual/
A Dmakeusers-syntax.adoc14 |username |uid |group |gid |password |home |shell |groups |comment
22 - +uid+ is the desired UID for the user. It must be unique, and not
69 - +uid+ is computed by Buildroot
85 - +uid+ is : +8000+
A Dmakedev-syntax.adoc18 |name |type |mode |uid |gid |major |minor |start |inc |count
37 change the mode (and only change uid and gid)
38 - +uid+ and +gid+ are the UID and GID to set on this file; can be
A Dcustomize-rootfs.adoc160 block-or-char device...) and uid/gid; these are emulated in-memory.
/buildroot/package/openvmtools/
A D0007-Use-configure-to-test-for-feature-instead-of-platfor.patch75 @@ -997,31 +994,32 @@ Id_EndSuperUser(uid_t uid) // IN:
/buildroot/package/android-tools/
A D0002-Fix-adbd-for-non-Ubuntu-systems.patch124 - // set the uid to be able to connect to the phablet user session bus
/buildroot/package/systemd/
A Dsystemd.mk96 -Dsystem-uid-max=999 \

Completed in 29 milliseconds