100
104
# In the local file system, where the student/user jails will be mounted.
101
105
# Only a single copy of the jail's system components will be stored here -
102
106
# all user jails will be virtually mounted here.
103
112
jail_base = os.path.join(data_path, 'jailmounts')
105
114
# In the local file system, where are the student/user file spaces located.