Re: [RFC PATCH V1 01/12] audit: add container id
From: Paul Moore <paul@paul-moore.com>
Date: 2018-03-04 15:01:46
Also in:
cgroups, linux-fsdevel, lkml, netdev
From: Paul Moore <paul@paul-moore.com>
Date: 2018-03-04 15:01:46
Also in:
cgroups, linux-fsdevel, lkml, netdev
On Sat, Mar 3, 2018 at 4:19 AM, Serge E. Hallyn [off-list ref] wrote:
On Thu, Mar 01, 2018 at 02:41:04PM -0500, Richard Guy Briggs wrote: ...quoted
+static inline bool audit_containerid_set(struct task_struct *tsk)Hi Richard, the calls to audit_containerid_set() confused me. Could you make it is_audit_containerid_set() or audit_containerid_isset()?
I haven't gone through the entire patchset yet, but I wanted to quickly comment on this ... I really dislike the function-names-as-sentences approach and would would greatly prefer audit_containerid_isset().
quoted
+{ + return audit_get_containerid(tsk) != INVALID_CID; +}
-- paul moore www.paul-moore.com