Searched refs:uid (Results 1 – 14 of 14) sorted by relevance
| /buildroot/support/scripts/ |
| A D | mkusers | 98 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 D | sample_ola_rdm_discovery.py | 10 for uid in uids: 11 print(str(uid))
|
| /buildroot/support/testing/tests/core/ |
| A D | device_table2.txt | 1 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
| /buildroot/package/darkhttpd/ |
| A D | darkhttpd.service | 8 ExecStart=/usr/sbin/darkhttpd $DARKHTTPD_ROOT $DARKHTTPD_FLAGS --chroot --uid nobody --gid www-data
|
| /buildroot/package/makedevs/ |
| A D | makedevs.c | 511 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 D | README.adoc | 18 |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 D | device_table.txt | 8 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
| A D | device_table_dev.txt | 6 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
| /buildroot/docs/manual/ |
| A D | makeusers-syntax.adoc | 14 |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 D | makedev-syntax.adoc | 18 |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 D | customize-rootfs.adoc | 160 block-or-char device...) and uid/gid; these are emulated in-memory.
|
| /buildroot/package/openvmtools/ |
| A D | 0007-Use-configure-to-test-for-feature-instead-of-platfor.patch | 75 @@ -997,31 +994,32 @@ Id_EndSuperUser(uid_t uid) // IN:
|
| /buildroot/package/android-tools/ |
| A D | 0002-Fix-adbd-for-non-Ubuntu-systems.patch | 124 - // set the uid to be able to connect to the phablet user session bus
|
| /buildroot/package/systemd/ |
| A D | systemd.mk | 96 -Dsystem-uid-max=999 \
|
Completed in 24 milliseconds