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 2AB0E1388C2 for ; Wed, 2 Dec 2015 15:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A58E621C009; Wed, 2 Dec 2015 15:45:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A990E08E1 for ; Wed, 2 Dec 2015 15:45:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D91E53408F0 for ; Wed, 2 Dec 2015 15:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53383A8E for ; Wed, 2 Dec 2015 15:45:22 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1445100470.061bd420d98e138a44a5fc328738b2ea1dd562ff.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/portage.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 061bd420d98e138a44a5fc328738b2ea1dd562ff X-VCS-Branch: swift Date: Wed, 2 Dec 2015 15:45: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: 0dec866d-afb6-4f68-9e56-ecfb66f05d73 X-Archives-Hash: 67deb93d2b248cfc986ae0af3ba3fb11 commit: 061bd420d98e138a44a5fc328738b2ea1dd562ff Author: Luis Ressel aixah de> AuthorDate: Thu Oct 15 10:44:40 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Oct 17 16:47:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=061bd420 portage: Dontaudit setattr in portage_dontaudit_write_cache policy/modules/contrib/portage.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/portage.if b/policy/modules/contrib/portage.if index 640a63b..c98a763 100644 --- a/policy/modules/contrib/portage.if +++ b/policy/modules/contrib/portage.if @@ -511,6 +511,6 @@ interface(`portage_dontaudit_write_cache',` type portage_cache_t; ') - dontaudit $1 portage_cache_t:dir { write }; + dontaudit $1 portage_cache_t:dir { setattr write }; ')