]> granicus.if.org Git - strace/commit
Implement add_key, keyctl, and request_key decoding
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 5 Feb 2014 22:41:45 +0000 (22:41 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 5 Feb 2014 23:41:50 +0000 (23:41 +0000)
commit3acf4035ea020f54a5fcfd203952e04c4dad48c3
tree635db1cbb0d63d32720320cbe2a1c5e3f1b5654d
parentfc4727de60fa79b0f638a2c78a3edf865dc75943
Implement add_key, keyctl, and request_key decoding

* keyctl.c: New file.
* linux/keyctl.h: Likewise.
* Makefile.am (strace_SOURCES): Add keyctl.c.
(EXTRA_DIST): Add linux/keyctl.h.
* linux/dummy.h (sys_add_key, sys_keyctl, sys_request_key): Remove.
* linux/syscall.h (sys_add_key, sys_keyctl, sys_request_key): New
prototypes.
Makefile.am
keyctl.c [new file with mode: 0644]
linux/dummy.h
linux/keyctl.h [new file with mode: 0644]
linux/syscall.h