diff options
author | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
---|---|---|
committer | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
commit | 7e4fe6a28b718ab97c08811566238af2893ca65b (patch) | |
tree | 5413a5ec890b5a1ac4fbbe4548b5014e41a2591b /libc/kernel/uapi/linux/keyctl.h | |
parent | dcdcb3fa15004669823a3a118189d9d72ff30852 (diff) | |
parent | ab08b955a34423d53b28a6210e7530e67241af4a (diff) |
Merge SP1A.200921.001
Change-Id: Id2ab019914bb555dadf52c46b8403c0d5fb3c20a
Diffstat (limited to 'libc/kernel/uapi/linux/keyctl.h')
-rw-r--r-- | libc/kernel/uapi/linux/keyctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/kernel/uapi/linux/keyctl.h b/libc/kernel/uapi/linux/keyctl.h index e3fef38fc..01ea576d3 100644 --- a/libc/kernel/uapi/linux/keyctl.h +++ b/libc/kernel/uapi/linux/keyctl.h @@ -68,6 +68,7 @@ #define KEYCTL_RESTRICT_KEYRING 29 #define KEYCTL_MOVE 30 #define KEYCTL_CAPABILITIES 31 +#define KEYCTL_WATCH_KEY 32 struct keyctl_dh_params { union { #ifndef __cplusplus @@ -117,4 +118,5 @@ struct keyctl_pkey_params { #define KEYCTL_CAPS0_MOVE 0x80 #define KEYCTL_CAPS1_NS_KEYRING_NAME 0x01 #define KEYCTL_CAPS1_NS_KEY_TAG 0x02 +#define KEYCTL_CAPS1_NOTIFICATIONS 0x04 #endif |