Changeset 1943

Show
Ignore:
Timestamp:
02/21/08 08:56:03 (9 months ago)
Author:
dsugar
Message:

only generate the parent search permissions when transitions are required

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dictionary_changes/src/com/tresys/framework/compiler/translator/TranslatorSELinux.java

    r1942 r1943  
    466466 
    467467                                m_bufferPolicy.println ((resource).GetTypeWithDictionaryObject(axxDefn.getAccessDefnGroup().getRdef().GetName()) + ")"); 
    468                               generateParentSearchPerms (i_access.getDomain (), resource, m_bufferPolicy); 
     468//                            generateParentSearchPerms (i_access.getDomain (), resource, m_bufferPolicy); 
    469469                        } 
    470470                         
     
    547547                                         
    548548                                        m_bufferPolicy.println("')"); 
     549 
     550                                        generateParentSearchPerms (i_access.getDomain (), resource, m_bufferPolicy); 
     551 
    549552                                } 
    550553                        }