mirror of
https://github.com/pygos/build.git
synced 2024-11-13 06:57:11 +01:00
94cc2d2c46
- build needs a pair of product and board name - some products can only be built for some boards - Config files in product/<name> directory override those in board/<name> - For some config files, like LDPATH or ROOTFS, the files are merged - product/common provides defaults Add default config for various services: - Add default config for unbound - Add default config for dnsmasq Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
8 lines
388 B
Text
8 lines
388 B
Text
root:x:0:0:root:/root:/bin/bash
|
|
bin:x:1:1:bin:/dev/null:/bin/false
|
|
daemon:x:6:6:Daemon User:/dev/null:/bin/false
|
|
messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false
|
|
sshd:x:50:50:sshd PrivSep:/var/lib/sshd:/bin/false
|
|
dnsmasq:x:51:51:dnsmasq user:/dev/null:/bin/false
|
|
unbound:x:52:52:unbound user:/dev/null:/bin/false
|
|
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
|