diff options
author | Chris PeBenito <cpebenito@tresys.com> | 2009-10-22 10:35:45 -0400 |
---|---|---|
committer | Chris PeBenito <cpebenito@tresys.com> | 2009-10-22 10:35:45 -0400 |
commit | a1a45de06e41c529ad521058e438e20b5907cd45 (patch) | |
tree | 5f1efe86f1804e5cad8a59b0ae3958e04917650c | |
parent | a92ee5012636c565061214d30177e0cd51f5c4dd (diff) |
reorganize a92ee50
-rw-r--r-- | policy/modules/apps/screen.if | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/modules/apps/screen.if b/policy/modules/apps/screen.if index 9e2f2097..d14975ba 100644 --- a/policy/modules/apps/screen.if +++ b/policy/modules/apps/screen.if @@ -44,8 +44,8 @@ template(`screen_role_template',` # allow $1_screen_t self:capability { setuid setgid fsetid }; - allow $1_screen_t self:fifo_file rw_fifo_file_perms; allow $1_screen_t self:process signal_perms; + allow $1_screen_t self:fifo_file rw_fifo_file_perms; allow $1_screen_t self:tcp_socket create_stream_socket_perms; allow $1_screen_t self:udp_socket create_socket_perms; # Internal screen networking |