Revert "kernel: add package whitelist check for manager APKs"

This commit is contained in:
ShirkNeko
2025-06-12 15:14:37 +08:00
parent 8331ed2d74
commit c1aa0690c5
3 changed files with 15 additions and 41 deletions

View File

@@ -3,8 +3,6 @@
#include <linux/types.h>
bool is_manager_apk(char *path, char *package);
bool is_manager_apk(char *path);
bool is_package_whitelisted(char *package);
#endif
#endif