aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 12-38/+30
2020-08-21selinux: add basic filtering for audit trace eventsGravatar Peter Enderborg 1-13/+15
2020-08-21selinux: add tracepoint on audited eventsGravatar Thiébaud Weksteen 1-0/+5
2020-08-21selinux: Create new booleans and class dirs out of treeGravatar Daniel Burgener 1-23/+90
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesGravatar Daniel Burgener 1-4/+6
2020-08-21selinux: Refactor selinuxfs directory populating functionsGravatar Daniel Burgener 1-20/+25
2020-08-21selinux: Create function for selinuxfs directory cleanupGravatar Daniel Burgener 1-14/+25
2020-08-20selinux: permit removing security.selinux xattr before policy loadGravatar Stephen Smalley 1-0/+3
2020-08-20device_cgroup: Fix RCU list debugging warningGravatar Amol Grover 1-1/+2
2020-08-20selinux: fix memdup.cocci warningsGravatar kernel test robot 1-3/+2
2020-08-19selinux: avoid dereferencing the policy prior to initializationGravatar Stephen Smalley 1-0/+60
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabGravatar Colin Ian King 1-1/+1
2020-08-17selinux: refactor changing booleansGravatar Stephen Smalley 8-64/+368
2020-08-17selinux: move policy commit after updating selinuxfsGravatar Stephen Smalley 6-80/+104
2020-08-17selinux: encapsulate policy state, refactor policy loadGravatar Stephen Smalley 2-192/+221
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesGravatar Stephen Smalley 4-26/+40
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