summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2020-05-06smack: avoid unused 'sip' variable warningArnd Bergmann-23/+8
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek-146/+116
2020-05-01selinux: fix return value on error in policydb_read()Ondrej Mosnacek-0/+1
2020-05-01selinux: simplify range_write()Ondrej Mosnacek-16/+2
2020-05-01selinux: fix error return code in policydb_read()Wei Yongjun-0/+1
2020-04-30Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-26/+46
2020-04-30selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore-25/+45
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann-3/+3
2020-04-27selinux: fix error return code in cond_read_list()Wei Yongjun-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-3/+3
2020-04-24Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov-1/+3
2020-04-22selinux: don't produce incorrect filename_trans_countOndrej Mosnacek-9/+5
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar-2/+2
2020-04-19ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu-5/+23
2020-04-19ima: Calculate and extend PCR with digests in ima_template_entryRoberto Sassu-15/+58
2020-04-19ima: Allocate and initialize tfm for each PCR bankRoberto Sassu-26/+119
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu-10/+45
2020-04-19ima: Store template digest directly in ima_template_entryRoberto Sassu-24/+9
2020-04-19ima: Evaluate error in init_ima()Roberto Sassu-0/+3
2020-04-19ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu-11/+58
2020-04-17selinux: implement new format of filename transitionsOndrej Mosnacek-26/+189
2020-04-17selinux: move context hashing under sidtabOndrej Mosnacek-58/+47
2020-04-17selinux: hash context structure directlyOndrej Mosnacek-42/+69
2020-04-17selinux: store role transitions in a hash tableOndrej Mosnacek-60/+107
2020-04-16Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2020-04-16keys: Fix proc_keys_next to increase position indexVasily Averin-0/+2
2020-04-16capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov-2/+2
2020-04-15selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek-2/+1
2020-04-15selinux: free str on error in str_read()Ondrej Mosnacek-4/+4
2020-04-14selinux: fix warning Comparison to boolZou Wei-3/+3
2020-04-13device_cgroup: Cleanup cgroup eBPF device filter codeOdin Ugedal-4/+17
2020-04-08apparmor: ensure that dfa state tables have entriesJohn Johansen-0/+5
2020-04-04Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-52/+113
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+3
2020-04-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-34/+19
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-16/+68
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-448/+448
2020-03-30selinux: clean up indentation issue with assignment statementColin Ian King-4/+3
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-03-30bpf: lsm: Initialize the BPF LSM hooksKP Singh-5/+38
2020-03-30security: Refactor declaration of LSM hooksKP Singh-11/+30
2020-03-29KEYS: Avoid false positive ENOMEM error on key readWaiman Long-15/+55
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long-51/+72
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+3
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada-3/+0
2020-03-15KEYS: reaching the keys quotas correctlyYang Xu-3/+3
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain-0/+7
2020-03-05selinux: avtab_init() and cond_policydb_init() return voidPaul Moore-21/+7
2020-03-05selinux: clean up error path in policydb_init()Ondrej Mosnacek-13/+5
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi-31/+6