| Commit message (Expand) | Author | Age | Files | Lines |
* | apparmor: ensure that dfa state tables have entries | John Johansen | 2020-04-08 | 1 | -0/+5 |
* | apparmor: add outofband transition and use it in xattr match | John Johansen | 2020-01-21 | 1 | -1/+42 |
* | apparmor: add consistency check between state and dfa diff encode flags | John Johansen | 2020-01-18 | 1 | -0/+6 |
* | apparmor: add a valid state flags check | John Johansen | 2020-01-18 | 1 | -0/+4 |
* | Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-12-03 | 1 | -3/+3 |
|\ |
|
| * | apparmor: increase left match history buffer size | John Johansen | 2019-06-20 | 1 | -3/+3 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -5/+1 |
|/ |
|
* | apparmor: fix typo "traverse" | Zygmunt Krynicki | 2018-05-03 | 1 | -1/+1 |
* | apparmor: Fix an error code in verify_table_headers() | Dan Carpenter | 2018-03-23 | 1 | -1/+1 |
* | apparmor: improve overlapping domain attachment resolution | John Johansen | 2018-02-09 | 1 | -1/+121 |
* | apparmor: dfa split verification of table headers | John Johansen | 2018-02-09 | 1 | -48/+68 |
* | apparmor: dfa add support for state differential encoding | John Johansen | 2018-02-09 | 1 | -1/+25 |
* | apparmor: dfa move character match into a macro | John Johansen | 2018-02-09 | 1 | -47/+27 |
* | apparmor: use the dfa to do label parse string splitting | John Johansen | 2018-02-09 | 1 | -6/+23 |
* | apparmor: add first substr match to dfa | John Johansen | 2018-02-09 | 1 | -0/+120 |
* | doc: ReSTify apparmor.txt | Kees Cook | 2017-05-18 | 1 | -1/+1 |
* | mm: introduce kv[mz]alloc helpers | Michal Hocko | 2017-05-08 | 1 | -1/+1 |
* | apparmor: fix restricted endian type warnings for dfa unpack | John Johansen | 2017-01-16 | 1 | -9/+9 |
* | apparmor: add a default null dfa | John Johansen | 2017-01-16 | 1 | -0/+27 |
* | apparmor: move lib definitions into separate lib include | John Johansen | 2017-01-16 | 1 | -1/+1 |
* | apparmor: do not expose kernel stack | Heinrich Schuchardt | 2016-07-12 | 1 | -1/+3 |
* | apparmor: don't check for vmalloc_addr if kvzalloc() failed | John Johansen | 2016-07-12 | 1 | -5/+5 |
* | apparmor: add missing id bounds check on dfa verification | John Johansen | 2016-07-12 | 1 | -0/+2 |
* | apparmor: reserve and mask off the top 8 bits of the base field | John Johansen | 2013-04-28 | 1 | -7/+9 |
* | apparmor: misc cleanup of match | John Johansen | 2013-04-28 | 1 | -2/+1 |
* | apparmor: add kvzalloc to handle zeroing for kvmalloc | John Johansen | 2013-04-28 | 1 | -2/+2 |
* | AppArmor: Update dfa matching routines. | John Johansen | 2012-03-14 | 1 | -3/+77 |
* | Create Documentation/security/, | Randy Dunlap | 2011-05-19 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | AppArmor: dfa match engine | John Johansen | 2010-08-02 | 1 | -0/+353 |