235
235
# Chmod to rwxr-xr-x (755)
236
236
os.chmod(userhomedir, 0755)
240
240
# "__" username "__" users are exempt (special)
241
241
if not (username.startswith("__") and username.endswith("__")):
242
242
make_conf_py(username, userdir, conf.jail_system, svn_pass)
243
make_etc_passwd(username, userdir, conf.jail_system, uid)