aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Gravatar Linus Torvalds 1-0/+6
2020-06-14security: Add LSM hooks to set*gid syscallsGravatar Thomas Cedeno 1-0/+6
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-3/+3
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-87/+407
2020-06-12Merge tag 'integrity-v5.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2020-06-12ima: fix mprotect checkingGravatar Mimi Zohar 1-1/+2
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-0/+1
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+2
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-119/+185
2020-06-07ima: Remove __init annotation from ima_pcrread()Gravatar Roberto Sassu 1-1/+1
2020-06-07apparmor: Fix memory leak of profile proxyGravatar John Johansen 3-6/+9
2020-06-07apparmor: fix introspection of of task mode for unconfined tasksGravatar John Johansen 1-2/+2
2020-06-07apparmor: check/put label on apparmor_sk_clone_security()Gravatar Mauricio Faria de Oliveira 1-0/+5
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 12-87/+390
2020-06-05ima: Directly free *entry in ima_alloc_init_template() if digests is NULLGravatar Roberto Sassu 1-2/+3
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-22/+5
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsGravatar Waiman Long 2-22/+5
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 8-40/+32
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-1/+3
2020-06-04Merge tag 'Smack-for-5.8' of git://github.com/cschaufler/smack-nextGravatar Linus Torvalds 3-43/+21
2020-06-04Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-209/+52
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 4-5/+5
2020-06-03ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Gravatar Roberto Sassu 4-5/+24
2020-06-03ima: Directly assign the ima_default_policy pointer to ima_rulesGravatar Roberto Sassu 1-2/+1
2020-06-03ovl: call secutiry hook in ovl_real_ioctl()Gravatar Miklos Szeredi 1-0/+1
2020-06-02Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-06-02Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 19-326/+499
2020-06-02Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Gravatar Linus Torvalds 1-1/+1
2020-06-02keys: Implement update for the big_key typeGravatar David Howells 1-1/+18
2020-06-02security/keys: rewrite big_key crypto to use library interfaceGravatar Jason A. Donenfeld 2-209/+35
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2020-06-01security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTSGravatar Anders Roxell 1-1/+2
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-15/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-4/+18
2020-05-29exec: Compute file based creds only onceGravatar Eric W. Biederman 2-13/+15
2020-05-29exec: Add a per bprm->file version of per_clearGravatar Eric W. Biederman 1-1/+1
2020-05-29tomoyo_write_control(): get rid of pointless access_ok()Gravatar Al Viro 1-2/+0
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 11-66/+105
2020-05-27Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")Gravatar Eric W. Biederman 1-0/+1
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+17
2020-05-27Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-0/+1
2020-05-26exec: Always set cap_ambient in cap_bprm_set_credsGravatar Eric W. Biederman 1-0/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 9-40/+59
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-2/+14
2020-05-22ima: verify mprotect change is consistent with mmap policyGravatar Mimi Zohar 2-1/+57
2020-05-21apparmor: Fix use-after-free in aa_audit_rule_initGravatar Navid Emamdoost 1-1/+2
2020-05-21apparmor: Fix aa_label refcnt leak in policy_updateGravatar Xiyu Yang 1-1/+2