summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen-2/+2
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-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds-840/+16
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
2017-06-10apparmor: export that basic profile namespaces are supportedJohn Johansen-0/+7
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen-0/+8
2017-06-10apparmor: add domain label stacking info to apparmorfsJohn Johansen-0/+39
2017-06-10apparmor: move change_profile mediation to using labelsJohn Johansen-68/+123
2017-06-10apparmor: move change_hat mediation to using labelsJohn Johansen-102/+201
2017-06-10apparmor: move exec domain mediation to using labelsJohn Johansen-259/+678
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen-7/+15
2017-06-10apparmor: mediate files when they are receivedJohn Johansen-0/+7
2017-06-10apparmor: rework file permission to cache file access in file->ctxJohn Johansen-6/+76
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen-47/+59
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen-45/+85
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen-9/+18
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen-37/+64
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen-0/+68
2017-06-10apparmor: move ptrace checks to using labelsJohn Johansen-80/+58
2017-06-10apparmor: add cross check permission helper macrosJohn Johansen-1/+41
2017-06-10apparmor: move resource checks to using labelsJohn Johansen-42/+80
2017-06-10apparmor: move capability checks to using labelsJohn Johansen-29/+58
2017-06-10apparmor: update query interface to support label queriesJohn Johansen-7/+39
2017-06-10apparmor: switch getprocattr to using label_print fns()John Johansen-37/+27
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen-529/+686
2017-06-10apparmor: add the base fns() for domain labelsJohn Johansen-0/+2561
2017-06-10apparmor: revalidate files during execJohn Johansen-0/+81
2017-06-10apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen-11/+16