[Openvpn-devel] [PATCH] Add configure check for the path to systemd-ask-password

2014-07-03 Thread Mike Gilbert
Gentoo Linux installs this in /usr/bin by default. Also, the user may have installed it in /usr/local/bin if building from source. --- configure.ac | 3 +++ src/openvpn/console.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 77e950

Re: [Openvpn-devel] [PATCH] systemd: Use systemd functions to consider systemd availability

2014-10-03 Thread Mike Gilbert
On Fri, Oct 3, 2014 at 9:57 AM, David Sommerseth wrote: > From: David Sommerseth > > This is another systemd implementation clean-up. It was found that > SELinux will block OpenVPN from checking /sys/fs/cgroups. As OpenVPN > only checked /sys/fs/cgroups and /sys/fs/cgroups/systemd to see if > s

Re: [Openvpn-devel] [PATCH] down-root plugin: Replaced system() calls with execve()

2014-11-16 Thread Mike Gilbert
On Sun, Nov 16, 2014 at 9:31 AM, David Sommerseth wrote: > From: David Sommerseth > > The system() call is prone to shell expansions and provides far more > environments variables to the executable run than what is usually > preferred. By moving over to exevce() shell expansions are far more > d

[Openvpn-devel] [PATCH] Include systemd units in the source tarball (make dist)

2014-12-02 Thread Mike Gilbert
--- distro/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distro/Makefile.am b/distro/Makefile.am index 2dd6a6e..bd65b79 100644 --- a/distro/Makefile.am +++ b/distro/Makefile.am @@ -13,3 +13,5 @@ MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in SUBDIRS = rpm + +EXTRA_DIS