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 4E9D2138CE3 for ; Sun, 9 Feb 2014 10:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410F1E0A7D; Sun, 9 Feb 2014 10:54:38 +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 7B66FE0A72 for ; Sun, 9 Feb 2014 10:54:37 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE01C33F8B6 for ; Sun, 9 Feb 2014 10:54:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id AE5471888B for ; Sun, 9 Feb 2014 10:54:34 +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: <1391943065.592e52f5dffbbbf004e77e8e1fd2dbcf921e2312.swift@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 policy/modules/services/ssh.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 592e52f5dffbbbf004e77e8e1fd2dbcf921e2312 X-VCS-Branch: master Date: Sun, 9 Feb 2014 10:54:34 +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: a3727c0c-3705-4983-8560-5f82ac0397b1 X-Archives-Hash: 03ded234c858f9e3b8a8c00c11552e62 commit: 592e52f5dffbbbf004e77e8e1fd2dbcf921e2312 Author: Chris PeBenito gentoo org> AuthorDate: Sat Feb 8 13:24:41 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Feb 9 10:51:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=592e52f5 Rename gpg_agent_connect to gpg_stream_connect_agent. --- policy/modules/services/ssh.if | 2 +- policy/modules/services/ssh.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/services/ssh.if b/policy/modules/services/ssh.if index 33ad1b4..dbce034 100644 --- a/policy/modules/services/ssh.if +++ b/policy/modules/services/ssh.if @@ -430,7 +430,7 @@ template(`ssh_role_template',` optional_policy(` tunable_policy(`ssh_use_gpg_agent',` # for ssh-add - gpg_agent_connect($3) + gpg_stream_connect_agent($3) ') ') ') diff --git a/policy/modules/services/ssh.te b/policy/modules/services/ssh.te index 65b5be9..48654c2 100644 --- a/policy/modules/services/ssh.te +++ b/policy/modules/services/ssh.te @@ -211,7 +211,7 @@ optional_policy(` optional_policy(` tunable_policy(`ssh_use_gpg_agent',` - gpg_agent_connect(ssh_t) + gpg_stream_connect_agent(ssh_t) ') ')