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/contrib/
Date: Wed, 04 Mar 2015 17:03:10
Message-Id: 1425488251.22f58390b7427334d071d07d8da62866cbb0d00c.swift@gentoo
1 commit: 22f58390b7427334d071d07d8da62866cbb0d00c
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Tue Feb 3 13:48:40 2015 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:57:31 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=22f58390
7
8 add fcontext for openntpd drift file
9
10 policy/modules/contrib/ntp.fc | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/policy/modules/contrib/ntp.fc b/policy/modules/contrib/ntp.fc
14 index 6105583..c74d996 100644
15 --- a/policy/modules/contrib/ntp.fc
16 +++ b/policy/modules/contrib/ntp.fc
17 @@ -27,4 +27,5 @@
18
19 ifdef(`distro_gentoo',`
20 /usr/bin/sntp -- gen_context(system_u:object_r:ntpdate_exec_t,s0)
21 +/var/lib/openntpd/ntpd.drift -- gen_context(system_u:object_r:ntp_drift_t,s0)
22 ')