aboutsummaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2020-11-10Merge tag 'v5.8.18' into v5.8/standard/baseBruce Ashfield
2020-11-02Merge tag 'v5.8.17' into v5.8/standard/baseBruce Ashfield
2020-11-01evm: Check size of security.evm before using itRoberto Sassu
2020-10-29ima: Fix NULL pointer dereference in ima_file_hashKP Singh
2020-10-29ima: Don't ignore errors from crypto_shash_update()Roberto Sassu
2020-10-06Merge tag 'v5.8.13' into v5.8/standard/baseBruce Ashfield
2020-10-01device_cgroup: Fix RCU list debugging warningAmol Grover
2020-08-25Merge tag 'v5.8.3' into v5.8/standard/baseBruce Ashfield
2020-08-21ima: Fail rule parsing when appraise_flag=blacklist is unsupportableTyler Hicks
2020-08-19Merge tag 'v5.8.2' into v5.8/standard/baseBruce Ashfield
2020-08-19Smack: prevent underflow in smk_set_cipso()Dan Carpenter
2020-08-19Smack: fix another vsscanf out of boundsDan Carpenter
2020-08-19ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid condTyler Hicks
2020-08-19ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...Tyler Hicks
2020-08-19ima: Fail rule parsing when buffer hook functions have an invalid actionTyler Hicks
2020-08-19ima: Free the entire rule if it fails to parseTyler Hicks
2020-08-19ima: Free the entire rule when deleting a list of rulesTyler Hicks
2020-08-19ima: Have the LSM free its audit ruleTyler Hicks
2020-08-13Merge tag 'v5.8.1' into v5.8/standard/baseBruce Ashfield
2020-08-11ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele
2020-08-11Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers
2020-08-07aufs5: aufs5-standaloneBruce Ashfield
2020-07-08integrity/ima: switch to using __kernel_readChristoph Hellwig
2020-06-30Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-24ima: extend boot_aggregate with kernel measurementsMaurizio Drocco
2020-06-23security: Fix hook iteration and default value for inode_copy_up_xattrKP Singh
2020-06-21Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-17selinux: fix undefined return of cond_evaluate_exprTom Rix
2020-06-16selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix
2020-06-15ima: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-12Merge tag 'integrity-v5.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-12ima: fix mprotect checkingMimi Zohar
2020-06-10selinux: fix double freeTom Rix
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-07ima: Remove __init annotation from ima_pcrread()Roberto Sassu
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen
2020-06-07apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen
2020-06-07apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2020-06-05ima: Directly free *entry in ima_alloc_init_template() if digests is NULLRoberto Sassu
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long