komga: bugfix allow komga access to /proc/mounts by service
New Java call to the Files.getFileStore uses /proc/mounts so we can nolonger hav ProcSubset as only "pid".
Chris Moultrie 4 months ago 42eb3d42 de5e499d
··· 144 144 PrivateTmp = true; 145 145 ProtectProc = "invisible"; 146 146 ProtectClock = true; 147 147 - ProcSubset = "pid"; 147 147 + ProcSubset = "all"; 148 148 PrivateUsers = true; 149 149 PrivateDevices = true; 150 150 ProtectHostname = true;