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.
This commit is contained in:
Дмитрий Левин 2017-06-22 18:23:08 +00:00
parent 56f95bbf60
commit 91d7f7b2b0

View File

@ -22,3 +22,4 @@ KEYCTL_INSTANTIATE_IOV 20
KEYCTL_INVALIDATE 21
KEYCTL_GET_PERSISTENT 22
KEYCTL_DH_COMPUTE 23
KEYCTL_RESTRICT_KEYRING 29