summaryrefslogtreecommitdiff
path: root/security/apparmor/label.c
AgeCommit message (Expand)Author
2026-03-09apparmor: fix race between freeing data and fs accessing itJohn Johansen
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-02apparmor: fix aa_label to return state from compount and component matchJohn Johansen
2026-02-02apparmor: fix kernel-doc comments for inviewJohn Johansen
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen
2026-01-29apparmor: make label_match return a consistent valueJohn Johansen
2026-01-29apparmor: remove apply_modes_to_perms from label_matchJohn Johansen
2025-02-10apparmor: fix typos and spelling errorsTanya Agarwal
2025-02-10apparmor: Fix checking address of an array in accum_label_info()Nathan Chancellor
2025-01-18apparmor: carry mediation check on labelJohn Johansen
2025-01-18apparmor: ensure labels with more than one entry have correct flagsJohn Johansen
2025-01-18apparmor: Improve debug print infrastructureJohn Johansen
2024-11-26apparmor: Remove deadcodeDr. David Alan Gilbert
2023-10-18apparmor: refcount the pdbJohn Johansen
2023-08-08apparmor: fixup return comments for kernel doc cleanups by Gaosheng CuiJohn Johansen
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/label.cGaosheng Cui
2022-10-24apparmor: remove useless static inline functionsGaosheng Cui
2022-10-03apparmor: Fix regression in stacking due to label flagsJohn Johansen
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen
2022-10-03apparmor: convert policy lookup to use accept as an indexJohn Johansen
2022-10-03apparmor: compute policydb permission on profile loadJohn Johansen
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen
2022-07-09apparmor: fix aa_label_asxprint return checkTom Rix
2022-07-09apparmor: Fix kernel-docYang Li
2022-07-09apparmor: fix absroot causing audited secids to begin with =John Johansen
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-03apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2021-02-07apparmor: fix error checkTom Rix
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen
2020-06-07apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen
2020-06-05apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen
2020-05-15security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen
2020-01-18apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-22apparmor: fix unsigned len comparison with less than zeroColin Ian King
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen
2018-05-03apparmor: fix typo "replace"Zygmunt Krynicki
2018-05-03apparmor: fix typo "comparison"Zygmunt Krynicki
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-02-09apparmor: root view labels should not be under user controlJohn Johansen
2018-02-09apparmor: provide a bounded version of label_parseJohn Johansen
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen
2017-10-10locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon