securityfs
Posted Dec 4, 2005 14:44 UTC (Sun) by
anonymous21 (guest, #30106)
Parent article:
securityfs
You can mount any filesystem anywhere you like it! Nothing is stopping you
from doing something like this (except that some programs might stop working):
mkdir /system
mkdir /system/proc
mount --move /proc /system/proc
mkdir /system/sys
mount --move /sys /system/sys
And so on...
(
Log in to post comments)