mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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? */
|
/* How many LSMs were built into the kernel? */
|
||||||
#define LSM_COUNT (__end_lsm_info - __start_lsm_info)
|
#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
|
* These are descriptions of the reasons that can be passed to the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user