aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2017-12-08KEYS: reject NULL restriction string when type is specifiedGravatar Eric Biggers 1-14/+10
2017-12-08security: keys: remove redundant assignment to key_refGravatar Colin Ian King 1-1/+0
2017-12-08KEYS: add missing permission check for request_key() destinationGravatar Eric Biggers 1-9/+37
2017-12-08KEYS: remove unnecessary get/put of explicit dest_keyringGravatar Eric Biggers 1-2/+0
2017-11-30Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+7
2017-11-27apparmor: fix oops in audit_signal_cb hookGravatar John Johansen 1-5/+7
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 2-2/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2017-11-23Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 7-56/+47
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-71/+91
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar James Morris 7-56/+47
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsGravatar John Johansen 5-21/+21
2017-11-21apparmor: fix locking when creating a new complain profile.Gravatar John Johansen 1-3/+15
2017-11-21apparmor: fix profile attachment for special unconfined profilesGravatar John Johansen 1-1/+3
2017-11-21apparmor: ensure that undecidable profile attachments failGravatar John Johansen 1-14/+32
2017-11-21apparmor: fix leak of null profile name if profile allocation failsGravatar John Johansen 1-1/+2
2017-11-21apparmor: remove unused redundant variable stopGravatar Colin Ian King 1-3/+0
2017-11-21apparmor: Fix bool initialization/comparisonGravatar Thomas Meyer 1-4/+4
2017-11-21apparmor: initialized returned struct aa_permsGravatar Arnd Bergmann 3-22/+12
2017-11-21apparmor: fix spelling mistake: "resoure" -> "resource"Gravatar Colin Ian King 1-2/+2
2017-11-20ima: do not update security.ima if appraisal status is not INTEGRITY_PASSGravatar Roberto Sassu 1-0/+3
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-15security: keys: Replace time_t with time64_t for struct key_preparsed_payloadGravatar Baolin Wang 1-4/+4
2017-11-15security: keys: Replace time_t/timespec with time64_tGravatar Baolin Wang 7-52/+43
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