Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Sat, 01 Feb 2014 09:56:59
Message-Id: 1391248431.729fa63b15ca169a34c8e1fd90f4237fd699c9e2.swift@gentoo
1 commit: 729fa63b15ca169a34c8e1fd90f4237fd699c9e2
2 Author: Laurent Bigonville <bigon <AT> bigon <DOT> be>
3 AuthorDate: Wed Jan 29 21:15:44 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 1 09:53:51 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=729fa63b
7
8 Add fcontext for rsyslog pidfile
9
10 ---
11 policy/modules/system/logging.fc | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/policy/modules/system/logging.fc b/policy/modules/system/logging.fc
15 index ab3d346..621c0c8 100644
16 --- a/policy/modules/system/logging.fc
17 +++ b/policy/modules/system/logging.fc
18 @@ -62,6 +62,7 @@ ifdef(`distro_redhat',`
19 /var/run/klogd\.pid -- gen_context(system_u:object_r:klogd_var_run_t,s0)
20 /var/run/log -s gen_context(system_u:object_r:devlog_t,s0)
21 /var/run/metalog\.pid -- gen_context(system_u:object_r:syslogd_var_run_t,s0)
22 +/var/run/rsyslogd\.pid -- gen_context(system_u:object_r:syslogd_var_run_t,mls_systemhigh)
23 /var/run/syslogd\.pid -- gen_context(system_u:object_r:syslogd_var_run_t,mls_systemhigh)
24 /var/run/syslog-ng(.*)? gen_context(system_u:object_r:syslogd_var_run_t,s0)