aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include/match.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-25apparmor: fix loop detection used in conflicting attachment resolutionRyan Lee1-4/+1
2025-05-17apparmor: ensure WB_HISTORY_SIZE value is a power of 2Ryan Lee1-1/+2
2025-05-17apparmor: fix some kernel-doc issues in header filesRandy Dunlap1-1/+1
2024-11-26apparmor: add support for 2^24 states to the dfa state machine.John Johansen1-3/+5
2023-10-18apparmor: refcount the pdbJohn Johansen1-6/+0
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen1-14/+14
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen1-1/+8
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-2/+1
2019-06-20apparmor: increase left match history buffer sizeJohn Johansen1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen1-0/+19
2018-02-09apparmor: dfa add support for state differential encodingJohn Johansen1-0/+4
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen1-0/+1
2018-02-09apparmor: add first substr match to dfaJohn Johansen1-0/+4
2017-01-16apparmor: fix restricted endian type warnings for dfa unpackJohn Johansen1-3/+3
2017-01-16apparmor: add a default null dfaJohn Johansen1-0/+5
2017-01-16apparmor: add get_dfa() fnJohn Johansen1-0/+15
2016-07-12apparmor: add missing id bounds check on dfa verificationJohn Johansen1-0/+1
2013-04-28apparmor: move perm defines into policy_unpackJohn Johansen1-2/+0
2013-04-28apparmor: misc cleanup of matchJohn Johansen1-6/+13
2012-03-14AppArmor: Update dfa matching routines.John Johansen1-0/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-08-02AppArmor: dfa match engineJohn Johansen1-0/+132