summarylogtreecommitdiffstats
path: root/tmpfiles.conf
diff options
context:
space:
mode:
authorChris Lea2021-06-28 22:15:51 -0700
committerChris Lea2021-06-28 22:15:51 -0700
commit45483e08174cea8b6dd15f641f344a31c694fdb3 (patch)
tree7ca6f2c45967dbc6afc5c6315875ad0c7c3f6c79 /tmpfiles.conf
parent12f4b403bf5d83a13b7cfbc13c736eb3239deaa1 (diff)
downloadaur-45483e08174cea8b6dd15f641f344a31c694fdb3.tar.gz
Make package mirror vanilla Arch Linux OpenVPN more closely.
- Update PKGBUILD to look as close as possible to the vanilla Arch OpenVPN. - Add additional packaging files. - This includes the patch to run as an unprivileged user.
Diffstat (limited to 'tmpfiles.conf')
-rw-r--r--tmpfiles.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmpfiles.conf b/tmpfiles.conf
new file mode 100644
index 000000000000..be1386ad9368
--- /dev/null
+++ b/tmpfiles.conf
@@ -0,0 +1,4 @@
+d /etc/openvpn/client 0750 openvpn network -
+d /etc/openvpn/server 0750 openvpn network -
+d /run/openvpn-client 0750 openvpn network -
+d /run/openvpn-server 0750 openvpn network -