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: Sun, 29 Mar 2015 10:01:33
Message-Id: 1427622986.4e11ed26a455239c132651edfed09d88e1c080a9.perfinion@gentoo
1 commit: 4e11ed26a455239c132651edfed09d88e1c080a9
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: Sun Mar 29 09:56:26 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=4e11ed26
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 ')