Magisk/native/jni/core
topjohnwu 9bb2243b56 Switch to skip_mount instead of auto_mount
95%+ of existing modules enables auto mount (obviously).
Switching auto mount to opt-out makes more sense than opt-in as
in previous module format. The file 'auto_mount' will be ignored, and
the file 'skip_mount' will be checked to toggle the mounting behavior.

After scanning through the current Magisk Module Repo modules, no
modules are using custom bind mounting; all modules with auto mount
disabled have empty system folder, which means this change will not
affect any existing module.
2019-03-23 03:05:38 -04:00
..
applets.cpp Remove Zygote notifier 2019-03-08 03:35:17 -05:00
bootstages.cpp Switch to skip_mount instead of auto_mount 2019-03-23 03:05:38 -04:00
daemon.cpp Remove Zygote notifier 2019-03-08 03:35:17 -05:00
db.cpp Use our own function to parse int 2019-03-07 20:31:35 -05:00
init.cpp Support system-as-root devices with monolithic sepolicy 2019-03-18 04:54:15 -04:00
magisk.cpp Remove Zygote notifier 2019-03-08 03:35:17 -05:00
magiskrc.h Add newlines before rc scripts 2019-02-18 03:30:30 -05:00
scripting.cpp Remove unused scripts 2019-02-18 03:08:40 -05:00
socket.cpp Separate scripting code 2019-02-15 20:45:05 -05:00