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 B1C631382C5 for ; Mon, 1 Feb 2021 02:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6EF9E09B1; Mon, 1 Feb 2021 02:10:12 +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 8D96FE09B0 for ; Mon, 1 Feb 2021 02:10:12 +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 9B258340E9D for ; Mon, 1 Feb 2021 02:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3F114B3 for ; Mon, 1 Feb 2021 02:10:08 +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: <1612142502.3e5d54e1629c156c4076759ff10df78bd6067151.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/samba.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 3e5d54e1629c156c4076759ff10df78bd6067151 X-VCS-Branch: master Date: Mon, 1 Feb 2021 02:10:08 +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: 78445d16-41a2-4778-812c-646cf74807e6 X-Archives-Hash: ea8fe0c879fa74588f86e502ffd47281 commit: 3e5d54e1629c156c4076759ff10df78bd6067151 Author: Chris PeBenito ieee org> AuthorDate: Thu Jan 28 15:55:54 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Feb 1 01:21:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3e5d54e1 samba: Fix samba_runtime_t alias use. Signed-off-by: Chris PeBenito ieee.org> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/samba.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/services/samba.te b/policy/modules/services/samba.te index 10960805..1d7683a2 100644 --- a/policy/modules/services/samba.te +++ b/policy/modules/services/samba.te @@ -207,7 +207,7 @@ allow samba_net_t self:fifo_file rw_file_perms; allow samba_net_t samba_etc_t:file read_file_perms; -allow samba_net_t samba_var_run_t:file { map read_file_perms }; +allow samba_net_t samba_runtime_t:file { map read_file_perms }; manage_files_pattern(samba_net_t, samba_etc_t, samba_secrets_t) filetrans_pattern(samba_net_t, samba_etc_t, samba_secrets_t, file)