Use LD_PRELOAD to intercept sepolicy on 2SI init

This commit is contained in:
topjohnwu
2022-04-08 02:13:31 -07:00
parent f24d52436b
commit ff2513e276
7 changed files with 96 additions and 53 deletions

View File

@@ -33,6 +33,7 @@ bool check_two_stage();
void setup_klog();
const char *backup_init();
int dump_manager(const char *path, mode_t mode);
int dump_preload(const char *path, mode_t mode);
/***************
* Base classes