ci: common kernel build and embed ksud (#127)

This commit is contained in:
Ylarod
2023-01-28 12:24:43 +08:00
committed by GitHub
parent 0dae6ebaee
commit 905c041a76
10 changed files with 499 additions and 359 deletions

View File

@@ -8,6 +8,7 @@ obj-y += uid_observer.o
obj-y += manager.o
obj-y += core_hook.o
obj-y += ksud.o
obj-y += embed_ksud.o
obj-y += selinux/

5
kernel/embed_ksud.c Normal file
View File

@@ -0,0 +1,5 @@
// WARNING: THIS IS A STUB FILE
// This file will be regenerated by CI
unsigned int ksud_size = 0;
const char ksud[0] = {};