aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-3/+11
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-41/+3
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-19/+66
2020-10-03security/keys: remove compat_keyctl_instantiate_key_iovGravatar Christoph Hellwig 3-40/+3
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecGravatar Christoph Hellwig 1-3/+2
2020-09-25integrity: Asymmetric digsig supports SM2-with-SM3 algorithmGravatar Tianjia Zhang 1-3/+11
2020-09-16integrity: Load certs from the EFI MOK config tableGravatar Lenny Szubowicz 1-0/+22
2020-09-16integrity: Move import of MokListRT certs to a separate routineGravatar Lenny Szubowicz 1-19/+44
2020-09-15Merge tag 'fixes-v5.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 12-38/+30
2020-08-20device_cgroup: Fix RCU list debugging warningGravatar Amol Grover 1-1/+2
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-1/+1
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Gravatar Linus Torvalds 10-10/+10
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 10-62/+62
2020-08-06Replace HTTP links with HTTPS ones: securityGravatar Alexander A. Klimov 10-10/+10
2020-08-06Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 12-140/+283
2020-08-06Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-nextGravatar Linus Torvalds 1-3/+16
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+3
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 3-5/+5
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-55/+49
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-161/+240
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+25
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2020-07-27integrity: remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2020-07-27Smack: prevent underflow in smk_set_cipso()Gravatar Dan Carpenter 1-1/+1
2020-07-27Smack: fix another vsscanf out of boundsGravatar Dan Carpenter 1-0/+4
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIGravatar Richard Guy Briggs 5-55/+44
2020-07-21exec: Implement kernel_execveGravatar Eric W. Biederman 3-5/+5
2020-07-20ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeGravatar Bruno Meneguele 2-1/+7
2020-07-20ima: AppArmor satisfies the audit rule requirementsGravatar Tyler Hicks 1-1/+1
2020-07-20ima: Rename internal filter rule functionsGravatar Tyler Hicks 2-25/+21
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionGravatar Tyler Hicks 7-22/+28
2020-07-20ima: Use the common function to detect LSM conditionals in a ruleGravatar Tyler Hicks 1-9/+2
2020-07-20ima: Move comprehensive rule validation checks out of the token parserGravatar Tyler Hicks 3-46/+37
2020-07-20ima: Use correct type for the args_p member of ima_rule_entry.lsm elementsGravatar Tyler Hicks 1-9/+9
2020-07-20ima: Shallow copy the args_p member of ima_rule_entry.lsm elementsGravatar Tyler Hicks 1-10/+8
2020-07-20ima: Fail rule parsing when appraise_flag=blacklist is unsupportableGravatar Tyler Hicks 1-1/+14
2020-07-19capabilities: Introduce CAP_CHECKPOINT_RESTOREGravatar Adrian Reber 1-2/+3
2020-07-16ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid condGravatar Tyler Hicks 1-0/+7
2020-07-16ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...Gravatar Tyler Hicks 1-0/+21
2020-07-16ima: Fail rule parsing when buffer hook functions have an invalid actionGravatar Tyler Hicks 1-2/+38
2020-07-16ima: Free the entire rule if it fails to parseGravatar Tyler Hicks 1-1/+2
2020-07-16ima: Free the entire rule when deleting a list of rulesGravatar Tyler Hicks 1-5/+24
2020-07-16ima: Have the LSM free its audit ruleGravatar Tyler Hicks 2-1/+6
2020-07-16IMA: Add audit log for failure conditionsGravatar Lakshmi Ramasubramanian 4-22/+51
2020-07-16integrity: Add errno field in audit messageGravatar Lakshmi Ramasubramanian 2-1/+23
2020-07-14Smack: fix use-after-free in smk_write_relabel_self()Gravatar Eric Biggers 1-2/+11
2020-07-09selinux: complete the inlining of hashtab functionsGravatar Ondrej Mosnacek 2-59/+63
2020-07-09selinux: prepare for inlining of hashtab functionsGravatar Ondrej Mosnacek 7-63/+110