aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/match.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-03apparmor: fix typo "traverse"Zygmunt Krynicki1-1/+1
2018-03-23apparmor: Fix an error code in verify_table_headers()Dan Carpenter1-1/+1
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen1-1/+121
2018-02-09apparmor: dfa split verification of table headersJohn Johansen1-48/+68
2018-02-09apparmor: dfa add support for state differential encodingJohn Johansen1-1/+25
2018-02-09apparmor: dfa move character match into a macroJohn Johansen1-47/+27
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen1-6/+23
2018-02-09apparmor: add first substr match to dfaJohn Johansen1-0/+120
2017-05-18doc: ReSTify apparmor.txtKees Cook1-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-1/+1
2017-01-16apparmor: fix restricted endian type warnings for dfa unpackJohn Johansen1-9/+9
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