summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2018-11-27apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra1-2/+4
2018-04-19apparmor: fix resource audit messages when auditing peerJohn Johansen1-4/+4
2018-04-19apparmor: fix display of .ns_name for containersJohn Johansen1-3/+1
2018-04-19apparmor: fix logging of the existence test for signalsJohn Johansen2-2/+4
2018-01-17apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2-21/+35
2018-01-10apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen1-1/+11
2017-12-14apparmor: fix leak of null profile name if profile allocation failsJohn Johansen1-1/+2
2017-12-05apparmor: fix oops in audit_signal_cb hookJohn Johansen1-5/+7
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen1-2/+2
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds12-840/+16
2017-09-23Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-137/+2088
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen1-4/+4
2017-09-22apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen1-1/+4
2017-09-22apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen1-1/+1
2017-09-22apparmor: ensure unconfined profiles have dfas initializedJohn Johansen1-0/+2
2017-09-22apparmor: fix race condition in null profile creationJohn Johansen1-3/+11
2017-09-22apparmor: move new_null_profile to after profile lookup fns()John Johansen1-79/+79
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen12-16/+840
2017-09-22apparmor: add more debug asserts to apparmorfsJohn Johansen1-0/+17
2017-09-22apparmor: make policy_unpack able to audit different info messagesJohn Johansen2-16/+40
2017-09-22apparmor: add support for absolute root view based labelsJohn Johansen2-1/+10
2017-09-22apparmor: cleanup conditional check for label in label_printJohn Johansen1-14/+8
2017-09-22apparmor: add mount mediationJohn Johansen9-4/+841
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen7-0/+231
2017-09-22apparmor: Redundant condition: prev_ns. in [label.c:1498]John Johansen1-1/+1
2017-09-22apparmor: Fix an error code in aafs_create()Dan Carpenter1-1/+3
2017-09-22apparmor: Fix logical error in verify_header()Christos Gkekas1-1/+1
2017-09-22apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven1-2/+2
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook4-23/+1
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook1-1/+1
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds34-1786/+7136
2017-06-28apparmor: put back designators in struct initialisersStephen Rothwell1-2/+2
2017-06-11apparmor: export that basic profile namespaces are supportedJohn Johansen1-0/+7
2017-06-11apparmor: add stacked domain labels interfaceJohn Johansen2-0/+8
2017-06-11apparmor: add domain label stacking info to apparmorfsJohn Johansen3-0/+39
2017-06-11apparmor: move change_profile mediation to using labelsJohn Johansen1-68/+123
2017-06-11apparmor: move change_hat mediation to using labelsJohn Johansen1-102/+201
2017-06-11apparmor: move exec domain mediation to using labelsJohn Johansen2-259/+678
2017-06-11apparmor: support v7 transition format compatible with label_parseJohn Johansen2-7/+15
2017-06-11apparmor: mediate files when they are receivedJohn Johansen2-0/+7
2017-06-11apparmor: rework file permission to cache file access in file->ctxJohn Johansen1-6/+76
2017-06-11apparmor: move path_link mediation to using labelsJohn Johansen3-47/+59
2017-06-11apparmor: refactor path name lookup and permission checks around labelsJohn Johansen3-45/+85
2017-06-11apparmor: update aa_audit_file() to use labelsJohn Johansen3-9/+18
2017-06-11apparmor: move aa_file_perm() to use labelsJohn Johansen3-37/+64
2017-06-11apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen3-0/+68
2017-06-11apparmor: move ptrace checks to using labelsJohn Johansen5-80/+58
2017-06-11apparmor: add cross check permission helper macrosJohn Johansen1-1/+41