Received: by 10.213.65.68 with SMTP id h4csp1256895imn; Wed, 14 Mar 2018 14:35:04 -0700 (PDT) X-Google-Smtp-Source: AG47ELuIvJqiHhaFeCZFgNnb8G4MYWhZloitY4LropKjEffomudNNJZzthGkygQi6zS9P97J8Ai9 X-Received: by 10.98.238.2 with SMTP id e2mr5663374pfi.68.1521063303975; Wed, 14 Mar 2018 14:35:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521063303; cv=none; d=google.com; s=arc-20160816; b=l/OXYqvFC/Lp+llHeHHcO5SrPoGRfjRQP/mVqZsI324nCIj12GoDWGWr225jCdIqB/ I6Yjh8C8fWG0Hk7/U5NfLHiTn2GkKA0fKC7O444cygYD6enRd9iglgulYpFVbQw2+nuh +dOWSeR4bf9EQ7CchNY6T/+8mlLYspftCcu2ZJPljJ4Vnf6eEUL3GMm7RmLDXU0kU7tj EqUovmkauoNy5w9TuQ5QhB5jN1b0Qxa1l+TXGbZ0NLeFrogSXehpALFhtQR3/2zGyzir 24ybfy/uHkTWTeSRA6oR070oCKq1tFNxowPUXifRhClGvrwVezWPkcozwlCunuYtFhv8 xnrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=1mucN5mOApq2gxYexBkI5Y14azcOuIS1Bc9FAuq1XVU=; b=UymP6lrJ7sMd62+f04v4LGrJR7W6Dq3lxGPaaHykLyJWD+1+dl+wgs1lFOA7asSToi sM7w74uWAEFymYcHZW7mlcK4CvIWQYgQGrmSkuntaw9CPKrBFDRjIYm5EiSdCGxN1x97 JFGWEdYqwLbzTZbPVWk29QMGB5o+29Th4pzE3n6OGz12nWLqpVi/hDBsS4FCO22LN7+K zMIPQKOR/DM4yVpOX//YI8h70xv8/l5GfjM3oacfcg3aEl2Sx+JITE3xlu7BJe4wVvE0 JC3PuGGgG+Ua0ZFsJu+pQTOY+65xnpWWB6fY/vhLmIYN5K3Ebm9TDA/m4qdN+Ny9Nhkb R/gw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v11si2463576pgo.107.2018.03.14.14.34.48; Wed, 14 Mar 2018 14:35:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751588AbeCNVdf (ORCPT + 99 others); Wed, 14 Mar 2018 17:33:35 -0400 Received: from h2.hallyn.com ([78.46.35.8]:45234 "EHLO mail.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779AbeCNVde (ORCPT ); Wed, 14 Mar 2018 17:33:34 -0400 Received: by mail.hallyn.com (Postfix, from userid 1001) id E784B120C2E; Wed, 14 Mar 2018 16:33:32 -0500 (CDT) Date: Wed, 14 Mar 2018 16:33:32 -0500 From: "Serge E. Hallyn" To: Thiago Jung Bauermann Cc: linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, James Morris , "Serge E. Hallyn" , Mimi Zohar , Dmitry Kasatkin Subject: Re: [PATCH 1/4] integrity: Remove unused macro IMA_ACTION_RULE_FLAGS Message-ID: <20180314213332.GB14289@mail.hallyn.com> References: <20180314202020.3794-1-bauerman@linux.vnet.ibm.com> <20180314202020.3794-2-bauerman@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180314202020.3794-2-bauerman@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Thiago Jung Bauermann (bauerman@linux.vnet.ibm.com): > This macro isn't used anymore since commit 0d73a55208e9 ("ima: re-introduce > own integrity cache lock"), so remove it. > > Signed-off-by: Thiago Jung Bauermann Acked-by: Serge Hallyn > --- > security/integrity/integrity.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h > index 8224880935e0..5e58e02ba8dc 100644 > --- a/security/integrity/integrity.h > +++ b/security/integrity/integrity.h > @@ -30,7 +30,6 @@ > > /* iint cache flags */ > #define IMA_ACTION_FLAGS 0xff000000 > -#define IMA_ACTION_RULE_FLAGS 0x06000000 > #define IMA_DIGSIG_REQUIRED 0x01000000 > #define IMA_PERMIT_DIRECTIO 0x02000000 > #define IMA_NEW_FILE 0x04000000