Changeset 2674
- Timestamp:
- 05/06/08 09:37:05
(7 months ago)
- Author:
- pebenito
- Message:
trunk: X application data class from Eamon Walsh and Ted Toth.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2668 |
r2674 |
|
| | 1 | - X application data class from Eamon Walsh and Ted Toth. |
|---|
| 1 | 2 | - Move user roles into individual modules. |
|---|
| 2 | 3 | - Make hald_log_t a log file. |
|---|
| r2655 |
r2674 |
|
| 776 | 776 | recv |
|---|
| 777 | 777 | } |
|---|
| | 778 | |
|---|
| | 779 | class x_application_data |
|---|
| | 780 | { |
|---|
| | 781 | paste |
|---|
| | 782 | paste_after_confirm |
|---|
| | 783 | copy |
|---|
| | 784 | } |
|---|
| r2655 |
r2674 |
|
| 115 | 115 | class x_event # userspace |
|---|
| 116 | 116 | class x_synthetic_event # userspace |
|---|
| | 117 | class x_application_data # userspace |
|---|
| 117 | 118 | |
|---|
| 118 | 119 | # FLASK |
|---|
| r2655 |
r2674 |
|
| 569 | 569 | |
|---|
| 570 | 570 | |
|---|
| | 571 | # |
|---|
| | 572 | # MLS policy for the x_application_data class |
|---|
| | 573 | # |
|---|
| | 574 | |
|---|
| | 575 | # the x_application_data "paste" ops (explicit single level) |
|---|
| | 576 | mlsconstrain x_application_data { paste } |
|---|
| | 577 | ( l1 eq l2 ); |
|---|
| | 578 | |
|---|
| | 579 | # the x_application_data "paste_after_confirm" ops (downgrade permitted) |
|---|
| | 580 | mlsconstrain x_application_data { paste_after_confirm } |
|---|
| | 581 | ( l1 domby l2 ); |
|---|
| | 582 | |
|---|
| 571 | 583 | |
|---|
| 572 | 584 | # |
|---|
Download in other formats:
* Generating other formats may take time.