summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2017-07-14KEYS: DH: validate __spare fieldEric Biggers-0/+7
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay-0/+7
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+2
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-2111/+8342
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds-8/+9
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds-8/+6
2017-06-30randstruct: Mark various structs for randomizationKees Cook-1/+1
2017-06-30ima_write_policy(): don't open-code memdup_user_nul()Al Viro-9/+4
2017-06-28apparmor: put back designators in struct initialisersStephen Rothwell-2/+2
2017-06-23Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/selinux i...James Morris-108/+821
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2017-06-21ima: Log the same audit cause whenever a file has no signatureThiago Jung Bauermann-1/+2
2017-06-21ima: Simplify policy_func_show.Thiago Jung Bauermann-62/+21
2017-06-21integrity: Small code improvementsThiago Jung Bauermann-9/+11
2017-06-21ima: fix get_binary_runtime_size()Roberto Sassu-1/+1
2017-06-21ima: use ima_parse_buf() to parse template dataRoberto Sassu-31/+13
2017-06-21ima: use ima_parse_buf() to parse measurements headersRoberto Sassu-52/+28
2017-06-21ima: introduce ima_parse_buf()Roberto Sassu-0/+67
2017-06-21ima: Add cgroups2 to the defaults listLaura Abbott-0/+3
2017-06-21ima: use memdup_user_nulGeliang Tang-9/+4
2017-06-21ima: fix up #endif commentsTycho Andersen-2/+2
2017-06-21IMA: Correct Kconfig dependencies for hash selectionBen Hutchings-4/+4
2017-06-21ima: define is_ima_appraise_enabled()Mimi Zohar-0/+10
2017-06-21ima: define Kconfig IMA_APPRAISE_BOOTPARAM optionMimi Zohar-0/+10
2017-06-21ima: define a set of appraisal rules requiring file signaturesMimi Zohar-1/+25
2017-06-21ima: extend the "ima_policy" boot command line to support multiple policiesMimi Zohar-5/+10
2017-06-21rtnetlink: add NEWCACHEREPORT message typeJulien Gomes-1/+2
2017-06-21Merge branch 'smack-for-4.13' of git://github.com/cschaufler/smack-next into ...James Morris-18/+31
2017-06-20selinux: enable genfscon labeling for tracefsJeff Vander Stoep-0/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar-0/+1
2017-06-13selinux: fix double free in selinux_parse_opts_str()Paul Moore-3/+2
2017-06-10apparmor: export that basic profile namespaces are supportedJohn Johansen-0/+7
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen-0/+8
2017-06-10apparmor: add domain label stacking info to apparmorfsJohn Johansen-0/+39
2017-06-10apparmor: move change_profile mediation to using labelsJohn Johansen-68/+123
2017-06-10apparmor: move change_hat mediation to using labelsJohn Johansen-102/+201
2017-06-10apparmor: move exec domain mediation to using labelsJohn Johansen-259/+678
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen-7/+15
2017-06-10apparmor: mediate files when they are receivedJohn Johansen-0/+7
2017-06-10apparmor: rework file permission to cache file access in file->ctxJohn Johansen-6/+76
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen-47/+59
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen-45/+85
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen-9/+18
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen-37/+64
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen-0/+68
2017-06-10apparmor: move ptrace checks to using labelsJohn Johansen-80/+58
2017-06-10apparmor: add cross check permission helper macrosJohn Johansen-1/+41