summaryrefslogtreecommitdiffstats
path: root/security (follow)
Commit message (Expand)AuthorAgeFilesLines
* ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu2020-06-031-2/+1
* ima: verify mprotect change is consistent with mmap policyMimi Zohar2020-05-222-1/+57
* evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu2020-05-081-1/+1
* ima: Set again build_ima_appraise variableKrzysztof Struczynski2020-05-081-2/+8
* ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski2020-05-081-4/+1
* ima: Fix ima digest hash table key calculationKrzysztof Struczynski2020-05-081-3/+4
* ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu2020-04-203-5/+23
* ima: Calculate and extend PCR with digests in ima_template_entryRoberto Sassu2020-04-203-15/+58
* ima: Allocate and initialize tfm for each PCR bankRoberto Sassu2020-04-201-26/+119
* ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu2020-04-206-10/+45
* ima: Store template digest directly in ima_template_entryRoberto Sassu2020-04-203-24/+9
* ima: Evaluate error in init_ima()Roberto Sassu2020-04-201-0/+3
* ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu2020-04-202-11/+58
* 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-04-015-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-04-0118-448/+448
|\ \ \ | | |/ | |/|
| * | selinux: clean up indentation issue with assignment statementColin Ian King2020-03-311-4/+3
| * | selinux: avtab_init() and cond_policydb_init() return voidPaul Moore2020-03-055-21/+7
| * | selinux: clean up error path in policydb_init()Ondrej Mosnacek2020-03-051-13/+5
| * | selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-284-56/+58
| * | selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek2020-02-284-40/+45
| * | selinux: Add xfs quota command typesRichard Haines2020-02-221-0/+7
| * | selinux: optimize storage of filename transitionsOndrej Mosnacek2020-02-223-80/+110
| * | selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek2020-02-141-59/+63
| * | security: selinux: allow per-file labeling for bpffsConnor O'Brien2020-02-121-0/+1
| * | selinux: generalize evaluate_cond_node()Ondrej Mosnacek2020-02-123-6/+12
| * | selinux: convert cond_expr to arrayOndrej Mosnacek2020-02-122-43/+33
| * | selinux: convert cond_av_list to arrayOndrej Mosnacek2020-02-122-79/+53
| * | selinux: convert cond_list to arrayOndrej Mosnacek2020-02-127-59/+43
| * | selinux: sel_avc_get_stat_idx should increase position indexVasily Averin2020-02-101-0/+1
| * | selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche2020-02-103-2/+13
| * | selinux: simplify evaluate_cond_node()Ondrej Mosnacek2020-02-103-13/+6
| * | Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley2020-02-103-1/+15
| * | selinux: move status variables out of selinux_ssOndrej Mosnacek2020-02-106-22/+23
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-1/+1
|\ \ \