summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ima: introduce ima_parse_buf()Roberto Sassu2017-06-212-0/+67
* ima: Add cgroups2 to the defaults listLaura Abbott2017-06-211-0/+3
* ima: use memdup_user_nulGeliang Tang2017-06-211-9/+4
* ima: fix up #endif commentsTycho Andersen2017-06-211-2/+2
* IMA: Correct Kconfig dependencies for hash selectionBen Hutchings2017-06-211-4/+4
* ima: define is_ima_appraise_enabled()Mimi Zohar2017-06-212-0/+16
* ima: define Kconfig IMA_APPRAISE_BOOTPARAM optionMimi Zohar2017-06-212-0/+10
* ima: define a set of appraisal rules requiring file signaturesMimi Zohar2017-06-212-2/+30
* ima: extend the "ima_policy" boot command line to support multiple policiesMimi Zohar2017-06-212-11/+21
* Merge branch 'smack-for-4.13' of git://github.com/cschaufler/smack-next into ...James Morris2017-06-214-18/+31
|\
| * Smack: Use cap_capable in privilege checkCasey Schaufler2017-06-012-9/+12
| * Smack: Safer check for a socket in file_receiveCasey Schaufler2017-06-011-1/+1
| * smack: use pernet operations for hook registrationFlorian Westphal2017-06-011-8/+18
* | tpm/tpm_atmel: remove unnecessary NULL checkGustavo A. R. Silva2017-06-191-7/+5
* | tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-192-4/+2
* | tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger2017-06-131-0/+33
* | tpm: vtpm_proxy: Implement request_locality function.Stefan Berger2017-06-133-0/+41
* | tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2017-06-132-1/+3
* | tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger2017-06-132-3/+4
* | tpm, tpmrm: Mark tpmrm_write as staticPeter Huewe2017-06-131-1/+1
* | tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-131-6/+0
* | tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen2017-06-131-4/+4
* | tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2017-06-132-27/+16
* | tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed2017-06-131-20/+56
* | tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-131-113/+54
* | tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-131-4/+2
* | tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-131-1/+1
* | tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu2017-06-131-17/+24
* | tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2017-06-132-14/+14
* | tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-133-9/+9
* | apparmor: export that basic profile namespaces are supportedJohn Johansen2017-06-111-0/+7
* | apparmor: add stacked domain labels interfaceJohn Johansen2017-06-112-0/+8
* | apparmor: add domain label stacking info to apparmorfsJohn Johansen2017-06-113-0/+39
* | apparmor: move change_profile mediation to using labelsJohn Johansen2017-06-111-68/+123
* | apparmor: move change_hat mediation to using labelsJohn Johansen2017-06-111-102/+201
* | apparmor: move exec domain mediation to using labelsJohn Johansen2017-06-112-259/+678
* | apparmor: support v7 transition format compatible with label_parseJohn Johansen2017-06-112-7/+15
* | apparmor: mediate files when they are receivedJohn Johansen2017-06-112-0/+7
* | apparmor: rework file permission to cache file access in file->ctxJohn Johansen2017-06-111-6/+76
* | apparmor: move path_link mediation to using labelsJohn Johansen2017-06-113-47/+59
* | apparmor: refactor path name lookup and permission checks around labelsJohn Johansen2017-06-113-45/+85
* | apparmor: update aa_audit_file() to use labelsJohn Johansen2017-06-113-9/+18
* | apparmor: move aa_file_perm() to use labelsJohn Johansen2017-06-113-37/+64
* | apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen2017-06-113-0/+68
* | apparmor: move ptrace checks to using labelsJohn Johansen2017-06-115-80/+58
* | apparmor: add cross check permission helper macrosJohn Johansen2017-06-111-1/+41
* | apparmor: move resource checks to using labelsJohn Johansen2017-06-113-42/+80
* | apparmor: move capability checks to using labelsJohn Johansen2017-06-115-29/+58
* | apparmor: update query interface to support label queriesJohn Johansen2017-06-111-7/+39
* | apparmor: switch getprocattr to using label_print fns()John Johansen2017-06-113-37/+27