Changeset 1595
- Timestamp:
- 04/05/07 08:19:07
(2 years ago)
- Author:
- dsugar
- Message:
fixed to reload linkage when a .flnk file is udpated.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1411 |
r1595 |
|
| 26 | 26 | * SEFramework policy and dictionary. The Linkage class tells the |
|---|
| 27 | 27 | * Translator the detailed rules involved in the translation. This |
|---|
| 28 | | * separation was done to aide in policy version idependence. |
|---|
| | 28 | * separation was done to aide in policy version independence. |
|---|
| 29 | 29 | */ |
|---|
| 30 | 30 | public final class Linkage { |
|---|
| r1588 |
r1595 |
|
| 487 | 487 | m_dictionary = null; |
|---|
| 488 | 488 | if (i_file.getFileExtension().equals(m_flnkExt)) |
|---|
| | 489 | { |
|---|
| 489 | 490 | allAbilities = allBaseDomains = allBaseResources = null; |
|---|
| | 491 | for (Iterator itr = getSystems().iterator(); itr.hasNext(); ) |
|---|
| | 492 | ((SELinuxSystem) itr.next()).forceLinkageReload(); |
|---|
| | 493 | } |
|---|
| 490 | 494 | } |
|---|
| 491 | 495 | |
|---|
| … | … | |
| 497 | 501 | m_dictionary = null; |
|---|
| 498 | 502 | if (i_file.getFileExtension().equals(m_flnkExt)) |
|---|
| | 503 | { |
|---|
| 499 | 504 | allAbilities = allBaseDomains = allBaseResources = null; |
|---|
| | 505 | for (Iterator itr = getSystems().iterator(); itr.hasNext(); ) |
|---|
| | 506 | ((SELinuxSystem) itr.next()).forceLinkageReload(); |
|---|
| | 507 | } |
|---|
| 500 | 508 | } |
|---|
| 501 | 509 | |
|---|
Download in other formats:
* Generating other formats may take time.