diff --git a/kernel/allowlist.c b/kernel/allowlist.c index 5ac48e4f..c5c16915 100644 --- a/kernel/allowlist.c +++ b/kernel/allowlist.c @@ -32,6 +32,8 @@ static DEFINE_MUTEX(allowlist_mutex); static struct root_profile default_root_profile; static struct non_root_profile default_non_root_profile; +void persistent_allow_list(void); + static int allow_list_arr[PAGE_SIZE / sizeof(int)] __read_mostly __aligned(PAGE_SIZE); static int allow_list_pointer __read_mostly = 0; diff --git a/kernel/core_hook.c b/kernel/core_hook.c index bf264ed2..bc0a8155 100644 --- a/kernel/core_hook.c +++ b/kernel/core_hook.c @@ -43,6 +43,7 @@ #include "sucompat.h" #include "sulog.h" #include "seccomp_cache.h" +#include "ksud.h" #include "throne_comm.h" #include "umount_manager.h"