• Pierre-Hugues Husson's avatar
    Add hidesu program. · e1279c29
    Pierre-Hugues Husson authored
    This is a test program, this will probably be integrated into su daemon.
    This hides su by bind-mounting something (/system) over /sbin, so that
    there is no /sbin/su binary.
    Usage:
    hidesu /proc/<one pid of the namespace>/ns/mnt
    
    This uses the fact that when a program wants access to /sdcard, zygote
    does this using mount namespaces, so every program accessing /sdcard
    will be in a custom mount namespace, that can be modified.
    e1279c29
Name
Last commit
Last update
..
sepolicy-inject @ 3a0df566 Loading commit data...
Android.mk Loading commit data...
Application.mk Loading commit data...
bootimgtools.c Loading commit data...
bootimgtools.h Loading commit data...
extract.c Loading commit data...
hexpatch.c Loading commit data...
hidesu.c Loading commit data...
repack.c Loading commit data...