psss / rpms / libsepol

Forked from rpms/libsepol 5 years ago
Clone

92502fe Apply Eparis Patch

Authored and Committed by dwalsh 13 years ago
    Apply Eparis Patch
    This patch add libsepol support for filename_trans rules.  These rules
    allow on to make labeling decisions for new objects based partially on
    the last path component.  They are stored in a list.  If we find that
    the number of rules grows to an significant size I will likely choose to
    store these in a hash, both in libsepol and in the kernel.  But as long
    as the number of such rules stays small, this should be good.
    
        
file modified
+644 -34
file modified
+12 -2