Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Thu, 17 Dec 2015 16:11:01
Message-Id: 1450367855.f30bc6343d09e2f08a97d6428b6c1c020892fe05.perfinion@gentoo
1 commit: f30bc6343d09e2f08a97d6428b6c1c020892fe05
2 Author: Dominick Grift <dac.override <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 10 11:02:06 2015 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 15:57:35 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f30bc634
7
8 Module version bump for changes to the geoclue module by Laurent Bigonville.
9
10 Moved auth_use_nsswitch() call to the proper location.
11
12 policy/modules/contrib/geoclue.te | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/policy/modules/contrib/geoclue.te b/policy/modules/contrib/geoclue.te
16 index 34ed075..b8413a5 100644
17 --- a/policy/modules/contrib/geoclue.te
18 +++ b/policy/modules/contrib/geoclue.te
19 @@ -1,4 +1,4 @@
20 -policy_module(geoclue, 1.0.0)
21 +policy_module(geoclue, 1.0.1)
22
23 ########################################
24 #
25 @@ -22,12 +22,12 @@ files_type(geoclue_var_lib_t)
26
27 read_files_pattern(geoclue_t, geoclue_etc_t, geoclue_etc_t)
28
29 -auth_use_nsswitch(geoclue_t)
30 -
31 corenet_tcp_connect_http_port(geoclue_t)
32
33 dev_read_urand(geoclue_t)
34
35 +auth_use_nsswitch(geoclue_t)
36 +
37 miscfiles_read_generic_certs(geoclue_t)
38 miscfiles_read_localization(geoclue_t)