openwrt / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Other
20.33k stars 10.51k forks source link

procd: update to git HEAD #16949

Closed dangowrt closed 1 day ago

dangowrt commented 2 days 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.

See https://github.com/torvalds/linux/blob/master/fs/namespace.c#L5661 for details.