make /root writable in ubuntu

This commit is contained in:
frank 2011-09-12 18:07:53 -07:00
parent 1134b86918
commit 05acbc55ab
1 changed files with 3 additions and 0 deletions

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: