On Fri, May 31, 2024 at 01:27:21AM GMT, technoboy85@xxxxxxxxx wrote: > From: Matteo Croce <teknoraver@xxxxxxxx> > > The following sysctl are global and can't be read from a netns: > > net.core.rmem_default > net.core.rmem_max > net.core.wmem_default > net.core.wmem_max > > Make the following sysctl parameters available readonly from within a > network namespace, allowing a container to read them. > > Signed-off-by: Matteo Croce <teknoraver@xxxxxxxx> Reviewed-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>