Index: trunk/tools/subversion/user-management/manage-exports |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | hosts = [] |
66 | 66 | for host in hostdata: |
67 | 67 | host_ip = host[1]["aRecord"][0] |
68 | | - hosts.append(host_ip + "(rw,no_subtree_check)") |
| 68 | + hosts.append(host_ip + "(rw,no_root_squash,no_subtree_check)") |
69 | 69 | if hosts: |
70 | 70 | projects.append(self.basedir + project_name + " " + " ".join(hosts) + "\n") |
71 | 71 | exports = open('/etc/exports', 'w') |