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: Tue, 30 Oct 2012 20:18:32
Message-Id: 1351628084.a8df2be0a5f8e8dbe5e8ea5ec34199f411606c7e.SwifT@gentoo
1 commit: a8df2be0a5f8e8dbe5e8ea5ec34199f411606c7e
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Tue Oct 30 20:14:44 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Tue Oct 30 20:14:44 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a8df2be0
7
8 Fix error in smartmon.fc
9
10 The smartmon.fc file had a syntax error in its regular expression. Split the
11 line in two, makes it easier to read and removes the error.
12
13 See also bug #440190
14
15 ---
16 policy/modules/contrib/smartmon.fc | 3 ++-
17 1 files changed, 2 insertions(+), 1 deletions(-)
18
19 diff --git a/policy/modules/contrib/smartmon.fc b/policy/modules/contrib/smartmon.fc
20 index 04afc18..8cf2020 100644
21 --- a/policy/modules/contrib/smartmon.fc
22 +++ b/policy/modules/contrib/smartmon.fc
23 @@ -1,4 +1,5 @@
24 -/etc/rc\.d/init\.d/((smartd)|(smartmontools))) -- gen_context(system_u:object_r:fsdaemon_initrc_exec_t,s0)
25 +/etc/rc\.d/init\.d/smartd -- gen_context(system_u:object_r:fsdaemon_initrc_exec_t,s0)
26 +/etc/rc\.d/init\.d/smartmontools -- gen_context(system_u:object_r:fsdaemon_initrc_exec_t,s0)
27
28 /usr/sbin/smartd -- gen_context(system_u:object_r:fsdaemon_exec_t,s0)