From: Alessandro Astone Date: Wed, 14 Dec 2022 13:25:17 +0000 (+0100) Subject: Revert "Mount proc with the hidepid=2 option" X-Git-Tag: 1.3.4~2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/0ad842a015c5153880b377bf7fa5572504339df5?hp=0ad842a015c5153880b377bf7fa5572504339df5 Revert "Mount proc with the hidepid=2 option" We were implicitly using proc:mixed to mount /proc/sys as read-only. Without the automount the whole /proc was mounted as read-write which we want to avoid. I'm unable to replicate the proc:mixed logic with lxc.mount.entry so revert this change until a solution is found. This reverts commit f5543df68651277042b156f19f5b3804c297f2a7. Fixes: #642 ---