komga: bugfix allow komga access to /proc/mounts (#429206)
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user