Magisk/native/jni/utils/include
topjohnwu 003e44fb84 Remove requirement to use early-init daemon
We used to construct /sbin tmpfs overlay in early-init stage after
SELinux is properly initialized. However the way it is implemented
(forking daemon from magiskinit with complicated file waiting triggers)
is extremely complicated and error prone.

This commit moves the construction of the sbin overlay to pre-init
stage. The catch is that since SELinux is not present at that point,
proper selabel has to be reconstructed afterwards. Some additional
SEPolicy rules are added to make sure init can access magisk binaries,
and the secontext relabeling task is assigned to the main Magisk daemon.
2019-04-24 00:13:48 -04:00
..
BlockingQueue.h Keep track of timestamps and skip old logs 2019-02-10 03:16:52 -05:00
cpio.h Support A only System-as-root Devices 2019-02-28 05:46:36 -05:00
logging.h Refactor build flags 2019-02-12 05:17:02 -05:00
OutStream.h Add compressed ramdisk support 2019-02-24 20:39:01 -05:00
selinux.h Remove requirement to use early-init daemon 2019-04-24 00:13:48 -04:00
utils.h Several improvements 2019-03-31 06:32:33 -04:00