diff --git a/kernel/app_profile.c b/kernel/app_profile.c index fe0dbacc..cb845968 100644 --- a/kernel/app_profile.c +++ b/kernel/app_profile.c @@ -6,6 +6,7 @@ #include #include #include +#include "objsec.h" #include "allowlist.h" #include "app_profile.h" diff --git a/kernel/app_profile.h b/kernel/app_profile.h index 46cfbcd8..80b2f916 100644 --- a/kernel/app_profile.h +++ b/kernel/app_profile.h @@ -2,7 +2,6 @@ #define __KSU_H_APP_PROFILE #include -#include "objsec.h" // Forward declarations struct cred; diff --git a/kernel/syscall_hook_manager.h b/kernel/syscall_hook_manager.h index 79253af8..a9c5b13f 100644 --- a/kernel/syscall_hook_manager.h +++ b/kernel/syscall_hook_manager.h @@ -9,7 +9,6 @@ #include #include #include "selinux/selinux.h" -#include "objsec.h" // Hook manager initialization and cleanup void ksu_syscall_hook_manager_init(void);