strongswan/src/libstrongswan/plugins/random
Martin Willi 866514c70c charon: Set CLOEXEC flag on daemon PID file and /dev/(u)random source FDs
On Fedora, SELinux complains about these open file descriptors when the
updown script invokes iptables. While it seems difficult to set the flag
on all file descriptors, this at least fixes those covered by the SELinux
policy.

As these two cases are in code executed while the daemon is still single
threaded, we avoid the use of atomic but not fully portable fdopen("e") or
open(O_CLOEXEC) calls.

Fixes #519.
2014-06-24 15:26:38 +02:00
..
Makefile.am plugins: Don't link with -rdynamic on Windows 2014-06-04 15:53:02 +02:00
random_plugin.c charon: Set CLOEXEC flag on daemon PID file and /dev/(u)random source FDs 2014-06-24 15:26:38 +02:00
random_plugin.h Implemented libstrongswan.plugins.random.strong_equals_true option 2013-11-16 00:11:40 +01:00
random_rng.c Implemented libstrongswan.plugins.random.strong_equals_true option 2013-11-16 00:11:40 +01:00
random_rng.h removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00