From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1318366-garchives=archives.gentoo.org@lists.gentoo.org> 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 EEEB0158041 for <garchives@archives.gentoo.org>; Sun, 5 Sep 2021 16:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E8EDE0841; Sun, 5 Sep 2021 16:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1BA79E083D for <gentoo-commits@lists.gentoo.org>; Sun, 5 Sep 2021 16:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41191335D51 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Sep 2021 16:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7196BB0 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Sep 2021 16:00:15 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> 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" <perfinion@gentoo.org> Message-ID: <1630852004.447bde4884a3b4a69f9b29edcaaa83e20513b1c3.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/ssh.if X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 447bde4884a3b4a69f9b29edcaaa83e20513b1c3 X-VCS-Branch: master Date: Sun, 5 Sep 2021 16:00:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c28396e-de91-43fe-b159-e0cd02bc5482 X-Archives-Hash: 6a89cfc3892092f67123a4fa9d63403d commit: 447bde4884a3b4a69f9b29edcaaa83e20513b1c3 Author: Markus Linnala <Markus.Linnala <AT> cybercom <DOT> com> AuthorDate: Tue Jun 29 12:29:19 2021 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Sep 5 14:26:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=447bde48 policy:ssh: ssh_server_template: fix require Signed-off-by: Markus Linnala <Markus.Linnala <AT> cybercom.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/services/ssh.if | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/ssh.if b/policy/modules/services/ssh.if index e5edf17a..66992a9c 100644 --- a/policy/modules/services/ssh.if +++ b/policy/modules/services/ssh.if @@ -167,6 +167,7 @@ template(`ssh_basic_client_template',` # template(`ssh_server_template', ` gen_require(` + attribute ssh_server; type sshd_exec_t, sshd_key_t; ') type $1_t, ssh_server;