Lines Matching refs:chroot
161 chroot = self._chroot
162 chroot.add_root_directories(self.ROOT_DIRECTORIES)
163 chroot.add_config_templates(self.IPSEC_COMMON_CONFIGS)
164 chroot.add_config_templates(self.IPSEC_TYPED_CONFIGS[self._auth_type])
165 chroot.add_config_values({
176 chroot.add_startup_command('%s start' % self.IPSEC_COMMAND)
177 chroot.add_startup_command('%s -c /%s -C /tmp/l2tpd.control' %
181 chroot.startup()
186 chroot = self._chroot
187 chroot.run([self.IPSEC_COMMAND, 'stop'], ignore_status=True)
188 chroot.kill_pid_file(self.XL2TPD_PID_FILE, missing_ok=True)
189 chroot.kill_pid_file(self.PPPD_PID_FILE, missing_ok=True)
190 chroot.shutdown()
261 chroot = self._chroot
262 chroot.add_root_directories(self.ROOT_DIRECTORIES)
264 chroot.add_config_templates(self.CONFIGURATION)
281 chroot.add_config_values(config_values)
282 chroot.add_startup_command('chmod 755 %s' % self.AUTHENTICATION_SCRIPT)
283 chroot.add_startup_command('%s --config /%s &' %
287 chroot.startup()
303 chroot = self._chroot
304 chroot.kill_pid_file(self.OPENVPN_PID_FILE, missing_ok=True)
305 chroot.shutdown()