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: Tue, 30 Oct 2012 18:38:37
Message-Id: 1351622002.fe4179c6dcff710c9f6619f1bdd0593170979e37.SwifT@gentoo
1 commit: fe4179c6dcff710c9f6619f1bdd0593170979e37
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 30 12:02:08 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Tue Oct 30 18:33:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fe4179c6
7
8 Screen sends child terminated signals to all interactive fd domains
9
10 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
11
12 ---
13 policy/modules/contrib/screen.te | 3 ++-
14 1 files changed, 2 insertions(+), 1 deletions(-)
15
16 diff --git a/policy/modules/contrib/screen.te b/policy/modules/contrib/screen.te
17 index 94b67d7..f095081 100644
18 --- a/policy/modules/contrib/screen.te
19 +++ b/policy/modules/contrib/screen.te
20 @@ -1,4 +1,4 @@
21 -policy_module(screen, 2.5.2)
22 +policy_module(screen, 2.5.3)
23
24 ########################################
25 #
26 @@ -79,6 +79,7 @@ dev_dontaudit_getattr_all_blk_files(screen_domain)
27 dev_read_urand(screen_domain)
28
29 domain_use_interactive_fds(screen_domain)
30 +domain_sigchld_interactive_fds(screen_domain)
31 domain_read_all_domains_state(screen_domain)
32
33 files_list_home(screen_domain)