mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Load custom sepolicy
This commit is contained in:
@ -33,7 +33,7 @@ protected:
|
||||
|
||||
virtual void early_mount() = 0;
|
||||
bool read_dt_fstab(const char *name, char *partname, char *fstype);
|
||||
bool patch_sepolicy();
|
||||
bool patch_sepolicy(const char *file = "/sepolicy");
|
||||
void cleanup() override;
|
||||
public:
|
||||
MagiskInit(char *argv[], cmdline *cmd) : BaseInit(argv, cmd) {};
|
||||
|
Reference in New Issue
Block a user