komga: bugfix allow komga access to /proc/mounts by service

New Java call to the Files.getFileStore uses /proc/mounts so we can no
longer hav ProcSubset as only "pid".
This commit is contained in:
Chris Moultrie
2025-07-29 11:15:03 -04:00
parent de5e499ddf
commit 42eb3d422a
+1 -1
View File
@@ -144,7 +144,7 @@ in
PrivateTmp = true;
ProtectProc = "invisible";
ProtectClock = true;
ProcSubset = "pid";
ProcSubset = "all";
PrivateUsers = true;
PrivateDevices = true;
ProtectHostname = true;