From: Dmitry V. Levin Date: Thu, 22 Jun 2017 18:23:08 +0000 (+0000) Subject: Update KEYCTL_* constants X-Git-Tag: v4.18~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91d7f7b2b08f08e8973b38d9d64ca3ff7dfde2ea;p=strace Update KEYCTL_* constants * xlat/keyctl_commands.in: Add KEYCTL_RESTRICT_KEYRING introduced by linux kernel commit v4.12-rc1~123^2~7^2~2^2~3. --- diff --git a/xlat/keyctl_commands.in b/xlat/keyctl_commands.in index a30d139b..5e1f4472 100644 --- a/xlat/keyctl_commands.in +++ b/xlat/keyctl_commands.in @@ -22,3 +22,4 @@ KEYCTL_INSTANTIATE_IOV 20 KEYCTL_INVALIDATE 21 KEYCTL_GET_PERSISTENT 22 KEYCTL_DH_COMPUTE 23 +KEYCTL_RESTRICT_KEYRING 29