From patchwork Thu Sep 10 09:29:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dominick Grift X-Patchwork-Id: 11767257 X-Patchwork-Delegate: jwcart2@tycho.nsa.gov Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8282292C for ; Thu, 10 Sep 2020 09:29:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3359E21D6C for ; Thu, 10 Sep 2020 09:29:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=defensec.nl header.i=@defensec.nl header.b="l+pAIePN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730525AbgIJJ3v (ORCPT ); Thu, 10 Sep 2020 05:29:51 -0400 Received: from agnus.defensec.nl ([80.100.19.56]:53250 "EHLO agnus.defensec.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730446AbgIJJ3i (ORCPT ); Thu, 10 Sep 2020 05:29:38 -0400 Received: from localhost.localdomain (brutus.lan [IPv6:2001:985:d55d::438]) by agnus.defensec.nl (Postfix) with ESMTPSA id 894312A127E; Thu, 10 Sep 2020 11:29:22 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 agnus.defensec.nl 894312A127E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=defensec.nl; s=default; t=1599730163; bh=ZfTacSCSMcda5IYNeRZFmZuPbIMFKJbmWGl1pSUL8EU=; h=From:To:Cc:Subject:Date:From; b=l+pAIePNIhzg+5tBFmBzF5a7VMN7ifgMD28qZeCsYczl8pjzBB+9z52c3Jtq/YmbI AcL0BWbaEmDDGrimNsq8CmMZxRx0NPU8/igNA5/W0qSbLaTl2jFfZo+inUpQP3/eig gVslQd4uy+anQHEOGXfsfLJpX0FC02UMQ/6Tcbl4= From: Dominick Grift To: selinux@vger.kernel.org Cc: Dominick Grift Subject: [PATCH] cil_access_vector_rules: fixes a typo Date: Thu, 10 Sep 2020 11:29:05 +0200 Message-Id: <20200910092905.800461-1-dominick.grift@defensec.nl> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org neverallows should be neverallowx Signed-off-by: Dominick Grift --- When I was verifying a suggestion that auditallowx and dontauditx does not work I found this typo. auditallowx and dontauditx seem to not work. secilc/docs/cil_access_vector_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secilc/docs/cil_access_vector_rules.md b/secilc/docs/cil_access_vector_rules.md index 9c03c710..1eb33b2c 100644 --- a/secilc/docs/cil_access_vector_rules.md +++ b/secilc/docs/cil_access_vector_rules.md @@ -392,7 +392,7 @@ Note that these rules can be over-ridden by the CIL compiler command line parame -

neverallows

+

neverallowx

The neverallowx keyword.