summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-0/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0412-38/+30
| |\ \
| * | | bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-0/+6
* | | | Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-158-67/+161
|\ \ \ \
| * | | | ima: Fix NULL pointer dereference in ima_file_hashKP Singh2020-09-161-0/+10
| * | | | evm: Check size of security.evm before using itRoberto Sassu2020-09-151-0/+6
| * | | | ima: Remove semicolon at the end of ima_get_binary_runtime_size()Roberto Sassu2020-09-151-1/+1
| * | | | ima: Don't ignore errors from crypto_shash_update()Roberto Sassu2020-09-151-0/+2
| * | | | ima: Use kmemdup rather than kmalloc+memcpyAlex Dewar2020-09-151-5/+4
| * | | | integrity: include keyring name for unknown key requestBruno Meneguele2020-09-091-2/+8
| * | | | ima: limit secure boot feedback scope for appraiseBruno Meneguele2020-09-091-9/+16
| * | | | integrity: invalid kernel parameters feedbackBruno Meneguele2020-09-084-4/+16
| * | | | ima: add check for enforced appraise optionBruno Meneguele2020-09-081-0/+2
| * | | | integrity: Use current_uid() in integrity_audit_message()Denis Efremov2020-08-311-1/+1
| * | | | ima: Fail rule parsing when asymmetric key measurement isn't supportableTyler Hicks2020-08-311-2/+4
| * | | | ima: Pre-parse the list of keyrings in a KEY_CHECK ruleTyler Hicks2020-08-311-45/+93
| |/ / /
* | | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-157-35/+110
|\ \ \ \
| * | | | fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-052-2/+3
| * | | | IMA: Add support for file reads without contentsScott Branden2020-10-051-6/+16
| * | | | LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-054-8/+28
| * | | | firmware_loader: Use security_post_load_data()Kees Cook2020-10-051-10/+10
| * | | | LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-054-6/+42
| * | | | fs/kernel_read_file: Add file_size output argumentKees Cook2020-10-052-2/+2
| * | | | fs/kernel_read_file: Switch buffer size arg to size_tKees Cook2020-10-052-2/+2
| * | | | fs/kernel_read_file: Remove redundant size argumentKees Cook2020-10-052-4/+7
| * | | | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-057-0/+7
| * | | | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-053-6/+4
| | |/ / | |/| |
* | | | Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1317-498/+1068
|\ \ \ \
| * | | | selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian2020-09-153-5/+16
| * | | | selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley2020-09-112-8/+9
| * | | | selinux: simplify away security_policydb_len()Ondrej Mosnacek2020-08-313-30/+10
| * | | | selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley2020-08-274-43/+22
| * | | | selinux: fix error handling bugs in security_load_policy()Dan Carpenter2020-08-261-11/+23
| * | | | selinux: convert policy read-write lock to RCUStephen Smalley2020-08-254-218/+280
| * | | | selinux: delete repeated words in commentsRandy Dunlap2020-08-241-3/+3
| * | | | selinux: add basic filtering for audit trace eventsPeter Enderborg2020-08-211-13/+15
| * | | | selinux: add tracepoint on audited eventsThiƩbaud Weksteen2020-08-211-0/+5
| * | | | selinux: Create new booleans and class dirs out of treeDaniel Burgener2020-08-211-23/+90
| * | | | selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener2020-08-211-4/+6
| * | | | selinux: Refactor selinuxfs directory populating functionsDaniel Burgener2020-08-211-20/+25
| * | | | selinux: Create function for selinuxfs directory cleanupDaniel Burgener2020-08-211-14/+25
| * | | | selinux: permit removing security.selinux xattr before policy loadStephen Smalley2020-08-201-0/+3
| * | | | selinux: fix memdup.cocci warningskernel test robot2020-08-201-3/+2
| * | | | selinux: avoid dereferencing the policy prior to initializationStephen Smalley2020-08-191-0/+60
| * | | | selinux: fix allocation failure check on newpolicy->sidtabColin Ian King2020-08-191-1/+1
| * | | | selinux: refactor changing booleansStephen Smalley2020-08-178-64/+368
| * | | | selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-176-80/+104
| * | | | selinux: encapsulate policy state, refactor policy loadStephen Smalley2020-08-172-192/+221
| * | | | scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-174-26/+40
| | |/ / | |/| |