| Commit message (Expand) | Author | Age | Files | Lines |
* | apparmor: remove useless static inline functions | Gaosheng Cui | 2022-10-24 | 1 | -6/+0 |
* | apparmor: Fix regression in stacking due to label flags | John Johansen | 2022-10-03 | 1 | -5/+7 |
* | apparmor: refactor profile rules and attachments | John Johansen | 2022-10-03 | 1 | -20/+25 |
* | apparmor: preparse for state being more than just an integer | John Johansen | 2022-10-03 | 1 | -7/+7 |
* | apparmor: convert policy lookup to use accept as an index | John Johansen | 2022-10-03 | 1 | -3/+3 |
* | apparmor: compute policydb permission on profile load | John Johansen | 2022-10-03 | 1 | -3/+3 |
* | apparmor: allow label to carry debug flags | John Johansen | 2022-07-19 | 1 | -6/+6 |
* | apparmor: fix aa_label_asxprint return check | Tom Rix | 2022-07-09 | 1 | -3/+3 |
* | apparmor: Fix kernel-doc | Yang Li | 2022-07-09 | 1 | -2/+2 |
* | apparmor: fix absroot causing audited secids to begin with = | John Johansen | 2022-07-09 | 1 | -3/+4 |
* | Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-11-11 | 1 | -4/+3 |
|\ |
|
| * | apparmor: Use struct_size() helper in kzalloc() | Gustavo A. R. Silva | 2021-11-03 | 1 | -2/+1 |
| * | apparmor: fix error check | Tom Rix | 2021-02-07 | 1 | -2/+2 |
| * | apparmor: fix introspection of of task mode for unconfined tasks | John Johansen | 2020-06-05 | 1 | -2/+2 |
* | | apparmor: Fix memory leak of profile proxy | John Johansen | 2020-06-07 | 1 | -6/+7 |
* | | apparmor: fix introspection of of task mode for unconfined tasks | John Johansen | 2020-06-07 | 1 | -2/+2 |
|/ |
|
* | security/apparmor/label.c: Clean code by removing redundant instructions | Mateusz Nosek | 2020-05-15 | 1 | -6/+0 |
* | apparmor: fix nnp subset test for unconfined | John Johansen | 2020-01-21 | 1 | -0/+33 |
* | apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint() | Markus Elfring | 2020-01-18 | 1 | -2/+2 |
* | Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-12-03 | 1 | -5/+7 |
|\ |
|
| * | apparmor: fix unsigned len comparison with less than zero | Colin Ian King | 2019-11-22 | 1 | -5/+7 |
* | | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel... | Nikolay Borisov | 2019-06-17 | 1 | -4/+4 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -5/+1 |
|/ |
|
* | apparmor: fixup secid map conversion to using IDR | John Johansen | 2018-06-07 | 1 | -2/+1 |
* | apparmor: fix typo "replace" | Zygmunt Krynicki | 2018-05-03 | 1 | -1/+1 |
* | apparmor: fix typo "comparison" | Zygmunt Krynicki | 2018-05-03 | 1 | -3/+3 |
* | apparmor: add support for mapping secids and using secctxes | John Johansen | 2018-05-02 | 1 | -3/+3 |
* | apparmor: move context.h to cred.h | John Johansen | 2018-02-09 | 1 | -1/+1 |
* | apparmor: root view labels should not be under user control | John Johansen | 2018-02-09 | 1 | -3/+2 |
* | apparmor: provide a bounded version of label_parse | John Johansen | 2018-02-09 | 1 | -11/+24 |
* | apparmor: use the dfa to do label parse string splitting | John Johansen | 2018-02-09 | 1 | -5/+7 |
* | Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-11-23 | 1 | -1/+1 |
|\ |
|
| * | apparmor: fix possible recursive lock warning in __aa_create_ns | John Johansen | 2017-11-21 | 1 | -1/+1 |
* | | locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi... | Will Deacon | 2017-10-10 | 1 | -4/+4 |
|/ |
|
* | apparmor: fix incorrect type assignment when freeing proxies | John Johansen | 2017-09-22 | 1 | -1/+1 |
* | apparmor: add support for absolute root view based labels | John Johansen | 2017-09-22 | 1 | -1/+9 |
* | apparmor: cleanup conditional check for label in label_print | John Johansen | 2017-09-22 | 1 | -14/+8 |
* | apparmor: Redundant condition: prev_ns. in [label.c:1498] | John Johansen | 2017-09-22 | 1 | -1/+1 |
* | apparmor: add the base fns() for domain labels | John Johansen | 2017-06-10 | 1 | -0/+2120 |