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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE620158086 for ; Sun, 21 Nov 2021 19:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D2C9E085E; Sun, 21 Nov 2021 19:33:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28B07E085E for ; Sun, 21 Nov 2021 19:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6873C343275 for ; Sun, 21 Nov 2021 19:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3B5C1D6 for ; Sun, 21 Nov 2021 19:33:49 +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: <1637522473.1d839d4ab07f3bb2002f07cc397ef3e057472d23.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/admin/portage.te X-VCS-Directories: policy/modules/admin/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1d839d4ab07f3bb2002f07cc397ef3e057472d23 X-VCS-Branch: master Date: Sun, 21 Nov 2021 19:33:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55f1f1e2-cacb-4aa3-9a01-a99b41029e0a X-Archives-Hash: 6987ad863c96427e06979e0ab330046e commit: 1d839d4ab07f3bb2002f07cc397ef3e057472d23 Author: Jonathan Davies protonmail com> AuthorDate: Sun Nov 21 09:41:18 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Nov 21 19:21:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1d839d4a portage.te: Added corecmd_manage_bin_symlinks() for gcc_config_t. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Jason Zaman gentoo.org> policy/modules/admin/portage.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/admin/portage.te b/policy/modules/admin/portage.te index da0aecf0..9a6c6083 100644 --- a/policy/modules/admin/portage.te +++ b/policy/modules/admin/portage.te @@ -111,6 +111,7 @@ kernel_read_kernel_sysctls(gcc_config_t) corecmd_exec_shell(gcc_config_t) corecmd_exec_bin(gcc_config_t) corecmd_manage_bin_files(gcc_config_t) +corecmd_manage_bin_symlinks(gcc_config_t) domain_use_interactive_fds(gcc_config_t)