Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/
Date: Mon, 09 Feb 2015 18:33:22
Message-Id: 1423502244.5544629a0aa065819ff40dfefef33f70218b0cab.perfinion@gentoo
1 commit: 5544629a0aa065819ff40dfefef33f70218b0cab
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Tue Feb 3 13:48:40 2015 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 9 17:17:24 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5544629a
7
8 add fcontext for openntpd drift file
9
10 ---
11 policy/modules/contrib/ntp.fc | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/policy/modules/contrib/ntp.fc b/policy/modules/contrib/ntp.fc
15 index 6105583..c74d996 100644
16 --- a/policy/modules/contrib/ntp.fc
17 +++ b/policy/modules/contrib/ntp.fc
18 @@ -27,4 +27,5 @@
19
20 ifdef(`distro_gentoo',`
21 /usr/bin/sntp -- gen_context(system_u:object_r:ntpdate_exec_t,s0)
22 +/var/lib/openntpd/ntpd.drift -- gen_context(system_u:object_r:ntp_drift_t,s0)
23 ')