summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2020-09-22Smack: Fix build when NETWORK_SECMARK is not setCasey Schaufler-0/+7
2020-09-16ima: Fix NULL pointer dereference in ima_file_hashKP Singh-0/+10
2020-09-16integrity: Load certs from the EFI MOK config tableLenny Szubowicz-0/+22
2020-09-16integrity: Move import of MokListRT certs to a separate routineLenny Szubowicz-19/+44
2020-09-15Merge tag 'fixes-v5.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-1/+2
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian-5/+16
2020-09-15evm: Check size of security.evm before using itRoberto Sassu-0/+6
2020-09-15ima: Remove semicolon at the end of ima_get_binary_runtime_size()Roberto Sassu-1/+1
2020-09-15ima: Don't ignore errors from crypto_shash_update()Roberto Sassu-0/+2
2020-09-15ima: Use kmemdup rather than kmalloc+memcpyAlex Dewar-5/+4
2020-09-11Smack: Use the netlabel cacheCasey Schaufler-38/+68
2020-09-11Smack: Set socket labels only onceCasey Schaufler-89/+98
2020-09-11Smack: Consolidate uses of secmark into a functionCasey Schaufler-28/+33
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley-8/+9
2020-09-09integrity: include keyring name for unknown key requestBruno Meneguele-2/+8
2020-09-09ima: limit secure boot feedback scope for appraiseBruno Meneguele-9/+16
2020-09-08integrity: invalid kernel parameters feedbackBruno Meneguele-4/+16
2020-09-08ima: add check for enforced appraise optionBruno Meneguele-0/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-38/+30
2020-08-31integrity: Use current_uid() in integrity_audit_message()Denis Efremov-1/+1
2020-08-31ima: Fail rule parsing when asymmetric key measurement isn't supportableTyler Hicks-2/+4
2020-08-31ima: Pre-parse the list of keyrings in a KEY_CHECK ruleTyler Hicks-45/+93
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek-30/+10
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley-43/+22
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter-11/+23
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh-0/+6
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley-218/+280
2020-08-24selinux: delete repeated words in commentsRandy Dunlap-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-38/+30
2020-08-21selinux: add basic filtering for audit trace eventsPeter Enderborg-13/+15
2020-08-21selinux: add tracepoint on audited eventsThiƩbaud Weksteen-0/+5
2020-08-21selinux: Create new booleans and class dirs out of treeDaniel Burgener-23/+90
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener-4/+6
2020-08-21selinux: Refactor selinuxfs directory populating functionsDaniel Burgener-20/+25
2020-08-21selinux: Create function for selinuxfs directory cleanupDaniel Burgener-14/+25
2020-08-20selinux: permit removing security.selinux xattr before policy loadStephen Smalley-0/+3
2020-08-20device_cgroup: Fix RCU list debugging warningAmol Grover-1/+2
2020-08-20selinux: fix memdup.cocci warningskernel test robot-3/+2
2020-08-19selinux: avoid dereferencing the policy prior to initializationStephen Smalley-0/+60
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabColin Ian King-1/+1
2020-08-17selinux: refactor changing booleansStephen Smalley-64/+368
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley-80/+104
2020-08-17selinux: encapsulate policy state, refactor policy loadStephen Smalley-192/+221
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley-26/+40
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-1/+1
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds-10/+10
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-62/+62
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov-10/+10
2020-08-06Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-140/+283