Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/admin/
Date: Fri, 28 Nov 2014 10:04:20
Message-Id: 1417126922.4d16571c5e3d0449b38cdd8619db04e93526fcf9.swift@gentoo
1 commit: 4d16571c5e3d0449b38cdd8619db04e93526fcf9
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Thu Nov 27 22:22:02 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 27 22:22:02 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4d16571c
7
8 Missing quote
9
10 ---
11 policy/modules/admin/dmesg.if | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/modules/admin/dmesg.if b/policy/modules/admin/dmesg.if
15 index 1b6e1b2..6271b3c 100644
16 --- a/policy/modules/admin/dmesg.if
17 +++ b/policy/modules/admin/dmesg.if
18 @@ -58,7 +58,7 @@ interface(`dmesg_exec',`
19 ## </param>
20 ## <rolecap/>
21 #
22 -interface(`dmesg_run,`
23 +interface(`dmesg_run',`
24 gen_require(`
25 type dmesg_t;
26 ')