Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751610AbdG0GKr (ORCPT ); Thu, 27 Jul 2017 02:10:47 -0400 Received: from namei.org ([65.99.196.166]:40294 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbdG0GKp (ORCPT ); Thu, 27 Jul 2017 02:10:45 -0400 Date: Thu, 27 Jul 2017 16:10:41 +1000 (AEST) From: James Morris To: Stefan Berger cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, serge@hallyn.com Subject: Re: [PATCH v2] security: fix description of values returned by cap_inode_need_killpriv In-Reply-To: <1501122425-12250-1-git-send-email-stefanb@linux.vnet.ibm.com> Message-ID: References: <1501122425-12250-1-git-send-email-stefanb@linux.vnet.ibm.com> User-Agent: Alpine 2.20 (LRH 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 517 Lines: 18 On Wed, 26 Jul 2017, Stefan Berger wrote: > cap_inode_need_killpriv returns 1 if security.capability exists and > has a value and inode_killpriv() is required, 0 otherwise. Fix the > description of the return value to reflect this. > > Signed-off-by: Stefan Berger > --- > security/commoncap.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next -- James Morris