/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos.conf

  • Committer: Teddy Hogeborn
  • Date: 2014-06-14 02:52:31 UTC
  • Revision ID: teddy@recompile.se-20140614025231-xpairrn1olkfgsek
plugin-runner: Do not leak file descriptors on certain errors.

* plugin-runner.c (main): If set_cloexec_flag fails, close pipe FD's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
# Whether to run in the foreground
47
47
;foreground = False
48
 
 
49
 
# File descriptor number to use for network socket
50
 
;socket = 
51
 
 
52
 
# Whether to use ZeroConf; if false, requires port or socket
53
 
;zeroconf = True