Changeset 2776
- Timestamp:
- 08/12/08 14:33:18
(4 months ago)
- Author:
- cpebenito
- Message:
trunk: Glibc 2.7 fix from Vaclav Ovsik.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2772 |
r2776 |
|
| | 1 | - Glibc 2.7 fix from Vaclav Ovsik. |
|---|
| 1 | 2 | - Samba/winbind update from Mike Edenfield. |
|---|
| 2 | 3 | - Policy size optimization with a non-security file attribute from James |
|---|
| r2717 |
r2776 |
|
| 297 | 297 | # /var |
|---|
| 298 | 298 | # |
|---|
| | 299 | /var/cache/ldconfig(/.*)? gen_context(system_u:object_r:ldconfig_cache_t,s0) |
|---|
| | 300 | |
|---|
| 299 | 301 | /var/ftp/lib(64)?(/.*)? gen_context(system_u:object_r:lib_t,s0) |
|---|
| 300 | 302 | /var/ftp/lib(64)?/ld[^/]*\.so(\.[^/]*)* -- gen_context(system_u:object_r:ld_so_t,s0) |
|---|
| r2742 |
r2776 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(libraries, 2.2.0) |
|---|
| | 2 | policy_module(libraries, 2.2.1) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | ######################################## |
|---|
| … | … | |
| 23 | 23 | init_system_domain(ldconfig_t,ldconfig_exec_t) |
|---|
| 24 | 24 | role system_r types ldconfig_t; |
|---|
| | 25 | |
|---|
| | 26 | type ldconfig_cache_t; |
|---|
| | 27 | files_type(ldconfig_cache_t) |
|---|
| 25 | 28 | |
|---|
| 26 | 29 | type ldconfig_tmp_t; |
|---|
| … | … | |
| 51 | 54 | |
|---|
| 52 | 55 | allow ldconfig_t self:capability sys_chroot; |
|---|
| | 56 | |
|---|
| | 57 | manage_files_pattern(ldconfig_t, ldconfig_cache_t, ldconfig_cache_t) |
|---|
| 53 | 58 | |
|---|
| 54 | 59 | allow ldconfig_t ld_so_cache_t:file manage_file_perms; |
|---|
Download in other formats:
* Generating other formats may take time.