All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH 1/1] Without allow siginh, we get a huge timeout wait period (15 seconds)
@ 2011-02-06 15:16 Sven Vermeulen
  2011-02-06 16:48 ` Dominick Grift
  2011-02-14 14:44 ` Christopher J. PeBenito
  0 siblings, 2 replies; 9+ messages in thread
From: Sven Vermeulen @ 2011-02-06 15:16 UTC (permalink / raw)
  To: refpolicy

We need to allow siginh; without it, xinit waits for 15 seconds
before continuing (not really user friendly), even though the system
functions properly afterwards.

Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
---
 policy/modules/services/xserver.if |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/policy/modules/services/xserver.if b/policy/modules/services/xserver.if
index da2601a..01274b4 100644
--- a/policy/modules/services/xserver.if
+++ b/policy/modules/services/xserver.if
@@ -142,6 +142,8 @@ interface(`xserver_role',`
 	allow $2 xserver_t:shm rw_shm_perms;
 	allow $2 xserver_tmpfs_t:file rw_file_perms;
 
+	allow $2 xserver_t:process { siginh };
+
 	allow $2 iceauth_home_t:file manage_file_perms;
 	allow $2 iceauth_home_t:file { relabelfrom relabelto };
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-03 14:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-06 15:16 [refpolicy] [PATCH 1/1] Without allow siginh, we get a huge timeout wait period (15 seconds) Sven Vermeulen
2011-02-06 16:48 ` Dominick Grift
2011-02-14 14:44 ` Christopher J. PeBenito
2011-02-14 19:03   ` Sven Vermeulen
2011-02-16 14:31     ` Christopher J. PeBenito
2011-02-16 14:45       ` Christopher J. PeBenito
2011-02-16 14:59     ` Stephen Smalley
2011-02-22 20:30   ` [refpolicy] [PATCH v2 " Sven Vermeulen
2011-03-03 14:22     ` Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.