]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
Revert "Mount proc with the hidepid=2 option"
authorAlessandro Astone <ales.astone@gmail.com>
Wed, 14 Dec 2022 13:25:17 +0000 (14:25 +0100)
committerAlessandro Astone <ales.astone@gmail.com>
Wed, 14 Dec 2022 13:32:07 +0000 (14:32 +0100)
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

No differences found