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/contrib/
Date: Sat, 30 Nov 2013 15:05:20
Message-Id: 1385823693.f900225645648b8e375758837d484f1ff900186d.swift@gentoo
1 commit: f900225645648b8e375758837d484f1ff900186d
2 Author: Miroslav Grepl <mgrepl <AT> redhat <DOT> com>
3 AuthorDate: Mon Nov 25 13:07:20 2013 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 15:01:33 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f9002256
7
8 Allow watchdog to read network state info
9
10 ---
11 policy/modules/contrib/watchdog.te | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/policy/modules/contrib/watchdog.te b/policy/modules/contrib/watchdog.te
15 index b32e643..3a65089 100644
16 --- a/policy/modules/contrib/watchdog.te
17 +++ b/policy/modules/contrib/watchdog.te
18 @@ -36,6 +36,7 @@ logging_log_filetrans(watchdog_t, watchdog_log_t, file)
19 manage_files_pattern(watchdog_t, watchdog_var_run_t, watchdog_var_run_t)
20 files_pid_filetrans(watchdog_t, watchdog_var_run_t, file)
21
22 +kernel_read_network_state(watchdog_t)
23 kernel_read_system_state(watchdog_t)
24 kernel_read_kernel_sysctls(watchdog_t)
25 kernel_unmount_proc(watchdog_t)