Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 81) sorted by relevance

1234

/buildroot/support/scripts/
A Dmkusers82 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 Dnscd.conf14 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 Dphp-fpm.conf8 listen.group = www-data
10 group = www-data
/buildroot/docs/manual/
A Dmakeusers-syntax.adoc14 |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 Dudev.mk9 - - input -1 * - - - Input device group
/buildroot/package/glibc/
A Dnsswitch.conf4 group: files
/buildroot/support/testing/tests/toolchain/
A Dtest_aarch64_64k.py40 order = int(r.group(1))
41 size = int(r.group(2))
/buildroot/package/cups/
A D70-usb-printers.rules1 # Allow USB printers in the lp group
A Dcups.mk28 --with-cups-group=lp \
94 - - lpadmin -1 * - - - Printers admin group.
/buildroot/package/getent/
A Dgetent18 passwd|group)
/buildroot/package/privoxy/
A D0001-GNUmakefile-in-Don-t-exit-if-configuration-files-are.patch21 $(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 D0002-GNUMakefile.in-fix-root-install.patch26 $(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 DConfig.in18 Typically, a crontab group is created on the system and
20 group, while crontab executable is owned by root:crontab
/buildroot/utils/checksymbolslib/
A Dkconfig.py74 symbol = m.group(2)
85 symbol = m.group(2)
103 symbol = m.group(2)
121 symbol = m.group(1)
/buildroot/utils/checkpackagelib/
A Dlib_sysv.py46 self.name = name_found.group(1)
57 pidfile = pidfile_found.group(1)
/buildroot/package/python-channels-redis/
A DConfig.in12 sharded configurations, as well as group support.
/buildroot/package/pound/
A Dpound.mk17 --with-group=$(shell id -gn)
/buildroot/package/libcgroup/
A DConfig.in8 group file system in Linux.
/buildroot/package/dracut/
A Dbusybox-init-module-setup.sh55 /etc/group \
/buildroot/board/qemu/riscv64-virt-efi/
A Dgenimage.cfg29 # https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
/buildroot/package/shadow/
A DConfig.in16 Enable shadow group support.
27 Install the user and group management tools (e.g. groupadd)
/buildroot/support/testing/tests/package/
A Dtest_numactl.py69 node = int(m.group(1))
70 mem = int(m.group(2))
/buildroot/package/openrc/
A D0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch10 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 DConfig.in7 server to provide user account, group, host name, alias,
/buildroot/support/testing/infra/
A D__init__.py87 return m.group(1)
114 return m.group(1)

Completed in 40 milliseconds

1234