komga: bugfix allow komga access to /proc/mounts (#429206)

This commit is contained in:
Sandro
2025-07-31 15:13:24 +02:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ in
PrivateTmp = true; PrivateTmp = true;
ProtectProc = "invisible"; ProtectProc = "invisible";
ProtectClock = true; ProtectClock = true;
ProcSubset = "pid"; ProcSubset = "all";
PrivateUsers = true; PrivateUsers = true;
PrivateDevices = true; PrivateDevices = true;
ProtectHostname = true; ProtectHostname = true;
@@ -166,5 +166,8 @@ in
}; };
}; };
meta.maintainers = with maintainers; [ govanify ]; meta.maintainers = with maintainers; [
govanify
tebriel
];
} }