Changeset 1976

Show
Ignore:
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
  • branches/mls/libselinuxjava-plugin/swig/selinuxswig.i

    r1964 r1976  
    396396%extend sepol_access_decision 
    397397{ 
    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; 
    401402         
    402403        sepol_access_decision(sepol_security_id_t i_ssid,