Re: [PATCH 06/13] keys: Add a notification facility [ver #4]

From: David Howells
Date: Mon Jun 10 2019 - 13:51:47 EST


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