Changeset 16
- Timestamp:
- 04/19/07 09:53:14
(2 years ago)
- Author:
- bwhalen
- Message:
Update to refpolicy 20070419 so that we can send in patchset for rhel4
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r15 |
r16 |
|
| | 1 | - Move program admin template usage out of userdom_admin_user_template() to |
|---|
| | 2 | sysadm policy in userdomain.te to fix usage of the template for third |
|---|
| | 3 | parties. |
|---|
| | 4 | - Fix clockspeed_run_cli() declaration, it was incorrectly defined as a |
|---|
| | 5 | template instead of an interface. |
|---|
| | 6 | |
|---|
| 1 | 7 | * Tue Apr 17 2007 Chris PeBenito <selinux@tresys.com> - 20070417 |
|---|
| 2 | 8 | - Patch for sasl's use of kerberos from Dan Walsh. |
|---|
| r15 |
r16 |
|
| 40 | 40 | ## <rolecap/> |
|---|
| 41 | 41 | # |
|---|
| 42 | | template(`clockspeed_run_cli',` |
|---|
| | 42 | interface(`clockspeed_run_cli',` |
|---|
| 43 | 43 | gen_require(` |
|---|
| 44 | 44 | type clockspeed_cli_t; |
|---|
| r15 |
r16 |
|
| 112 | 112 | |
|---|
| 113 | 113 | allow xdm_t xconsole_device_t:fifo_file { getattr setattr }; |
|---|
| | 114 | |
|---|
| 114 | 115 | # Allow gdm to run gdm-binary |
|---|
| 115 | 116 | can_exec(xdm_t, xdm_exec_t) |
|---|
| r15 |
r16 |
|
| 1226 | 1226 | |
|---|
| 1227 | 1227 | optional_policy(` |
|---|
| 1228 | | cron_admin_template($1,$1_t,$1_r) |
|---|
| 1229 | | ') |
|---|
| 1230 | | |
|---|
| 1231 | | optional_policy(` |
|---|
| 1232 | | ethereal_admin_template($1,$1_t,$1_r) |
|---|
| 1233 | | ') |
|---|
| 1234 | | |
|---|
| 1235 | | optional_policy(` |
|---|
| 1236 | | lpr_admin_template($1,$1_t,$1_r) |
|---|
| 1237 | | ') |
|---|
| 1238 | | |
|---|
| 1239 | | optional_policy(` |
|---|
| 1240 | | mta_admin_template($1,$1_t,$1_r) |
|---|
| 1241 | | ') |
|---|
| 1242 | | |
|---|
| 1243 | | optional_policy(` |
|---|
| 1244 | 1228 | userhelper_exec($1_t) |
|---|
| 1245 | 1229 | ') |
|---|
| r15 |
r16 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(userdomain,2.2.0) |
|---|
| | 2 | policy_module(userdomain,2.2.1) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | gen_require(` |
|---|
| … | … | |
| 295 | 295 | |
|---|
| 296 | 296 | optional_policy(` |
|---|
| | 297 | cron_admin_template(sysadm,sysadm_t,sysadm_r) |
|---|
| | 298 | ') |
|---|
| | 299 | |
|---|
| | 300 | optional_policy(` |
|---|
| 297 | 301 | dcc_run_cdcc(sysadm_t,sysadm_r,admin_terminal) |
|---|
| 298 | 302 | dcc_run_client(sysadm_t,sysadm_r,admin_terminal) |
|---|
| … | … | |
| 322 | 326 | optional_policy(` |
|---|
| 323 | 327 | ethereal_run_tethereal(sysadm_t,sysadm_r,admin_terminal) |
|---|
| | 328 | ethereal_admin_template(sysadm,sysadm_t,sysadm_r) |
|---|
| 324 | 329 | ') |
|---|
| 325 | 330 | |
|---|
| … | … | |
| 364 | 369 | optional_policy(` |
|---|
| 365 | 370 | lpd_run_checkpc(sysadm_t,sysadm_r,admin_terminal) |
|---|
| | 371 | lpr_admin_template(sysadm,sysadm_t,sysadm_r) |
|---|
| 366 | 372 | ') |
|---|
| 367 | 373 | |
|---|
| … | … | |
| 378 | 384 | optional_policy(` |
|---|
| 379 | 385 | mount_run(sysadm_t,sysadm_r,admin_terminal) |
|---|
| | 386 | ') |
|---|
| | 387 | |
|---|
| | 388 | optional_policy(` |
|---|
| | 389 | mta_admin_template(sysadm,sysadm_t,sysadm_r) |
|---|
| 380 | 390 | ') |
|---|
| 381 | 391 | |
|---|
Download in other formats:
* Generating other formats may take time.