summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-08ima: Remove redundant conditional operatorThiago Jung Bauermann1-2/+2
2017-11-08ima: Fix bool initialization/comparisonThomas Meyer2-4/+4
2017-11-08ima: check signature enforcement against cmdline param instead of CONFIGBruno E. O. Meneguele1-3/+3
2017-11-08module: export module signature enforcement statusBruno E. O. Meneguele2-0/+17
2017-11-08ima: fix hash algorithm initializationBoshi Wang1-0/+4
2017-11-08EVM: Only complain about a missing HMAC key onceMatthew Garrett1-1/+1
2017-11-08EVM: Allow userspace to signal an RSA key has been loadedMatthew Garrett3-26/+53
2017-11-08EVM: Include security.apparmor in EVM measurementsMatthew Garrett2-0/+6
2017-11-08ima: call ima_file_free() prior to calling fasyncMimi Zohar1-1/+1
2017-11-08integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig5-56/+14
2017-11-08ima: always measure and audit files in policyMimi Zohar3-30/+56
2017-11-08ima: don't remove the securityfs policy fileMimi Zohar1-2/+2
2017-11-08vfs: fix mounting a filesystem with i_versionMimi Zohar1-1/+2
2017-11-05MAINTAINERS: update the IMA, EVM, trusted-keys, encrypted-keys entriesMimi Zohar1-7/+4
2017-11-02Smack: Base support for overlayfsCasey Schaufler1-0/+79
2017-10-27MAINTAINERS: remove David Safford as maintainer for encrypted+trusted keysEric Biggers1-2/+0
2017-10-21tomoyo: fix timestamping for y2038Arnd Bergmann4-34/+13
2017-10-20capabilities: audit log other surprising conditionsRichard Guy Briggs1-7/+22
2017-10-20capabilities: fix logic for effective root or real rootRichard Guy Briggs1-3/+2
2017-10-20capabilities: invert logic for clarityRichard Guy Briggs1-4/+4
2017-10-20capabilities: remove a layer of conditional logicRichard Guy Briggs1-13/+10
2017-10-20capabilities: move audit log decision to functionRichard Guy Briggs1-20/+30
2017-10-20capabilities: use intuitive names for id changesRichard Guy Briggs1-6/+22
2017-10-20capabilities: use root_priveleged inline to clarify logicRichard Guy Briggs1-2/+4
2017-10-20capabilities: rename has_cap to has_fcapRichard Guy Briggs1-10/+10
2017-10-20capabilities: intuitive names for cap gain statusRichard Guy Briggs1-7/+11
2017-10-20capabilities: factor out cap_bprm_set_creds privileged rootRichard Guy Briggs1-28/+48
2017-10-18tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure1-1/+2
2017-10-18tpm: fix duplicate inline declaration specifierRuben Roy1-1/+1
2017-10-18tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen1-7/+18
2017-10-18tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen1-2/+2
2017-10-18tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen1-2/+2
2017-10-18tpm-dev-common: Reject too short writesAlexander Steffen1-0/+6
2017-10-18tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen1-41/+11
2017-10-18tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen1-8/+9
2017-10-18tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen1-2/+2
2017-10-18tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen1-18/+27
2017-10-18tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An1-30/+29
2017-10-18tpm: constify transmit data pointersArnd Bergmann4-19/+16
2017-10-18tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King1-1/+1
2017-10-12tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2-52/+48
2017-09-25Merge tag 'v4.14-rc2' into next-generalJames Morris12226-355460/+607914
2017-09-25Linux 4.14-rc2Linus Torvalds1-1/+1
2017-09-25Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-15/+18
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-86/+122
2017-09-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2017-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-14/+17
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-29/+36
2017-09-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2017-09-24Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds8-52/+89