Changeset 1976
- Timestamp:
- 03/04/08 14:54:41
(9 months ago)
- Author:
- dsugar
- Message:
rename constants - should have been committed before
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1964 |
r1976 |
|
| 396 | 396 | %extend sepol_access_decision |
|---|
| 397 | 397 | { |
|---|
| 398 | | %constant long SEPOL_DECISION_COMPUTEAV_TE = SEPOL_COMPUTEAV_TE; |
|---|
| 399 | | %constant long SEPOL_DECISION_COMPUTEAV_CONS = SEPOL_COMPUTEAV_CONS; |
|---|
| 400 | | %constant long SEPOL_DECISION_COMPUTEAV_RBAC = SEPOL_COMPUTEAV_RBAC; |
|---|
| | 398 | %constant long SEPOL_ACCESS_DECISION_GRANTED = 0; |
|---|
| | 399 | %constant long SEPOL_ACCESS_DECISION_DENIED_TE = SEPOL_COMPUTEAV_TE; |
|---|
| | 400 | %constant long SEPOL_ACCESS_DECISION_DENIED_CONS = SEPOL_COMPUTEAV_CONS; |
|---|
| | 401 | %constant long SEPOL_ACCESS_DECISION_DENIED_RBAC = SEPOL_COMPUTEAV_RBAC; |
|---|
| 401 | 402 | |
|---|
| 402 | 403 | sepol_access_decision(sepol_security_id_t i_ssid, |
|---|
Download in other formats:
* Generating other formats may take time.