aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/match.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-16apparmor: add a default null dfaJohn Johansen1-0/+27
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen1-1/+1
2016-07-12apparmor: do not expose kernel stackHeinrich Schuchardt1-1/+3
2016-07-12apparmor: don't check for vmalloc_addr if kvzalloc() failedJohn Johansen1-5/+5
2016-07-12apparmor: add missing id bounds check on dfa verificationJohn Johansen1-0/+2
2013-04-28apparmor: reserve and mask off the top 8 bits of the base fieldJohn Johansen1-7/+9
2013-04-28apparmor: misc cleanup of matchJohn Johansen1-2/+1
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen1-2/+2
2012-03-14AppArmor: Update dfa matching routines.John Johansen1-3/+77
2011-05-19Create Documentation/security/,Randy Dunlap1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-02AppArmor: dfa match engineJohn Johansen1-0/+353