diff options
Diffstat (limited to 'init-sh/lib.sh')
-rw-r--r-- | init-sh/lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-sh/lib.sh b/init-sh/lib.sh index 47bbcec..971a228 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -174,6 +174,7 @@ echo "Setting spoofing protection : " AddRules "echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter" /etc/rc.d/rc.firewall # default group which must exist on the system +groupadd nogroup >& /dev/null groupadd audio >& /dev/null groupadd xgrp >& /dev/null usermod -G xgrp xfs |