Home
last modified time | relevance | path

Searched refs:KEYCTL_WATCH_KEY (Results 1 – 8 of 8) sorted by relevance

/linux/samples/watch_queue/
A Dwatch_test.c23 #ifndef KEYCTL_WATCH_KEY
24 #define KEYCTL_WATCH_KEY -1 macro
34 return syscall(__NR_keyctl, KEYCTL_WATCH_KEY, key, watch_fd, watch_id); in keyctl_watch_key()
/linux/include/uapi/linux/
A Dkeyctl.h72 #define KEYCTL_WATCH_KEY 32 /* Watch a key or ring of keys for changes */ macro
/linux/security/keys/
A Dcompat.c126 case KEYCTL_WATCH_KEY: in COMPAT_SYSCALL_DEFINE5()
A DKconfig128 provides KEYCTL_WATCH_KEY to enable/disable watches.
A Dkeyctl.c2015 case KEYCTL_WATCH_KEY: in SYSCALL_DEFINE5()
/linux/samples/
A DKconfig242 sb_notify() syscalls and the KEYCTL_WATCH_KEY keyctl() function.
/linux/Documentation/
A Dwatch_queue.rst301 keyctl(KEYCTL_WATCH_KEY, KEY_SPEC_SESSION_KEYRING, fds[1], 0x01);
/linux/Documentation/security/keys/
A Dcore.rst1035 long keyctl(KEYCTL_WATCH_KEY, key_serial_t key, int queue_fd,

Completed in 13 milliseconds