Browse Source

Disabled adding the main user to "vmware" group

The group does not exist at present due to open-vm-tools
being disabled due to compilation failure.
Maxim Kammerer 12 years ago
parent
commit
25822ccfa5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/root/setup

+ 3 - 2
src/root/setup

@@ -440,8 +440,9 @@ groupadd -g 9001 nofw   || [ $? = 9 ]
 useradd -u 2101 -g legion -c "Anonymous"            -d /home/anon                  anon  || [ $? = 9 ]
 useradd -u 2102 -g nofw   -c "Non-firewalled"       -d /home/nofw -s /sbin/nologin nofw  || [ $? = 9 ]
 
-usermod -G wheel,plugdev,lp,games,vmware,vboxguest anon
-usermod -G legion                                  cable
+# "vmware" disabled (#474636)
+usermod -G wheel,plugdev,lp,games,vboxguest anon
+usermod -G legion                           cable
 
 useradd -c slay    -d /dev/null -s /sbin/nologin -r slay || [ $? = 9 ]