diff options
author | James Morris <james.l.morris@oracle.com> | 2015-10-20 12:34:04 +1100 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2015-10-20 12:34:04 +1100 |
commit | fbf98265891a672111dac8faabd190f62b678545 (patch) | |
tree | 867454d82b11677372140b3700ade5f6e3dea55d /security | |
parent | d72c39114c3f36785bb71aaf9dea642e59723abc (diff) | |
parent | 72e1eed8abb11c79749266d433c817ce36732893 (diff) |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next
Diffstat (limited to 'security')
-rw-r--r-- | security/integrity/digsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/digsig.c b/security/integrity/digsig.c index 36fb6b527829..5be9ffbe90ba 100644 --- a/security/integrity/digsig.c +++ b/security/integrity/digsig.c @@ -105,7 +105,7 @@ int __init integrity_load_x509(const unsigned int id, const char *path) rc, ((KEY_POS_ALL & ~KEY_POS_SETATTR) | KEY_USR_VIEW | KEY_USR_READ), - KEY_ALLOC_NOT_IN_QUOTA | KEY_ALLOC_TRUSTED); + KEY_ALLOC_NOT_IN_QUOTA); if (IS_ERR(key)) { rc = PTR_ERR(key); pr_err("Problem loading X.509 certificate (%d): %s\n", |