aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/match.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-08apparmor: ensure that dfa state tables have entriesJohn Johansen1-0/+5
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen1-1/+42
2020-01-18apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen1-0/+6
2020-01-18apparmor: add a valid state flags checkJohn Johansen1-0/+4
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-3/+3
2019-06-20apparmor: increase left match history buffer sizeJohn Johansen1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
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