aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/apparmor/label.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen1-6/+6
2022-07-09apparmor: fix aa_label_asxprint return checkTom Rix1-3/+3
2022-07-09apparmor: Fix kernel-docYang Li1-2/+2
2022-07-09apparmor: fix absroot causing audited secids to begin with =John Johansen1-3/+4
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-4/+3
2021-11-03apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-2/+1
2021-02-07apparmor: fix error checkTom Rix1-2/+2
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen1-6/+7
2020-06-07apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen1-2/+2
2020-06-05apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen1-2/+2
2020-05-15security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek1-6/+0
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen1-0/+33
2020-01-18apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring1-2/+2
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-5/+7
2019-11-22apparmor: fix unsigned len comparison with less than zeroColin Ian King1-5/+7
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write()Nikolay Borisov1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen1-2/+1
2018-05-03apparmor: fix typo "replace"Zygmunt Krynicki1-1/+1
2018-05-03apparmor: fix typo "comparison"Zygmunt Krynicki1-3/+3
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen1-3/+3
2018-02-09apparmor: move context.h to cred.hJohn Johansen1-1/+1
2018-02-09apparmor: root view labels should not be under user controlJohn Johansen1-3/+2
2018-02-09apparmor: provide a bounded version of label_parseJohn Johansen1-11/+24
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen1-5/+7
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-1/+1
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen1-1/+1
2017-10-10locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() with lockdepWill Deacon1-4/+4
2017-09-22apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen1-1/+1
2017-09-22apparmor: add support for absolute root view based labelsJohn Johansen1-1/+9
2017-09-22apparmor: cleanup conditional check for label in label_printJohn Johansen1-14/+8
2017-09-22apparmor: Redundant condition: prev_ns. in [label.c:1498]John Johansen1-1/+1
2017-06-10apparmor: add the base fns() for domain labelsJohn Johansen1-0/+2120