summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2019-12-05apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson
2019-06-25apparmor: enforce nullbyte at end of tag stringJann Horn
2019-05-25apparmorfs: fix use-after-free on symlink traversalAl Viro
2019-03-13apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen
2018-11-27apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra
2018-04-19apparmor: fix resource audit messages when auditing peerJohn Johansen
2018-04-19apparmor: fix display of .ns_name for containersJohn Johansen
2018-04-19apparmor: fix logging of the existence test for signalsJohn Johansen
2018-01-17apparmor: fix ptrace label match when matching stacked labelsJohn Johansen
2018-01-10apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen
2017-12-14apparmor: fix leak of null profile name if profile allocation failsJohn Johansen
2017-12-05apparmor: fix oops in audit_signal_cb hookJohn Johansen
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds
2017-09-23Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen
2017-09-22apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen
2017-09-22apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen
2017-09-22apparmor: ensure unconfined profiles have dfas initializedJohn Johansen
2017-09-22apparmor: fix race condition in null profile creationJohn Johansen
2017-09-22apparmor: move new_null_profile to after profile lookup fns()John Johansen
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen
2017-09-22apparmor: add more debug asserts to apparmorfsJohn Johansen
2017-09-22apparmor: make policy_unpack able to audit different info messagesJohn Johansen
2017-09-22apparmor: add support for absolute root view based labelsJohn Johansen
2017-09-22apparmor: cleanup conditional check for label in label_printJohn Johansen
2017-09-22apparmor: add mount mediationJohn Johansen
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen
2017-09-22apparmor: Redundant condition: prev_ns. in [label.c:1498]John Johansen
2017-09-22apparmor: Fix an error code in aafs_create()Dan Carpenter
2017-09-22apparmor: Fix logical error in verify_header()Christos Gkekas
2017-09-22apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-06-28apparmor: put back designators in struct initialisersStephen Rothwell
2017-06-10apparmor: export that basic profile namespaces are supportedJohn Johansen
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen
2017-06-10apparmor: add domain label stacking info to apparmorfsJohn Johansen
2017-06-10apparmor: move change_profile mediation to using labelsJohn Johansen
2017-06-10apparmor: move change_hat mediation to using labelsJohn Johansen
2017-06-10apparmor: move exec domain mediation to using labelsJohn Johansen
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen
2017-06-10apparmor: mediate files when they are receivedJohn Johansen
2017-06-10apparmor: rework file permission to cache file access in file->ctxJohn Johansen
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen