selinux_warning.h 251 B

12345678910111213
  1. #ifndef __MTK_SELINUX_WARNING_LIST_H__
  2. #define __MTK_SELINUX_WARNING_LIST_H__
  3. #ifdef CONFIG_SECURITY_SELINUX_DEVELOP
  4. extern int selinux_enforcing;
  5. #else
  6. #define selinux_enforcing 1
  7. #endif
  8. #define AEE_FILTER_NUM 70
  9. #define AEE_FILTER_LEN 35
  10. #endif