139
139
fixup_environ(req, script_path)
141
141
# usage: tramp uid jail_dir working_dir script_path
143
[trampoline, str(uid), req.config['paths']['jails']['mounts'],
142
cmd_line = [trampoline, str(uid), req.config['paths']['jails']['mounts'],
144
143
req.config['paths']['jails']['src'],
145
144
req.config['paths']['jails']['template'],
146
jail_dir, working_dir, interpreter, script_path],
145
jail_dir, working_dir, interpreter, script_path]
147
150
stdin=f, stdout=subprocess.PIPE, stderr=subprocess.STDOUT,