Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/
Date: Sun, 09 Feb 2014 10:54:45
Message-Id: 1391943065.592e52f5dffbbbf004e77e8e1fd2dbcf921e2312.swift@gentoo
1 commit: 592e52f5dffbbbf004e77e8e1fd2dbcf921e2312
2 Author: Chris PeBenito <pebenito <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 13:24:41 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 10:51:05 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=592e52f5
7
8 Rename gpg_agent_connect to gpg_stream_connect_agent.
9
10 ---
11 policy/modules/services/ssh.if | 2 +-
12 policy/modules/services/ssh.te | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/policy/modules/services/ssh.if b/policy/modules/services/ssh.if
16 index 33ad1b4..dbce034 100644
17 --- a/policy/modules/services/ssh.if
18 +++ b/policy/modules/services/ssh.if
19 @@ -430,7 +430,7 @@ template(`ssh_role_template',`
20 optional_policy(`
21 tunable_policy(`ssh_use_gpg_agent',`
22 # for ssh-add
23 - gpg_agent_connect($3)
24 + gpg_stream_connect_agent($3)
25 ')
26 ')
27 ')
28
29 diff --git a/policy/modules/services/ssh.te b/policy/modules/services/ssh.te
30 index 65b5be9..48654c2 100644
31 --- a/policy/modules/services/ssh.te
32 +++ b/policy/modules/services/ssh.te
33 @@ -211,7 +211,7 @@ optional_policy(`
34
35 optional_policy(`
36 tunable_policy(`ssh_use_gpg_agent',`
37 - gpg_agent_connect(ssh_t)
38 + gpg_stream_connect_agent(ssh_t)
39 ')
40 ')