aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-37/+161
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextGravatar John Johansen 1-15/+35
2019-06-20apparmor: Use a memory pool instead per-CPU cachesGravatar Sebastian Andrzej Siewior 1-27/+84
2019-06-20apparmor: Force type-casting of current->real_credGravatar Bharath Vedartham 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-5/+1
2019-04-11apparmor: Initial implementation of raw policy blob compressionGravatar Chris Coulson 1-0/+47
2019-04-10apparmor: Restore Y/N in /sys for apparmor's "enabled"Gravatar Kees Cook 1-1/+48
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-36/+31
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postrouteGravatar Petr Vorel 1-0/+2
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Gravatar Tetsuo Handa 1-2/+0
2019-01-10LSM: generalize flag passing to security_capableGravatar Micah Morton 1-2/+2
2019-01-08LSM: Infrastructure management of the task securityGravatar Casey Schaufler 1-12/+3
2019-01-08LSM: Infrastructure management of the file securityGravatar Casey Schaufler 1-9/+10
2019-01-08Infrastructure management of the cred security blobGravatar Casey Schaufler 1-0/+9
2019-01-08AppArmor: Abstract use of cred security blobGravatar Casey Schaufler 1-5/+5
2019-01-08apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEGravatar Kees Cook 1-1/+1
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMGravatar Kees Cook 1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsGravatar Kees Cook 1-6/+0
2019-01-08LSM: Plumb visibility into optional "enabled" stateGravatar Kees Cook 1-2/+3
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORGravatar Kees Cook 1-0/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+125
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+4
2018-10-12apparmor: add #ifdef checks for secmark filteringGravatar Arnd Bergmann 1-0/+10
2018-10-10LSM: Record LSM name in struct lsm_infoGravatar Kees Cook 1-0/+1
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Gravatar Kees Cook 1-1/+3
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-10-03apparmor: don't try to replace stale label in ptraceme checkGravatar Jann Horn 1-2/+2
2018-10-03apparmor: Allow filtering based on secmark policyGravatar Matthew Garrett 1-1/+111
2018-09-13apparmor: don't try to replace stale label in ptrace access checkGravatar Jann Horn 1-2/+2
2018-07-12->file_open(): lose cred argumentGravatar Al Viro 1-2/+2
2018-06-07apparmor: fix ptrace read checkGravatar John Johansen 1-1/+2
2018-06-07apparmor: fixup secid map conversion to using IDRGravatar John Johansen 1-0/+2
2018-06-07apparmor: Add support for audit rule filteringGravatar Matthew Garrett 1-0/+7
2018-06-07apparmor: Convert to use match_string() helperGravatar Andy Shevchenko 1-14/+11
2018-05-02apparmor: add the ability to get a task's secidGravatar John Johansen 1-0/+8
2018-05-02apparmor: add support for mapping secids and using secctxesGravatar John Johansen 1-0/+5
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-33/+434
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+12
2018-04-05headers: untangle kmemleak.h from mm.hGravatar Randy Dunlap 1-1/+0
2018-03-13apparmor: add base infastructure for socket mediationGravatar John Johansen 1-0/+392
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Gravatar Stephen Smalley 1-5/+12
2018-02-09apparmor: move context.h to cred.hGravatar John Johansen 1-1/+1
2018-02-09apparmor: move task related defines and fns to task.X filesGravatar John Johansen 1-3/+3
2018-02-09apparmor: rename tctx to ctxGravatar John Johansen 1-9/+9
2018-02-09apparmor: drop cred_ctx and reference the label directlyGravatar John Johansen 1-41/+14
2018-02-09apparmor: move task domain change info to task securityGravatar John Johansen 1-6/+42
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxGravatar John Johansen 1-13/+13
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+4
2017-11-21apparmor: Fix bool initialization/comparisonGravatar Thomas Meyer 1-4/+4