summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | selinux: Fix kernel-docYang Li2021-06-111-1/+22
| * | | selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim2021-06-101-6/+7
| * | | lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek2021-05-141-1/+1
| * | | selinux: Remove redundant assignment to rcJiapeng Chong2021-05-102-5/+0
| * | | selinux: Corrected comment to match kernel-doc commentSouptick Joarder2021-05-101-1/+1
| * | | selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-103-4/+4
| * | | selinux: constify some avtab function argumentsOndrej Mosnacek2021-05-103-21/+26
| * | | selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek2021-05-101-5/+6
| |/ /
* | | Merge tag 'integrity-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-2818-75/+730
|\ \ \
| * | | evm: Check xattr size discrepancy between kernel and userRoberto Sassu2021-06-211-1/+7
| * | | evm: output EVM digest calculation infoMimi Zohar2021-06-202-0/+47
| * | | IMA: support for duplicate measurement recordsTushar Sugandhi2021-06-112-2/+10
| * | | ima: Fix warning: no previous prototype for function 'ima_add_kexec_buffer'Lakshmi Ramasubramanian2021-06-111-0/+1
| * | | ima: differentiate between EVM failures in the audit logMimi Zohar2021-06-101-1/+2
| * | | ima: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-081-0/+1
| * | | ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()Roberto Sassu2021-06-081-1/+1
| * | | ima: Include header defining ima_post_key_create_or_update()Roberto Sassu2021-06-081-0/+1
| * | | ima/evm: Fix type mismatchRoberto Sassu2021-06-084-11/+12
| * | | ima: Set correct casting typesRoberto Sassu2021-06-082-9/+10
| * | | evm: Don't return an error in evm_write_xattrs() if audit is not enabledRoberto Sassu2021-06-031-1/+1
| * | | ima: Define new template evm-sigRoberto Sassu2021-06-031-1/+4
| * | | ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu2021-06-024-0/+148
| * | | evm: Verify portable signatures against all protected xattrsRoberto Sassu2021-06-014-12/+68
| * | | ima: Define new template field imodeRoberto Sassu2021-06-013-0/+26
| * | | ima: Define new template fields iuid and igidRoberto Sassu2021-06-013-0/+53
| * | | ima: Add ima_show_template_uint() template library functionRoberto Sassu2021-06-012-1/+39
| * | | ima: Don't remove security.ima if file must not be appraisedRoberto Sassu2021-06-011-2/+0
| * | | ima: Introduce template field evmsig and write to field sig as fallbackRoberto Sassu2021-06-013-1/+36
| * | | ima: Allow imasig requirement to be satisfied by EVM portable signaturesRoberto Sassu2021-06-011-7/+17
| * | | evm: Allow setxattr() and setattr() for unmodified metadataRoberto Sassu2021-06-011-1/+112
| * | | evm: Pass user namespace to set/remove xattr hooksRoberto Sassu2021-05-212-8/+13
| * | | evm: Allow xattr/attr operations for portable signaturesRoberto Sassu2021-05-212-6/+29
| * | | evm: Introduce evm_hmac_disabled() to safely ignore verification errorsRoberto Sassu2021-05-211-1/+38
| * | | evm: Introduce evm_revalidate_status()Roberto Sassu2021-05-212-9/+46
| * | | evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loadedRoberto Sassu2021-05-211-4/+4
| * | | evm: Load EVM key in ima_load_x509() to avoid appraisalRoberto Sassu2021-05-212-1/+7
| * | | evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu2021-05-211-2/+3
| * | | evm: fix writing <securityfs>/evm overflowMimi Zohar2021-05-201-2/+3
| | |/ | |/|
* / | tomoyo: fix doc warningsChenXiaoSong2021-06-164-9/+9
|/ /
* | trusted-keys: match tpm_get_ops on all return pathsBen Boeckel2021-05-121-3/+3
* | KEYS: trusted: Fix memory leak on object tdColin Ian King2021-05-121-3/+5
|/
* Merge tag 'safesetid-5.13' of git://github.com/micah-morton/linuxLinus Torvalds2021-05-051-3/+0
|\
| * LSM: SafeSetID: Fix code specification by scripts/checkpatch.plYanwei Gao2021-04-261-3/+0
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+2
|\ \
| * | apparmor:match_mn() - constify devpath argumentAl Viro2021-03-241-2/+2
* | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-0125-75/+2468
|\ \ \
| * | | landlock: Enable user space to infer supported featuresMickaël Salaün2021-04-221-4/+13
| * | | landlock: Add syscall implementationsMickaël Salaün2021-04-222-1/+443
| * | | fs,security: Add sb_delete hookMickaël Salaün2021-04-221-0/+5
| * | | landlock: Support filesystem access-controlMickaël Salaün2021-04-228-2/+781