aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 12-38/+30
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
2020-07-08selinux: specialize symtab insert and search functionsGravatar Ondrej Mosnacek 7-56/+69
2020-07-08audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsGravatar Richard Guy Briggs 1-0/+5
2020-07-08selinux: Fix spelling mistakes in the commentsGravatar lihao 3-3/+3
2020-07-08integrity/ima: switch to using __kernel_readGravatar Christoph Hellwig 1-13/+1
2020-06-30Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+16
2020-06-29selinux: fixed a checkpatch warning with the sizeof macroGravatar Ethan Edwards 1-2/+2
2020-06-24ima: extend boot_aggregate with kernel measurementsGravatar Maurizio Drocco 2-2/+15
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-23selinux: log error messages on required process class / permissionsGravatar Stephen Smalley 1-5/+15
2020-06-23selinux: allow reading labels before policy is loadedGravatar Jonathan Lebon 1-1/+6