Changeset cd17345324c4e166c1a26f9baeab2d9e67e330d6
- Timestamp:
- 02/24/10 09:11:51
(5 months ago)
- Author:
- Chris PeBenito <cpebenito@tresys.com>
- Committer:
- Chris PeBenito <cpebenito@tresys.com> 1267024311 -0500
- Parent:
[2040268b01176824d5c6ad51853efbbd6ec5cec1]
- Message:
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>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re3a90e3 |
rcd17345 |
|
| 35 | 35 | ') |
|---|
| 36 | 36 | |
|---|
| | 37 | corecmd_search_bin($1) |
|---|
| 37 | 38 | can_exec($1, abrt_exec_t) |
|---|
| 38 | 39 | ') |
|---|
| re3a90e3 |
rcd17345 |
|
| 77 | 77 | corecmd_exec_shell(abrt_t) |
|---|
| 78 | 78 | |
|---|
| | 79 | corenet_all_recvfrom_netlabel(abrt_t) |
|---|
| | 80 | corenet_all_recvfrom_unlabeled(abrt_t) |
|---|
| | 81 | corenet_sendrecv_http_client_packets(abrt_t) |
|---|
| | 82 | corenet_tcp_bind_generic_node(abrt_t) |
|---|
| 79 | 83 | corenet_tcp_connect_http_port(abrt_t) |
|---|
| | 84 | corenet_tcp_sendrecv_generic_if(abrt_t) |
|---|
| | 85 | corenet_tcp_sendrecv_generic_node(abrt_t) |
|---|
| | 86 | corenet_tcp_sendrecv_generic_port(abrt_t) |
|---|
| 80 | 87 | |
|---|
| 81 | 88 | dev_read_urand(abrt_t) |
|---|