Changeset 2624
- Timestamp:
- 02/21/08 14:21:35
(10 months ago)
- Author:
- pebenito
- Message:
xselinux: drop screens and fonts.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2623 |
r2624 |
|
| 195 | 195 | gen_require(` |
|---|
| 196 | 196 | attribute x_server_domain, x_domain; |
|---|
| 197 | | attribute xscreen_type, xfont_type; |
|---|
| 198 | 197 | attribute xproperty_type, xselection_type; |
|---|
| 199 | 198 | attribute xextension_type, xevent_type; |
|---|
| … | … | |
| 204 | 203 | allow $1_xserver_t x_server_domain:x_server *; |
|---|
| 205 | 204 | allow $1_xserver_t { x_domain x_rootwindow_t }:x_drawable *; |
|---|
| 206 | | allow $1_xserver_t { xscreen_type x_rootscreen_t }:x_screen *; |
|---|
| | 205 | allow $1_xserver_t x_rootscreen_t:x_screen *; |
|---|
| 207 | 206 | allow $1_xserver_t x_domain:x_gc *; |
|---|
| 208 | | allow $1_xserver_t xfont_type:x_font *; |
|---|
| 209 | 207 | allow $1_xserver_t { x_domain x_rootcolormap_t }:x_colormap *; |
|---|
| 210 | 208 | allow $1_xserver_t xproperty_type:x_property *; |
|---|
| … | … | |
| 804 | 802 | gen_require(` |
|---|
| 805 | 803 | attribute x_server_domain, x_domain; |
|---|
| 806 | | attribute xscreen_type, xfont_type; |
|---|
| 807 | 804 | attribute xproperty_type, xselection_type; |
|---|
| 808 | 805 | attribute xextension_type, xevent_type; |
|---|
| … | … | |
| 813 | 810 | allow $3 x_server_domain:x_server *; |
|---|
| 814 | 811 | allow $3 { x_domain x_rootwindow_t }:x_drawable *; |
|---|
| 815 | | allow $3 { xscreen_type x_rootscreen_t }:x_screen *; |
|---|
| | 812 | allow $3 x_rootscreen_t:x_screen *; |
|---|
| 816 | 813 | allow $3 x_domain:x_gc *; |
|---|
| 817 | | allow $3 xfont_type:x_font *; |
|---|
| 818 | 814 | allow $3 { x_domain x_rootcolormap_t }:x_colormap *; |
|---|
| 819 | 815 | allow $3 xproperty_type:x_property *; |
|---|
| r2621 |
r2624 |
|
| 40 | 40 | # Per-object attributes |
|---|
| 41 | 41 | attribute x_domain; |
|---|
| 42 | | attribute xscreen_type; |
|---|
| 43 | | attribute xfont_type; |
|---|
| 44 | 42 | attribute xproperty_type; |
|---|
| 45 | 43 | attribute xselection_type; |
|---|
| … | … | |
| 499 | 497 | allow xserver_unconfined_type x_server_domain:x_server *; |
|---|
| 500 | 498 | allow xserver_unconfined_type { x_domain x_rootwindow_t }:x_drawable *; |
|---|
| 501 | | allow xserver_unconfined_type { xscreen_type x_rootscreen_t }:x_screen *; |
|---|
| | 499 | allow xserver_unconfined_type x_rootscreen_t:x_screen *; |
|---|
| 502 | 500 | allow xserver_unconfined_type x_domain:x_gc *; |
|---|
| 503 | | allow xserver_unconfined_type xfont_type:x_font *; |
|---|
| 504 | 501 | allow xserver_unconfined_type { x_domain x_rootcolormap_t }:x_colormap *; |
|---|
| 505 | 502 | allow xserver_unconfined_type xproperty_type:x_property *; |
|---|
Download in other formats:
* Generating other formats may take time.