Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Mon, 29 Oct 2012 14:55:59
Message-Id: 1351522110.f1db5a7718c10aa28ff53b6b47f8266d7df4bb30.SwifT@gentoo
1 commit: f1db5a7718c10aa28ff53b6b47f8266d7df4bb30
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 29 08:25:39 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Mon Oct 29 14:48:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f1db5a77
7
8 Changes to the speedtouch policy module
9
10 Module clean up
11
12 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
13
14 ---
15 policy/modules/contrib/speedtouch.fc | 1 +
16 policy/modules/contrib/speedtouch.te | 4 ++--
17 2 files changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/policy/modules/contrib/speedtouch.fc b/policy/modules/contrib/speedtouch.fc
20 index 9760d15..57539d0 100644
21 --- a/policy/modules/contrib/speedtouch.fc
22 +++ b/policy/modules/contrib/speedtouch.fc
23 @@ -1,2 +1,3 @@
24 /usr/sbin/speedmgmt -- gen_context(system_u:object_r:speedmgmt_exec_t,s0)
25
26 +/var/run/speedmgmt\.pid -- gen_context(system_u:object_r:speedmgmt_var_run_t,s0)
27
28 diff --git a/policy/modules/contrib/speedtouch.te b/policy/modules/contrib/speedtouch.te
29 index ade10f5..9025dbd 100644
30 --- a/policy/modules/contrib/speedtouch.te
31 +++ b/policy/modules/contrib/speedtouch.te
32 @@ -1,8 +1,8 @@
33 -policy_module(speedtouch, 1.4.0)
34 +policy_module(speedtouch, 1.4.1)
35
36 #######################################
37 #
38 -# Rules for the speedmgmt_t domain.
39 +# Declarations
40 #
41
42 type speedmgmt_t;