~ubuntu-branches/ubuntu/raring/vsftpd/raring

« back to all changes in this revision

Viewing changes to tunables.h

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-07-20 05:55:34 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20090720055534-kerhcu3y5q115pf5
Tags: 2.2.0~pre4-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Use LSB functions in the init script.
  - Use snakeoil SSL certificates and key.
  - Do not create rc.d stop symlinks
  - Add update-inetd dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
extern int tunable_sandbox;                   /* Deploy ptrace sandbox */
85
85
extern int tunable_require_ssl_reuse;         /* Require re-used data conn */
86
86
extern int tunable_isolate;                   /* Use container clone() flags */
 
87
extern int tunable_isolate_network;           /* Use CLONE_NEWNET */
87
88
 
88
89
/* Integer/numeric defines */
89
90
extern unsigned int tunable_accept_timeout;