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