Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Wed, 28 Nov 2012 20:23:00
Message-Id: 1354134015.9aefba20a4a3492625f05f7a69cdfa964464e10e.SwifT@gentoo
1 commit: 9aefba20a4a3492625f05f7a69cdfa964464e10e
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 28 16:40:19 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Wed Nov 28 20:20:15 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9aefba20
7
8 Changes to the xen policy module
9
10 Xen consoled sets attributes of xen pts
11
12 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
13
14 ---
15 policy/modules/contrib/xen.te | 4 ++--
16 1 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/policy/modules/contrib/xen.te b/policy/modules/contrib/xen.te
19 index 8b278c2..1c9a2f0 100644
20 --- a/policy/modules/contrib/xen.te
21 +++ b/policy/modules/contrib/xen.te
22 @@ -1,4 +1,4 @@
23 -policy_module(xen, 1.12.3)
24 +policy_module(xen, 1.12.4)
25
26 ########################################
27 #
28 @@ -357,7 +357,7 @@ allow xenconsoled_t self:process setrlimit;
29 allow xenconsoled_t self:unix_stream_socket create_stream_socket_perms;
30 allow xenconsoled_t self:fifo_file rw_fifo_file_perms;
31
32 -allow xenconsoled_t xen_devpts_t:chr_file rw_term_perms;
33 +allow xenconsoled_t xen_devpts_t:chr_file { rw_term_perms setattr_chr_file_perms };
34
35 manage_dirs_pattern(xenconsoled_t, xend_var_log_t, xend_var_log_t)
36 append_files_pattern(xenconsoled_t, xend_var_log_t, xend_var_log_t)