Various abrt fixes.
Fix networking compatibility. Allow domains to search bin to enable run abrt executables. Signed-off-by: Dominick Grift <domg472@gmail.com> Signed-off-by: Chris PeBenito <cpebenito@tresys.com>
This commit is contained in:
parent
2040268b01
commit
cd17345324
@ -34,6 +34,7 @@ interface(`abrt_exec',`
|
|||||||
type abrt_exec_t;
|
type abrt_exec_t;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
corecmd_search_bin($1)
|
||||||
can_exec($1, abrt_exec_t)
|
can_exec($1, abrt_exec_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
@ -76,7 +76,14 @@ kernel_rw_kernel_sysctl(abrt_t)
|
|||||||
corecmd_exec_bin(abrt_t)
|
corecmd_exec_bin(abrt_t)
|
||||||
corecmd_exec_shell(abrt_t)
|
corecmd_exec_shell(abrt_t)
|
||||||
|
|
||||||
|
corenet_all_recvfrom_netlabel(abrt_t)
|
||||||
|
corenet_all_recvfrom_unlabeled(abrt_t)
|
||||||
|
corenet_sendrecv_http_client_packets(abrt_t)
|
||||||
|
corenet_tcp_bind_generic_node(abrt_t)
|
||||||
corenet_tcp_connect_http_port(abrt_t)
|
corenet_tcp_connect_http_port(abrt_t)
|
||||||
|
corenet_tcp_sendrecv_generic_if(abrt_t)
|
||||||
|
corenet_tcp_sendrecv_generic_node(abrt_t)
|
||||||
|
corenet_tcp_sendrecv_generic_port(abrt_t)
|
||||||
|
|
||||||
dev_read_urand(abrt_t)
|
dev_read_urand(abrt_t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user