aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/label.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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