I looked at linux-2.6.36/security/selinux/ss/*.c and found most source files include <linux/***.h>
I know security server need to use some of kernel data structures.
But does ss use kernel fuctions?
Is it possible to modify security server and make it self-contained if ss used kernel function?
Regards,
Yao