From d1840a5a282877488248dd2c3d88dfd038dd3093 Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Aug 09 2012 08:22:27 +0000 Subject: Allow thin domains to send signal to itself --- diff --git a/thin.te b/thin.te index 1ed278e..892a300 100644 --- a/thin.te +++ b/thin.te @@ -31,6 +31,8 @@ files_pid_file(thin_aeolus_configserver_var_run_t) # thin_domain local policy # +allow thin_domain self:process signal; + allow thin_domain self:fifo_file rw_fifo_file_perms; allow thin_domain self:tcp_socket create_stream_socket_perms;