Changeset 92
- Timestamp:
- 09/07/07 07:34:54
(1 year ago)
- Author:
- bwhalen
- Message:
Put in some missing sync items
Add in the system_u entry to seusers, need it for cron
Add in some missing doc files
Remove some no longer needed shell scripts
Put in a missing java interface to run plugins
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r11 |
r92 |
|
| | 1 | system_u:system_u:s0-mcs_systemhigh |
|---|
| 1 | 2 | root:root:s0-mcs_systemhigh |
|---|
| 2 | 3 | __default__:user_u:s0 |
|---|
| r11 |
r92 |
|
| | 1 | system_u:system_u:s0-mls_systemhigh |
|---|
| 1 | 2 | root:root:s0-mls_systemhigh |
|---|
| 2 | 3 | __default__:user_u:s0 |
|---|
| r1 |
r92 |
|
| | 1 | system_u:system_u |
|---|
| 1 | 2 | root:root |
|---|
| 2 | 3 | __default__:user_u |
|---|
| r90 |
r92 |
|
| 184 | 184 | ######################################## |
|---|
| 185 | 185 | ## <summary> |
|---|
| | 186 | ## Run java in javaplugin domain. |
|---|
| | 187 | ## </summary> |
|---|
| | 188 | ## <desc> |
|---|
| | 189 | ## <p> |
|---|
| | 190 | ## Run java in javaplugin domain. |
|---|
| | 191 | ## </p> |
|---|
| | 192 | ## <p> |
|---|
| | 193 | ## This is a templated interface, and should only |
|---|
| | 194 | ## be called from a per-userdomain template. |
|---|
| | 195 | ## </p> |
|---|
| | 196 | ## </desc> |
|---|
| | 197 | ## <param name="userdomain_prefix"> |
|---|
| | 198 | ## <summary> |
|---|
| | 199 | ## The prefix of the user domain (e.g., user |
|---|
| | 200 | ## is the prefix for user_t). |
|---|
| | 201 | ## </summary> |
|---|
| | 202 | ## </param> |
|---|
| | 203 | ## <param name="domain"> |
|---|
| | 204 | ## <summary> |
|---|
| | 205 | ## Domain allowed access. |
|---|
| | 206 | ## </summary> |
|---|
| | 207 | ## </param> |
|---|
| | 208 | # |
|---|
| | 209 | template(`java_domtrans_user_javaplugin',` |
|---|
| | 210 | gen_require(` |
|---|
| | 211 | type $1_javaplugin_t, java_exec_t; |
|---|
| | 212 | ') |
|---|
| | 213 | |
|---|
| | 214 | domtrans_pattern($2,java_exec_t,$1_javaplugin_t) |
|---|
| | 215 | ') |
|---|
| | 216 | |
|---|
| | 217 | ######################################## |
|---|
| | 218 | ## <summary> |
|---|
| 186 | 219 | ## Execute the java program in the java domain. |
|---|
| 187 | 220 | ## </summary> |
|---|
| r17 |
r92 |
|
| 40 | 40 | ## <rolecap/> |
|---|
| 41 | 41 | # |
|---|
| 42 | | interface(`clockspeed_run_cli',` |
|---|
| | 42 | template(`clockspeed_run_cli',` |
|---|
| 43 | 43 | gen_require(` |
|---|
| 44 | 44 | type clockspeed_cli_t; |
|---|
Download in other formats:
* Generating other formats may take time.