summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-10-06 07:20:59 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-10-06 07:20:59 +0200
commit7d26b1eae9ba9e3ea0a5c9f7c8e6f12118d2f019 (patch)
tree563607280d5dd64a38417a6b53ebdd3244b63f8c /configs
parentd355c2b83527d3f0c08c6e800b975a613a169c9d (diff)
Add the arch user to some useful groupsv3
Only use groups that wont allow damaging the host system by accident. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 3f246d4..2699468 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -191,7 +191,7 @@ make_customize_root_image() {
-r 'usermod -s /bin/zsh root' \
run
mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \
- -r 'useradd -m -p "" -g users -G "audio,disk,optical,wheel" -s /bin/zsh arch' \
+ -r 'useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch' \
run
mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \
-r 'systemctl -f enable pacman-init.service getty@.service dhcpcd.service || true' \