91
88
# Path where user-executable binaries are installed.
92
89
bin_path = os.path.join(prefix, 'bin')
94
100
# In the local file system, where the student/user jails will be mounted.
95
101
# Only a single copy of the jail's system components will be stored here -
96
102
# all user jails will be virtually mounted here.
102
103
jail_base = os.path.join(data_path, 'jailmounts')
104
105
# In the local file system, where are the student/user file spaces located.