Resource limits in user namespaces
Resource limits in user namespaces
[Kernel] Posted Jan 18, 2021 18:25 UTC (Mon) by corbet
User namespaces provide a number of interesting challenges for the kernel. They give a user the illusion of owning the system, but must still operate within the restrictions that apply outside of the namespace. Resource limits represent one type of restriction that, it seems, is proving too restrictive for some users. This patch set from Alexey Gladkov attempts to address the problem by way of a not-entirely-obvious approach.