summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* ima: Set again build_ima_appraise variableKrzysztof Struczynski2020-06-221-2/+8
* ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski2020-06-221-4/+1
* evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu2020-06-221-1/+1
* ima: Remove __init annotation from ima_pcrread()Roberto Sassu2020-06-221-1/+1
* ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu2020-06-224-5/+24
* ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu2020-06-221-2/+1
* ima: Evaluate error in init_ima()Roberto Sassu2020-06-221-0/+3
* ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu2020-06-222-11/+58
* ima: Fix ima digest hash table key calculationKrzysztof Struczynski2020-06-221-3/+4
* selinux: fix error return code in policydb_read()Wei Yongjun2020-06-221-0/+1
* lockdown: Allow unprivileged users to see lockdown statusJeremy Cline2020-06-221-1/+1
* Smack: slab-out-of-bounds in vsscanfCasey Schaufler2020-06-171-0/+10
* smack: avoid unused 'sip' variable warningArnd Bergmann2020-06-172-23/+8
* mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-172-22/+5
* Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-05-272-4/+17
|\
| * device_cgroup: Cleanup cgroup eBPF device filter codeOdin Ugedal2020-04-132-4/+17
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-05-271-0/+1
|\ \
| * | exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman2020-05-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-231-2/+14
|\ \ \
| * | | security: Fix hook iteration for secid_to_secctxKP Singh2020-05-201-2/+14
* | | | apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost2020-05-211-1/+2
* | | | apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang2020-05-211-1/+2
* | | | apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang2020-05-211-2/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/l...Linus Torvalds2020-05-185-34/+40
|\ \ \ \ | |/ / / |/| | |
| * | | evm: Fix a small race in init_desc()Dan Carpenter2020-05-141-22/+22
| * | | evm: Fix RCU list related warningsMadhuparna Bhowmik2020-05-073-4/+11
| * | | ima: Fix return value of ima_write_policy()Roberto Sassu2020-05-071-2/+1
| * | | evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu2020-05-071-1/+1
| * | | ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu2020-05-071-6/+6
| |/ /
* | | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-302-26/+46
|\ \ \ | |/ / |/| |
| * | selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore2020-04-301-25/+45
| * | selinux: fix error return code in cond_read_list()Wei Yongjun2020-04-271-1/+1
* | | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-161-4/+4
|\| |
| * | selinux: free str on error in str_read()Ondrej Mosnacek2020-04-151-4/+4
* | | keys: Fix proc_keys_next to increase position indexVasily Averin2020-04-161-0/+2
| |/ |/|
* | Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-048-52/+113
|\ \
| * | KEYS: Avoid false positive ENOMEM error on key readWaiman Long2020-03-292-15/+55
| * | KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-297-51/+72
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-3/+3
|\ \ \
| * | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
| * | | .gitignore: remove too obvious commentsMasahiro Yamada2020-03-251-3/+0
| |/ /
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0219-34/+19
|\ \ \
| * | | ima: add a new CONFIG for loading arch-specific policiesNayna Jain2020-03-121-0/+7
| * | | integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi2020-02-2817-31/+6
| * | | IMA: Add log statements for failure conditionsTushar Sugandhi2020-02-281-0/+3
| * | | IMA: Update KBUILD_MODNAME for IMA files to imaTushar Sugandhi2020-02-281-3/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-315-16/+68
|\ \ \
| * | | bpf: lsm: Initialize the BPF LSM hooksKP Singh2020-03-304-5/+38
| * | | security: Refactor declaration of LSM hooksKP Singh2020-03-301-11/+30
| |/ /
* | | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-3118-448/+448
|\ \ \ | | |/ | |/|