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: Fri, 31 May 2013 13:48:43
Message-Id: 1370008010.1f15318f4af32f1a5ff1b84cde6f67a9e13086b4.SwifT@gentoo
1 commit: 1f15318f4af32f1a5ff1b84cde6f67a9e13086b4
2 Author: James Carter <jwcart2 <AT> tycho <DOT> nsa <DOT> gov>
3 AuthorDate: Fri May 17 14:44:37 2013 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Fri May 31 13:46:50 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1f15318f
7
8 - Fixed typo in contrib/glusterfs.te
9
10 Removed uneeded ";" after macro call in glusterfs.te.
11
12 Signed-off-by: James Carter <jwcart2 <AT> tycho.nsa.gov>
13
14 ---
15 policy/modules/contrib/glusterfs.te | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/policy/modules/contrib/glusterfs.te b/policy/modules/contrib/glusterfs.te
19 index 868895a..c4deb52 100644
20 --- a/policy/modules/contrib/glusterfs.te
21 +++ b/policy/modules/contrib/glusterfs.te
22 @@ -25,7 +25,7 @@ type glusterd_var_run_t;
23 files_pid_file(glusterd_var_run_t)
24
25 type glusterd_var_lib_t;
26 -files_type(glusterd_var_lib_t);
27 +files_type(glusterd_var_lib_t)
28
29 ########################################
30 #