aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2018-08-29security/capabilities: remove check for -EINVALGravatar Christian Brauner 1-3/+0
2018-08-24Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-44/+20
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2018-08-22apparmor: remove no-op permission check in policy_unpackGravatar John Johansen 1-32/+0
2018-08-22init: allow initcall tables to be emitted using relative referencesGravatar Ard Biesheuvel 1-7/+10
2018-08-21apparmor: fix an error code in __aa_create_ns()Gravatar Dan Carpenter 1-1/+1
2018-08-15Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 12-46/+108
2018-08-15Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 4-16/+10
2018-08-15Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 1-6/+16
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-189/+198
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-17/+192
2018-08-15Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+0
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 8-22/+22
2018-08-11cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()Gravatar Eddie.Horng 1-1/+1
2018-08-07selinux: cleanup dentry and inodes on error in selinuxfsGravatar nixiaoming 1-8/+25
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 3-47/+38
2018-07-30Merge branch 'smack-for-4.19-a' of https://github.com/cschaufler/next-smack i...Gravatar James Morris 1-6/+16
2018-07-28ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadGravatar Stefan Berger 4-8/+4
2018-07-28ima: Use tpm_default_chip() and call TPM functions with a tpm_chipGravatar Stefan Berger 4-9/+7
2018-07-23net: sched: introduce chain object to uapiGravatar Jiri Pirko 1-1/+1
2018-07-23Smack: Inform peer that IPv6 traffic has been blockedGravatar Piotr Sawicki 1-0/+4
2018-07-23Smack: Check UDP-Lite and DCCP protocols during IPv6 handlingGravatar Piotr Sawicki 1-1/+3
2018-07-23Smack: Fix handling of IPv4 traffic received by PF_INET6 socketsGravatar Piotr Sawicki 1-5/+9
2018-07-22EVM: fix return value check in evm_write_xattrs()Gravatar Wei Yongjun 1-2/+2
2018-07-20apparmor: Fix failure to audit context info in build_change_hatGravatar John Johansen 1-1/+1
2018-07-19apparmor: Fully initialize aa_perms struct when answering userspace queryGravatar Tyler Hicks 1-4/+1
2018-07-19apparmor: Check buffer bounds when mapping permissions maskGravatar Tyler Hicks 3-6/+17
2018-07-20x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32Gravatar Joerg Roedel 1-1/+1
2018-07-18integrity: prevent deadlock during digsig verification.Gravatar Mikhail Kurinnoi 2-1/+29
2018-07-18evm: Allow non-SHA1 digital signaturesGravatar Matthew Garrett 4-31/+46
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableGravatar Matthew Garrett 1-1/+2
2018-07-18integrity: silence warning when CONFIG_SECURITYFS is not enabledGravatar Sudeep Holla 1-3/+6
2018-07-18ima: Differentiate auditing policy rules from "audit" actionsGravatar Stefan Berger 1-2/+2
2018-07-18ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not setGravatar Stefan Berger 3-1/+21
2018-07-18ima: Use audit_log_format() rather than audit_log_string()Gravatar Stefan Berger 2-7/+2
2018-07-18ima: Call audit_log_string() rather than logging it untrustedGravatar Stefan Berger 1-1/+1
2018-07-17security: check for kstrdup() failure in lsm_append()Gravatar Eric Biggers 1-0/+2
2018-07-17security: export security_kernel_load_data functionGravatar Arnd Bergmann 1-0/+1
2018-07-17selinux: constify write_op[]Gravatar Eric Biggers 1-1/+1
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Gravatar Masahiro Yamada 1-1/+1
2018-07-16ima: based on policy warn about loading firmware (pre-allocated buffer)Gravatar Mimi Zohar 1-0/+8
2018-07-16module: replace the existing LSM hook in init_moduleGravatar Mimi Zohar 3-13/+31
2018-07-16ima: add build time policyGravatar Mimi Zohar 2-3/+101
2018-07-16ima: based on policy require signed firmware (sysfs fallback)Gravatar Mimi Zohar 1-1/+9
2018-07-16ima: based on policy require signed kexec kernel imagesGravatar Mimi Zohar 4-1/+36
2018-07-16security: define new LSM hook named security_kernel_load_dataGravatar Mimi Zohar 1-0/+5
2018-07-12IMA: don't propagate opened through the entire thingGravatar Al Viro 3-12/+12