summaryrefslogtreecommitdiffstats
path: root/security/apparmor/match.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* apparmor: fix typo "traverse"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: Fix an error code in verify_table_headers()Dan Carpenter2018-03-241-1/+1
* apparmor: improve overlapping domain attachment resolutionJohn Johansen2018-02-091-1/+121
* apparmor: dfa split verification of table headersJohn Johansen2018-02-091-48/+68
* apparmor: dfa add support for state differential encodingJohn Johansen2018-02-091-1/+25
* apparmor: dfa move character match into a macroJohn Johansen2018-02-091-47/+27Star
* apparmor: use the dfa to do label parse string splittingJohn Johansen2018-02-091-6/+23
* apparmor: add first substr match to dfaJohn Johansen2018-02-091-0/+120
* doc: ReSTify apparmor.txtKees Cook2017-05-181-1/+1
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-1/+1
* apparmor: fix restricted endian type warnings for dfa unpackJohn Johansen2017-01-161-9/+9
* apparmor: add a default null dfaJohn Johansen2017-01-161-0/+27
* apparmor: move lib definitions into separate lib includeJohn Johansen2017-01-161-1/+1
* apparmor: do not expose kernel stackHeinrich Schuchardt2016-07-121-1/+3
* apparmor: don't check for vmalloc_addr if kvzalloc() failedJohn Johansen2016-07-121-5/+5
* apparmor: add missing id bounds check on dfa verificationJohn Johansen2016-07-121-0/+2
* apparmor: reserve and mask off the top 8 bits of the base fieldJohn Johansen2013-04-281-7/+9
* apparmor: misc cleanup of matchJohn Johansen2013-04-281-2/+1Star
* apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen2013-04-281-2/+2
* AppArmor: Update dfa matching routines.John Johansen2012-03-141-3/+77
* Create Documentation/security/,Randy Dunlap2011-05-201-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* AppArmor: dfa match engineJohn Johansen2010-08-021-0/+353