86
86
# We need a no-op trampoline run to ensure that the jail is mounted.
87
87
# Otherwise we won't be able to authorise for public mode!
88
88
noop_object = interpret.interpreter_objects["noop"]
90
90
interpret.interpret_file(req, owner, user_jail_dir, '', noop_object)
92
92
# Authorize access. If failure, this throws a HTTP_FORBIDDEN error.