Re: [PATCH 10/11] selinux: Implement the watch_key security hook [ver #7]

From: David Howells
Date: Fri Aug 30 2019 - 10:23:47 EST


Stephen Smalley <sds@xxxxxxxxxxxxx> wrote:

> > + u32 sid = cred_sid(current_cred());
>
> How does this differ from current_sid()?
>
> And has current_sid() not been converted to use selinux_cred()? Looks like
> selinux_kernfs_init_security() also uses current_security() directly.

It probably doesn't - okay I'll use that instead.

David