summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-12apparmor: Fix regression in profile conflict logicMatthew Garrett-4/+5
2018-01-12apparmor: fix ptrace label match when matching stacked labelsJohn Johansen-21/+35
2018-01-05apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen-1/+11
2017-11-30Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+7
2017-11-27apparmor: fix oops in audit_signal_cb hookJohn Johansen-5/+7
2017-11-27apparmor: annotate ->poll() instancesAl Viro-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-2/+2
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-71/+91
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen-21/+21
2017-11-21apparmor: fix locking when creating a new complain profile.John Johansen-3/+15
2017-11-21apparmor: fix profile attachment for special unconfined profilesJohn Johansen-1/+3
2017-11-21apparmor: ensure that undecidable profile attachments failJohn Johansen-14/+32
2017-11-21apparmor: fix leak of null profile name if profile allocation failsJohn Johansen-1/+2
2017-11-21apparmor: remove unused redundant variable stopColin Ian King-3/+0
2017-11-21apparmor: Fix bool initialization/comparisonThomas Meyer-4/+4
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann-22/+12
2017-11-21apparmor: fix spelling mistake: "resoure" -> "resource"Colin Ian King-2/+2
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+8
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-15/+4
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-840/+17
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook-8/+8
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds-840/+16
2017-10-10locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon-15/+4
2017-09-23Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-137/+2088
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen-4/+4
2017-09-22apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen-1/+4
2017-09-22apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen-1/+1
2017-09-22apparmor: ensure unconfined profiles have dfas initializedJohn Johansen-0/+2
2017-09-22apparmor: fix race condition in null profile creationJohn Johansen-3/+11
2017-09-22apparmor: move new_null_profile to after profile lookup fns()John Johansen-79/+79
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen-16/+840
2017-09-22apparmor: add more debug asserts to apparmorfsJohn Johansen-0/+17
2017-09-22apparmor: make policy_unpack able to audit different info messagesJohn Johansen-16/+40
2017-09-22apparmor: add support for absolute root view based labelsJohn Johansen-1/+10
2017-09-22apparmor: cleanup conditional check for label in label_printJohn Johansen-14/+8
2017-09-22apparmor: add mount mediationJohn Johansen-4/+841
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen-0/+231
2017-09-22apparmor: Redundant condition: prev_ns. in [label.c:1498]John Johansen-1/+1
2017-09-22apparmor: Fix an error code in aafs_create()Dan Carpenter-1/+3
2017-09-22apparmor: Fix logical error in verify_header()Christos Gkekas-1/+1
2017-09-22apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven-2/+2
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook-23/+1
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook-1/+1
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1786/+7136
2017-06-28apparmor: put back designators in struct initialisersStephen Rothwell-2/+2