From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmorris@namei.org (James Morris) Date: Fri, 25 Aug 2017 15:58:22 +1000 (AEST) Subject: [PATCH V3 04/10] capabilities: use root_priveleged inline to clarify logic In-Reply-To: References: Message-ID: To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Wed, 23 Aug 2017, Richard Guy Briggs wrote: > Introduce inline root_privileged() to make use of SECURE_NONROOT > easier to read. > > Suggested-by: Serge Hallyn > Signed-off-by: Richard Guy Briggs > --- > security/commoncap.c | 9 +++++---- > 1 files changed, 5 insertions(+), 4 deletions(-) Acked-by: James Morris -- James Morris -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Morris Subject: Re: [PATCH V3 04/10] capabilities: use root_priveleged inline to clarify logic Date: Fri, 25 Aug 2017 15:58:22 +1000 (AEST) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: Sender: owner-linux-security-module@vger.kernel.org To: Richard Guy Briggs Cc: linux-security-module@vger.kernel.org, linux-audit@redhat.com, Andy Lutomirski , "Serge E. Hallyn" , Kees Cook , James Morris , Eric Paris , Paul Moore , Steve Grubb List-Id: linux-audit@redhat.com On Wed, 23 Aug 2017, Richard Guy Briggs wrote: > Introduce inline root_privileged() to make use of SECURE_NONROOT > easier to read. > > Suggested-by: Serge Hallyn > Signed-off-by: Richard Guy Briggs > --- > security/commoncap.c | 9 +++++---- > 1 files changed, 5 insertions(+), 4 deletions(-) Acked-by: James Morris -- James Morris