summarylogtreecommitdiffstats
path: root/appgateservice.service.patch
diff options
context:
space:
mode:
authorFredy García2022-02-08 20:15:09 -0500
committerFredy García2022-02-08 20:31:48 -0500
commitca39f08cbba957842f0c0be4b4ad6e9909a35c30 (patch)
treefb38e6d75c338b783e5bd00379baddd81e40c66d /appgateservice.service.patch
parent173eb0894301177b4668ed82e4c04eb70040975f (diff)
downloadaur-ca39f08cbba957842f0c0be4b4ad6e9909a35c30.tar.gz
Adjusting service files. Adding install file to install appgate user/group. Moving dnsmasq to optdepends. Upgrading to version 5.5.3
Diffstat (limited to 'appgateservice.service.patch')
-rw-r--r--appgateservice.service.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/appgateservice.service.patch b/appgateservice.service.patch
new file mode 100644
index 000000000000..1ac29c283a85
--- /dev/null
+++ b/appgateservice.service.patch
@@ -0,0 +1,30 @@
+diff --git a/lib/systemd/system/appgateservice.service b/lib/systemd/system/appgateservice.service
+index 7a8faf7..f944300 100644
+--- a/lib/systemd/system/appgateservice.service
++++ b/lib/systemd/system/appgateservice.service
+@@ -12,8 +12,8 @@ ExecStart="/opt/appgate/service/appgateservice" --service
+ ExecReload=/bin/kill -HUP $MAINPID
+ Type=simple
+ Restart=always
+-InaccessibleDirectories=/media /boot /srv
+-ReadOnlyDirectories=/etc /usr /bin /lib /lib64 /sbin /mnt
++InaccessibleDirectories=-/media -/boot -/srv
++ReadOnlyDirectories=-/etc -/usr -/bin -/lib -/lib64 -/sbin -/mnt
+ PrivateDevices=true
+ NoNewPrivileges=true
+ PrivateTmp=true
+diff --git a/lib/systemd/system/appgateservice@.service b/lib/systemd/system/appgateservice@.service
+index 74faa34..269ffc4 100644
+--- a/lib/systemd/system/appgateservice@.service
++++ b/lib/systemd/system/appgateservice@.service
+@@ -11,8 +11,8 @@ ExecReload=/bin/kill -HUP $MAINPID
+ Type=forking
+ TimeoutStopSec=30
+ Restart=always
+-InaccessibleDirectories=/media /boot /srv
+-ReadOnlyDirectories=/etc /usr /bin /lib /lib64 /sbin
++InaccessibleDirectories=-/media -/boot -/srv
++ReadOnlyDirectories=-/etc -/usr -/bin -/lib -/lib64 -/sbin
+ PrivateDevices=true
+ NoNewPrivileges=true
+ PrivateTmp=true