Jonathan Corbet <corbet@xxxxxxx> wrote: > > keyctl_watch_key(KEY_SPEC_SESSION_KEYRING, fd, 0x01); > > One little nit: it seems that keyctl_watch_key is actually spelled > keyctl(KEYCTL_WATCH_KEY, ...). Yeah - but there'll be a wrapper for it in -lkeyutils. The syscalls I added in other patches are, technically, referred to syscall(__NR_xxx, ...) at the moment too. David