All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] screen_macros.te
@ 2005-01-04 23:01 Greg Norris
  2005-01-04 23:34 ` Greg Norris
  0 siblings, 1 reply; 7+ messages in thread
From: Greg Norris @ 2005-01-04 23:01 UTC (permalink / raw)
  To: SELinux


[-- Attachment #1.1: Type: text/plain, Size: 140 bytes --]

One of the entries had the parameters backward, which prevented screen
from HUPing it's parent.  This was causing "power detach" to fail.

[-- Attachment #1.2: screen_macros.te.diff --]
[-- Type: text/plain, Size: 472 bytes --]

--- screen_macros.te.orig	2004-12-11 00:13:45.000000000 -0600
+++ screen_macros.te	2005-01-04 16:36:10.000000000 -0600
@@ -76,7 +76,7 @@
 file_type_auto_trans($1_screen_t, screen_dir_t, $1_screen_var_run_t, fifo_file)
 
 allow $1_screen_t self:process { fork signal_perms };
-allow $1_t $1_screen_t:process signal;
+allow $1_screen_t $1_t:process signal;
 allow $1_screen_t self:capability { setuid setgid fsetid };
 
 dontaudit $1_screen_t shadow_t:file read;

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-01-12 18:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-04 23:01 [patch] screen_macros.te Greg Norris
2005-01-04 23:34 ` Greg Norris
2005-01-05 13:21   ` Daniel J Walsh
2005-01-05 15:18     ` New type cert_t? Daniel J Walsh
2005-01-06 11:46     ` [patch] screen_macros.te Russell Coker
2005-01-06 14:49       ` Daniel J Walsh
2005-01-12 18:51   ` James Carter

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.