diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/verification.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) | |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Diffstat (limited to 'include/linux/verification.h')
| -rw-r--r-- | include/linux/verification.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/verification.h b/include/linux/verification.h index a10549a6c7cd..cfa4730d607a 100644 --- a/include/linux/verification.h +++ b/include/linux/verification.h | |||
| @@ -13,6 +13,12 @@ | |||
| 13 | #define _LINUX_VERIFICATION_H | 13 | #define _LINUX_VERIFICATION_H |
| 14 | 14 | ||
| 15 | /* | 15 | /* |
| 16 | * Indicate that both builtin trusted keys and secondary trusted keys | ||
| 17 | * should be used. | ||
| 18 | */ | ||
| 19 | #define VERIFY_USE_SECONDARY_KEYRING ((struct key *)1UL) | ||
| 20 | |||
| 21 | /* | ||
| 16 | * The use to which an asymmetric key is being put. | 22 | * The use to which an asymmetric key is being put. |
| 17 | */ | 23 | */ |
| 18 | enum key_being_used_for { | 24 | enum key_being_used_for { |
