From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B0B7313825A for ; Fri, 13 May 2016 05:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB19E21C012; Fri, 13 May 2016 05:37:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F24321C060 for ; Fri, 13 May 2016 05:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76504340A8E for ; Fri, 13 May 2016 05:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9FFD971 for ; Fri, 13 May 2016 05:37:22 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1463116123.1d8dcf5ff0cca84f0cc4288b7c215d845c329524.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/flask/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/flask/access_vectors X-VCS-Directories: policy/flask/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1d8dcf5ff0cca84f0cc4288b7c215d845c329524 X-VCS-Branch: master Date: Fri, 13 May 2016 05:37:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 060e727f-cfe2-4b24-b466-6cc7179905ff X-Archives-Hash: 9e42841176424ed66bdfb24c872561ca commit: 1d8dcf5ff0cca84f0cc4288b7c215d845c329524 Author: Laurent Bigonville bigon be> AuthorDate: Sun May 1 17:24:42 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri May 13 05:08:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1d8dcf5f Add the validate_trans access vector to the security class This access vector has been added in version 4.5, commitid: f9df6458218f4fe8a1c3bf0af89c1fa9eaf0db39 policy/flask/access_vectors | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors index 8adec70..1d045b4 100644 --- a/policy/flask/access_vectors +++ b/policy/flask/access_vectors @@ -433,6 +433,7 @@ class security setsecparam setcheckreqprot read_policy + validate_trans }