Closed dangowrt closed 1 day ago
openwrt/procd@7330fa5 initd: mount /sys and /proc with MS_RELATIME
Fixes mounting /proc in unpriviledged user namespace which would fail unless MS_NOATIME is set also for /proc in the containers namespace.
/proc
See https://github.com/torvalds/linux/blob/master/fs/namespace.c#L5661 for details.
openwrt/procd@7330fa5 initd: mount /sys and /proc with MS_RELATIME
Fixes mounting /proc in unpriviledged user namespace which would fail unless MS_NOATIME is set also for
/proc
in the containers namespace.See https://github.com/torvalds/linux/blob/master/fs/namespace.c#L5661 for details.