Searched refs:group (Results 1 – 25 of 81) sorted by relevance
1234
| /buildroot/support/scripts/ |
| A D | mkusers | 82 local group="${1}" 84 awk -F: -v group="${group}" \ 90 local group="${1}" 92 awk -F: -v group="${group}" \ 134 local group="${3}" 139 _gid="$( get_gid "${group}" )" 215 local group="${1}" 220 gid="$( get_gid "${group}" )" 238 local group="${1}" 295 local group="${2}" [all …]
|
| /buildroot/package/unscd/ |
| A D | nscd.conf | 14 enable-cache group yes 15 positive-time-to-live group 3600 16 negative-time-to-live group 60 17 suggested-size group 1001 18 check-files group yes
|
| /buildroot/package/php/ |
| A D | php-fpm.conf | 8 listen.group = www-data 10 group = www-data
|
| /buildroot/docs/manual/ |
| A D | makeusers-syntax.adoc | 14 |username |uid |group |gid |password |home |shell |groups |comment 21 group will be created. 26 - +group+ is the desired name for the user's main group. It can not 27 be +root+. If the group does not exist, it will be created. 28 - +gid+ is the desired GID for the user's main group. It must be unique, 29 and not +0+. If set to +-1+ or +-2+, and the group does not already 46 no additional group. Missing groups will be created with an arbitrary 58 will belong to the user and its main group. 70 - main +group+ is: +bar+ 71 - main group +gid+ is computed by Buildroot [all …]
|
| /buildroot/package/udev/ |
| A D | udev.mk | 9 - - input -1 * - - - Input device group
|
| /buildroot/package/glibc/ |
| A D | nsswitch.conf | 4 group: files
|
| /buildroot/support/testing/tests/toolchain/ |
| A D | test_aarch64_64k.py | 40 order = int(r.group(1)) 41 size = int(r.group(2))
|
| /buildroot/package/cups/ |
| A D | 70-usb-printers.rules | 1 # Allow USB printers in the lp group
|
| A D | cups.mk | 28 --with-cups-group=lp \ 94 - - lpadmin -1 * - - - Printers admin group.
|
| /buildroot/package/getent/ |
| A D | getent | 18 passwd|group)
|
| /buildroot/package/privoxy/ |
| A D | 0001-GNUmakefile-in-Don-t-exit-if-configuration-files-are.patch | 21 $(ECHO) " and to install the config files as that user and/or group!" ;\ 22 $(ECHO) " Please read INSTALL, and create a privoxy user and group!" ;\
|
| A D | 0002-GNUMakefile.in-fix-root-install.patch | 26 $(ECHO) " and to install the config files as that user and/or group!" ;\ 27 $(ECHO) " Please read INSTALL, and create a privoxy user and group!" ;\
|
| /buildroot/package/dcron/ |
| A D | Config.in | 18 Typically, a crontab group is created on the system and 20 group, while crontab executable is owned by root:crontab
|
| /buildroot/utils/checksymbolslib/ |
| A D | kconfig.py | 74 symbol = m.group(2) 85 symbol = m.group(2) 103 symbol = m.group(2) 121 symbol = m.group(1)
|
| /buildroot/utils/checkpackagelib/ |
| A D | lib_sysv.py | 46 self.name = name_found.group(1) 57 pidfile = pidfile_found.group(1)
|
| /buildroot/package/python-channels-redis/ |
| A D | Config.in | 12 sharded configurations, as well as group support.
|
| /buildroot/package/pound/ |
| A D | pound.mk | 17 --with-group=$(shell id -gn)
|
| /buildroot/package/libcgroup/ |
| A D | Config.in | 8 group file system in Linux.
|
| /buildroot/package/dracut/ |
| A D | busybox-init-module-setup.sh | 55 /etc/group \
|
| /buildroot/board/qemu/riscv64-virt-efi/ |
| A D | genimage.cfg | 29 # https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
|
| /buildroot/package/shadow/ |
| A D | Config.in | 16 Enable shadow group support. 27 Install the user and group management tools (e.g. groupadd)
|
| /buildroot/support/testing/tests/package/ |
| A D | test_numactl.py | 69 node = int(m.group(1)) 70 mem = int(m.group(2))
|
| /buildroot/package/openrc/ |
| A D | 0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch | 10 On gentoo /run/lock is owned by uucp group because of historical 12 it makes more sense that 'daemon' group should own this directory.
|
| /buildroot/package/nss-pam-ldapd/ |
| A D | Config.in | 7 server to provide user account, group, host name, alias,
|
| /buildroot/support/testing/infra/ |
| A D | __init__.py | 87 return m.group(1) 114 return m.group(1)
|
Completed in 40 milliseconds
1234