mirror of https://gitee.com/openkylin/linux.git
Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security subsystem update from James Morris: "Just one minor fix this time" * 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security: security: remove EARLY_LSM_COUNT which never used
This commit is contained in:
commit
b3a6082223
|
@ -33,7 +33,6 @@
|
|||
|
||||
/* How many LSMs were built into the kernel? */
|
||||
#define LSM_COUNT (__end_lsm_info - __start_lsm_info)
|
||||
#define EARLY_LSM_COUNT (__end_early_lsm_info - __start_early_lsm_info)
|
||||
|
||||
/*
|
||||
* These are descriptions of the reasons that can be passed to the
|
||||
|
|
Loading…
Reference in New Issue