summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--service.patch12
2 files changed, 9 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e163610c97d..b245f99e25cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ source=("asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=${pkgve
"ASF.json"
"NLog.config")
sha256sums=('SKIP'
- 'd61a83e249f25cd36e1c88bf702a9b50a28f83821f6a6004a95d244bb3def361'
+ 'cc6828798785b6b5e53b0b231ba7167c727295dfc95a307cdeb16b7c703d197e'
'ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4'
'c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332'
'636f3a125071cabfcb0c3828c6f9b0ec613789ab846ff71448d1a6eb110aee3f')
diff --git a/service.patch b/service.patch
index dce3a35c290a..8c7056be6c9f 100644
--- a/service.patch
+++ b/service.patch
@@ -1,5 +1,5 @@
---- ArchiSteamFarm@.service.org 2022-10-12 15:23:39.580608477 +0200
-+++ ArchiSteamFarm@.service 2022-10-12 15:21:37.050911724 +0200
+--- ArchiSteamFarm@.service.org 2022-11-16 16:46:05.036505989 +0100
++++ ArchiSteamFarm@.service 2022-11-16 16:44:22.570447671 +0100
@@ -3,7 +3,7 @@
[Service]
@@ -19,12 +19,16 @@
RemoveIPC=yes
RestrictAddressFamilies=AF_INET AF_INET6
RestrictNamespaces=yes
-@@ -41,7 +42,7 @@
- # TODO: Requires systemd v247+ due to https://github.com/systemd/systemd/issues/16666
+@@ -39,9 +40,9 @@
+ # TODO: Requires systemd v247+ due to https://github.com/systemd/systemd/issues/16666 and https://github.com/JustArchiNET/ArchiSteamFarm/issues/2739
# Since we don't want to enforce OS upgrade for everybody just yet, it's commented out for now
# We'll likely enforce it when .NET switches to Debian 11+ requirement
-#SecureBits=noroot-locked
+-#SystemCallFilter=@system-service
+-#SystemCallFilter=~@privileged
+SecureBits=noroot-locked
++SystemCallFilter=@system-service
++SystemCallFilter=~@privileged
[Unit]
After=network.target