Changeset 2652
- Timestamp:
- 03/27/08 10:20:16
(8 months ago)
- Author:
- pebenito
- Message:
trunk: 4 patches from dan.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2431 |
r2652 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(slocate,1.6.0) |
|---|
| | 2 | policy_module(slocate,1.6.1) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | ################################# |
|---|
| … | … | |
| 40 | 40 | files_list_all(locate_t) |
|---|
| 41 | 41 | files_getattr_all_files(locate_t) |
|---|
| | 42 | files_getattr_all_pipes(locate_t) |
|---|
| 42 | 43 | files_getattr_all_sockets(locate_t) |
|---|
| 43 | 44 | files_read_etc_runtime_files(locate_t) |
|---|
| r2516 |
r2652 |
|
| 337 | 337 | |
|---|
| 338 | 338 | files_search_spool($1) |
|---|
| 339 | | manage_files_pattern($1,print_spool_t,print_spool_t) |
|---|
| 340 | | |
|---|
| 341 | | # cjp: cups wants setattr |
|---|
| 342 | | allow $1 print_spool_t:dir setattr; |
|---|
| | 339 | manage_dirs_pattern($1, print_spool_t, print_spool_t) |
|---|
| | 340 | manage_files_pattern($1, print_spool_t, print_spool_t) |
|---|
| 343 | 341 | ') |
|---|
| 344 | 342 | |
|---|
| r2553 |
r2652 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(lpd,1.8.0) |
|---|
| | 2 | policy_module(lpd,1.8.1) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | ######################################## |
|---|
| r1799 |
r2652 |
|
| 4 | 4 | |
|---|
| 5 | 5 | /opt/NX/var(/.*)? gen_context(system_u:object_r:nx_server_var_run_t,s0) |
|---|
| | 6 | |
|---|
| | 7 | /usr/libexec/nx/nxserver -- gen_context(system_u:object_r:nx_server_exec_t,s0) |
|---|
| r2360 |
r2652 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(nx,1.2.0) |
|---|
| | 2 | policy_module(nx,1.2.1) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | ######################################## |
|---|
| r2553 |
r2652 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(pcscd,1.3.0) |
|---|
| | 2 | policy_module(pcscd,1.3.1) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | ######################################## |
|---|
| … | … | |
| 46 | 46 | files_read_etc_runtime_files(pcscd_t) |
|---|
| 47 | 47 | |
|---|
| | 48 | term_use_unallocated_ttys(pcscd_t) |
|---|
| 48 | 49 | term_dontaudit_getattr_pty_dirs(pcscd_t) |
|---|
| 49 | 50 | |
|---|
| r2553 |
r2652 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(hotplug,1.7.0) |
|---|
| | 2 | policy_module(hotplug,1.7.1) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | ######################################## |
|---|
| … | … | |
| 180 | 180 | sysnet_rw_dhcp_config(hotplug_t) |
|---|
| 181 | 181 | sysnet_domtrans_ifconfig(hotplug_t) |
|---|
| | 182 | sysnet_signal_ifconfig(hotplug_t) |
|---|
| 182 | 183 | ') |
|---|
| 183 | 184 | |
|---|
| r2644 |
r2652 |
|
| 440 | 440 | corecmd_search_bin($1) |
|---|
| 441 | 441 | can_exec($1,ifconfig_exec_t) |
|---|
| | 442 | ') |
|---|
| | 443 | |
|---|
| | 444 | ######################################## |
|---|
| | 445 | ## <summary> |
|---|
| | 446 | ## Send a generic signal to ifconfig. |
|---|
| | 447 | ## </summary> |
|---|
| | 448 | ## <param name="domain"> |
|---|
| | 449 | ## <summary> |
|---|
| | 450 | ## Domain allowed access. |
|---|
| | 451 | ## </summary> |
|---|
| | 452 | ## </param> |
|---|
| | 453 | ## <rolecap/> |
|---|
| | 454 | # |
|---|
| | 455 | interface(`sysnet_signal_ifconfig',` |
|---|
| | 456 | gen_require(` |
|---|
| | 457 | type ifconfig_t; |
|---|
| | 458 | ') |
|---|
| | 459 | |
|---|
| | 460 | allow $1 ifconfig_t:process signal; |
|---|
| 442 | 461 | ') |
|---|
| 443 | 462 | |
|---|
| r2644 |
r2652 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(sysnetwork,1.5.1) |
|---|
| | 2 | policy_module(sysnetwork,1.5.2) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | ######################################## |
|---|
Download in other formats:
* Generating other formats may take time.