From 2911866e64c97c824526bca6711e3905a92227b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Wed, 22 Aug 2018 03:20:38 +0200 Subject: [PATCH] [profile] add sys group by default --- data/profile.conf.example | 2 +- lib/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/profile.conf.example b/data/profile.conf.example index a9ecd17..b81422e 100644 --- a/data/profile.conf.example +++ b/data/profile.conf.example @@ -38,7 +38,7 @@ # disable_systemd=('pacman-init') # unset defaults to given values -# addgroups="lp,network,power,wheel" +# addgroups="lp,network,power,sys, wheel" # the same workgroup name if samba is used # smb_workgroup="Manjaro" diff --git a/lib/util.sh b/lib/util.sh index b30a600..678eff3 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -386,7 +386,7 @@ load_profile_config(){ [[ -z ${login_shell} ]] && login_shell='/bin/bash' if [[ -z ${addgroups} ]]; then - addgroups="lp,network,power,wheel" + addgroups="lp,network,power,sys,wheel" fi if [[ -z ${enable_systemd[@]} ]]; then