aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+8
2017-11-15Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-36/+47
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 5-67/+222
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-39/+17
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-15/+4
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-110/+108
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-99/+220
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2017-11-08ima: Remove redundant conditional operatorGravatar Thiago Jung Bauermann 1-2/+2
2017-11-08ima: Fix bool initialization/comparisonGravatar Thomas Meyer 2-4/+4
2017-11-08ima: check signature enforcement against cmdline param instead of CONFIGGravatar Bruno E. O. Meneguele 1-3/+3
2017-11-08ima: fix hash algorithm initializationGravatar Boshi Wang 1-0/+4
2017-11-08EVM: Only complain about a missing HMAC key onceGravatar Matthew Garrett 1-1/+1
2017-11-08EVM: Allow userspace to signal an RSA key has been loadedGravatar Matthew Garrett 2-12/+20
2017-11-08EVM: Include security.apparmor in EVM measurementsGravatar Matthew Garrett 1-0/+3
2017-11-08integrity: use kernel_read_file_from_path() to read x509 certsGravatar Christoph Hellwig 4-56/+13
2017-11-08ima: always measure and audit files in policyGravatar Mimi Zohar 3-30/+56
2017-11-08ima: don't remove the securityfs policy fileGravatar Mimi Zohar 1-2/+2
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGGravatar John Johansen 1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 62-871/+96
2017-11-05device_cgroup: prepare code for bpf-based device controllerGravatar Roman Gushchin 1-45/+2
2017-11-05device_cgroup: add DEVCG_ prefix to ACC_* and DEV_* constantsGravatar Roman Gushchin 1-36/+36
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 51-31/+80
2017-11-03ima: move to generic async completionGravatar Gilad Ben-Yossef 1-39/+17
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 49-0/+49
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 49-0/+49
2017-11-02KEYS: trusted: fix writing past end of buffer in trusted_read()Gravatar Eric Biggers 1-11/+12
2017-11-02KEYS: return full count in keyring_read() if buffer is too smallGravatar Eric Biggers 1-20/+19
2017-11-02Smack: Base support for overlayfsGravatar Casey Schaufler 1-0/+79
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-8/+8
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 12-840/+16
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Gravatar Linus Torvalds 12-840/+16
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesGravatar Ingo Molnar 15-54/+90
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 15-54/+90
2017-10-21tomoyo: fix timestamping for y2038Gravatar Arnd Bergmann 4-34/+13
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveGravatar Chenbo Feng 1-0/+49
2017-10-20selinux: bpf: Add selinux check for eBPF syscall operationsGravatar Chenbo Feng 3-0/+117
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallGravatar Chenbo Feng 1-0/+32
2017-10-20capabilities: audit log other surprising conditionsGravatar Richard Guy Briggs 1-7/+22
2017-10-20capabilities: fix logic for effective root or real rootGravatar Richard Guy Briggs 1-3/+2
2017-10-20capabilities: invert logic for clarityGravatar Richard Guy Briggs 1-4/+4
2017-10-20capabilities: remove a layer of conditional logicGravatar Richard Guy Briggs 1-13/+10
2017-10-20capabilities: move audit log decision to functionGravatar Richard Guy Briggs 1-20/+30
2017-10-20capabilities: use intuitive names for id changesGravatar Richard Guy Briggs 1-6/+22
2017-10-20capabilities: use root_priveleged inline to clarify logicGravatar Richard Guy Briggs 1-2/+4
2017-10-20capabilities: rename has_cap to has_fcapGravatar Richard Guy Briggs 1-10/+10
2017-10-20capabilities: intuitive names for cap gain statusGravatar Richard Guy Briggs 1-7/+11
2017-10-20capabilities: factor out cap_bprm_set_creds privileged rootGravatar Richard Guy Briggs 1-28/+48
2017-10-19commoncap: move assignment of fs_ns to avoid null pointer dereferenceGravatar Colin Ian King 1-1/+2