From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6A531396D0 for ; Fri, 15 Sep 2017 03:42:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1837E0CCA; Fri, 15 Sep 2017 03:42:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AAF3E0CC7 for ; Fri, 15 Sep 2017 03:42:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44D4E3402FE for ; Fri, 15 Sep 2017 03:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59FF0908C for ; Fri, 15 Sep 2017 03:42:43 +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: <1505417684.910541fc85a07a081c07afb8ffbba8c856addc4f.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/portage.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 910541fc85a07a081c07afb8ffbba8c856addc4f X-VCS-Branch: master Date: Fri, 15 Sep 2017 03:42:43 +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: 698293fe-310a-4641-bbf2-2e7c2b980ebe X-Archives-Hash: bf7a844951721d5e7a9527467b37ffdf commit: 910541fc85a07a081c07afb8ffbba8c856addc4f Author: Luis Ressel aixah de> AuthorDate: Tue Sep 12 07:16:37 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Sep 14 19:34:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=910541fc portage: Remove nonsensical dontaudit of an allowed permission policy/modules/contrib/portage.te | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/contrib/portage.te b/policy/modules/contrib/portage.te index 398b05c3..9c406a8b 100644 --- a/policy/modules/contrib/portage.te +++ b/policy/modules/contrib/portage.te @@ -178,7 +178,6 @@ rsync_entry_domtrans(portage_t, portage_fetch_t) allow portage_fetch_t portage_t:fd use; allow portage_fetch_t portage_t:fifo_file rw_fifo_file_perms; allow portage_fetch_t portage_t:process sigchld; -dontaudit portage_fetch_t portage_devpts_t:chr_file { read write }; # transition to sandbox for compiling spec_domtrans_pattern(portage_t, portage_exec_t, portage_sandbox_t)