aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)Author
2020-06-30apparmor: don't try to replace stale label in ptraceme checkJann Horn
2020-06-25apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira
2020-01-27apparmor: don't try to replace stale label in ptrace access checkJann Horn
2020-01-23LSM: generalize flag passing to security_capableMicah Morton
2018-07-12->file_open(): lose cred argumentAl Viro
2018-06-07apparmor: fix ptrace read checkJohn Johansen
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen
2018-06-07apparmor: Add support for audit rule filteringMatthew Garrett
2018-06-07apparmor: Convert to use match_string() helperAndy Shevchenko
2018-05-02apparmor: add the ability to get a task's secidJohn Johansen
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen
2018-02-09apparmor: rename tctx to ctxJohn Johansen
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen
2018-02-09apparmor: move task domain change info to task securityJohn Johansen
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-21apparmor: Fix bool initialization/comparisonThomas Meyer
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
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: add base infastructure for socket mediationJohn Johansen
2017-09-22apparmor: add mount mediationJohn Johansen
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen
2017-06-10apparmor: mediate files when they are receivedJohn 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: move aa_file_perm() to use labelsJohn Johansen
2017-06-10apparmor: move ptrace checks to using labelsJohn Johansen
2017-06-10apparmor: move resource checks to using labelsJohn Johansen
2017-06-10apparmor: move capability checks to using labelsJohn Johansen
2017-06-10apparmor: switch getprocattr to using label_print fns()John Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: revalidate files during execJohn Johansen
2017-06-10apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen
2017-06-10apparmor: convert aa_change_XXX bool parameters to flagsJohn Johansen
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen
2017-06-10apparmor: move bprm_committing_creds/committed_creds to lsm.cJohn Johansen
2017-06-10apparmor: provide information about path buffer size at bootJohn Johansen
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen
2017-04-07apparmor: Make path_max parameter readonlyJohn Johansen