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:
@@ -144,7 +144,7 @@ in
|
||||
PrivateTmp = true;
|
||||
ProtectProc = "invisible";
|
||||
ProtectClock = true;
|
||||
ProcSubset = "pid";
|
||||
ProcSubset = "all";
|
||||
PrivateUsers = true;
|
||||
PrivateDevices = true;
|
||||
ProtectHostname = true;
|
||||
|
||||
Reference in New Issue
Block a user