make /root writable in ubuntu

This commit is contained in:
frank 2011-09-12 18:07:53 -07:00
parent f599c8d110
commit 9c660c192f

View File

@ -667,6 +667,9 @@ class ubuntuFirewallConfigServer(firewallConfigServer):
try:
for port in self.ports:
self.allowPort(port)
#FIXME: urgly make /root writable
bash("sudo chmod 0777 /root")
return True
except: