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;
ProtectProc = "invisible";
ProtectClock = true;
ProcSubset = "pid";
ProcSubset = "all";
PrivateUsers = true;
PrivateDevices = true;
ProtectHostname = true;
@@ -166,5 +166,8 @@ in
};
};
meta.maintainers = with maintainers; [ govanify ];
meta.maintainers = with maintainers; [
govanify
tebriel
];
}