summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorJames Morris <james.l.morris@oracle.com>2016-07-09 12:49:00 +1000
committerJames Morris <james.l.morris@oracle.com>2016-07-09 12:49:00 +1000
commite1e5fa961612d774c122fc79f93a50a9dc8db321 (patch)
tree0bbb655a3bbdc70e7f1aeb6d10b6a9bf8f8dd2d2 /security
parentc632809953fbde9e74394eae2de9d1f5e60ac427 (diff)
parent9552c7aebb8c36912612fddad5b55267c671a303 (diff)
downloadlinux-0-day-e1e5fa961612d774c122fc79f93a50a9dc8db321.tar.gz
linux-0-day-e1e5fa961612d774c122fc79f93a50a9dc8db321.tar.xz
Merge tag 'keys-misc-20160708' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
Diffstat (limited to 'security')
-rw-r--r--security/keys/persistent.c2
-rw-r--r--security/keys/request_key.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/keys/persistent.c b/security/keys/persistent.c
index 2ef45b319dd9f..1edc1f0a0ce2c 100644
--- a/security/keys/persistent.c
+++ b/security/keys/persistent.c
@@ -114,7 +114,7 @@ found:
ret = key_link(key_ref_to_ptr(dest_ref), persistent);
if (ret == 0) {
key_set_timeout(persistent, persistent_keyring_expiry);
- ret = persistent->serial;
+ ret = persistent->serial;
}
}
diff --git a/security/keys/request_key.c b/security/keys/request_key.c
index a29e3554751e0..43affcf10b22f 100644
--- a/security/keys/request_key.c
+++ b/security/keys/request_key.c
@@ -442,7 +442,7 @@ static struct key *construct_key_and_link(struct keyring_search_context *ctx,
if (ctx->index_key.type == &key_type_keyring)
return ERR_PTR(-EPERM);
-
+
user = key_user_lookup(current_fsuid());
if (!user)
return ERR_PTR(-ENOMEM);