Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * fs/nfs/idmap.c |
| 3 | * |
| 4 | * UID and GID to name mapping for clients. |
| 5 | * |
| 6 | * Copyright (c) 2002 The Regents of the University of Michigan. |
| 7 | * All rights reserved. |
| 8 | * |
| 9 | * Marius Aamodt Eriksen <marius@umich.edu> |
| 10 | * |
| 11 | * Redistribution and use in source and binary forms, with or without |
| 12 | * modification, are permitted provided that the following conditions |
| 13 | * are met: |
| 14 | * |
| 15 | * 1. Redistributions of source code must retain the above copyright |
| 16 | * notice, this list of conditions and the following disclaimer. |
| 17 | * 2. Redistributions in binary form must reproduce the above copyright |
| 18 | * notice, this list of conditions and the following disclaimer in the |
| 19 | * documentation and/or other materials provided with the distribution. |
| 20 | * 3. Neither the name of the University nor the names of its |
| 21 | * contributors may be used to endorse or promote products derived |
| 22 | * from this software without specific prior written permission. |
| 23 | * |
| 24 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 25 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 26 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 27 | * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 29 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 30 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 31 | * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 32 | * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 33 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 34 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 35 | */ |
Trond Myklebust | 5cf36cf | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 36 | #include <linux/types.h> |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 37 | #include <linux/parser.h> |
| 38 | #include <linux/fs.h> |
Vitaliy Ivanov | e44ba03 | 2011-06-20 16:08:07 +0200 | [diff] [blame] | 39 | #include <linux/nfs_idmap.h> |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 40 | #include <net/net_namespace.h> |
Bryan Schumaker | 3cd0f37 | 2012-01-26 16:54:24 -0500 | [diff] [blame] | 41 | #include <linux/sunrpc/rpc_pipe_fs.h> |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 42 | #include <linux/nfs_fs.h> |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 43 | #include <linux/nfs_fs_sb.h> |
| 44 | #include <linux/key.h> |
| 45 | #include <linux/keyctl.h> |
| 46 | #include <linux/key-type.h> |
| 47 | #include <keys/user-type.h> |
| 48 | #include <linux/module.h> |
| 49 | |
Bryan Schumaker | 3cd0f37 | 2012-01-26 16:54:24 -0500 | [diff] [blame] | 50 | #include "internal.h" |
Stanislav Kinsbursky | 17347d0 | 2012-01-26 15:11:41 +0400 | [diff] [blame] | 51 | #include "netns.h" |
Trond Myklebust | 1f2d30b | 2013-08-13 11:34:01 -0400 | [diff] [blame] | 52 | #include "nfs4trace.h" |
Bryan Schumaker | 3cd0f37 | 2012-01-26 16:54:24 -0500 | [diff] [blame] | 53 | |
| 54 | #define NFS_UINT_MAXLEN 11 |
Bryan Schumaker | 3cd0f37 | 2012-01-26 16:54:24 -0500 | [diff] [blame] | 55 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 56 | static const struct cred *id_resolver_cache; |
| 57 | static struct key_type key_type_id_resolver_legacy; |
Bryan Schumaker | 3cd0f37 | 2012-01-26 16:54:24 -0500 | [diff] [blame] | 58 | |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 59 | struct idmap_legacy_upcalldata { |
| 60 | struct rpc_pipe_msg pipe_msg; |
| 61 | struct idmap_msg idmap_msg; |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 62 | struct key_construction *key_cons; |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 63 | struct idmap *idmap; |
| 64 | }; |
| 65 | |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 66 | struct idmap { |
| 67 | struct rpc_pipe *idmap_pipe; |
| 68 | struct idmap_legacy_upcalldata *idmap_upcall_data; |
| 69 | struct mutex idmap_mutex; |
| 70 | }; |
| 71 | |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 72 | /** |
| 73 | * nfs_fattr_init_names - initialise the nfs_fattr owner_name/group_name fields |
| 74 | * @fattr: fully initialised struct nfs_fattr |
| 75 | * @owner_name: owner name string cache |
| 76 | * @group_name: group name string cache |
| 77 | */ |
| 78 | void nfs_fattr_init_names(struct nfs_fattr *fattr, |
| 79 | struct nfs4_string *owner_name, |
| 80 | struct nfs4_string *group_name) |
| 81 | { |
| 82 | fattr->owner_name = owner_name; |
| 83 | fattr->group_name = group_name; |
| 84 | } |
| 85 | |
| 86 | static void nfs_fattr_free_owner_name(struct nfs_fattr *fattr) |
| 87 | { |
| 88 | fattr->valid &= ~NFS_ATTR_FATTR_OWNER_NAME; |
| 89 | kfree(fattr->owner_name->data); |
| 90 | } |
| 91 | |
| 92 | static void nfs_fattr_free_group_name(struct nfs_fattr *fattr) |
| 93 | { |
| 94 | fattr->valid &= ~NFS_ATTR_FATTR_GROUP_NAME; |
| 95 | kfree(fattr->group_name->data); |
| 96 | } |
| 97 | |
| 98 | static bool nfs_fattr_map_owner_name(struct nfs_server *server, struct nfs_fattr *fattr) |
| 99 | { |
| 100 | struct nfs4_string *owner = fattr->owner_name; |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 101 | kuid_t uid; |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 102 | |
| 103 | if (!(fattr->valid & NFS_ATTR_FATTR_OWNER_NAME)) |
| 104 | return false; |
| 105 | if (nfs_map_name_to_uid(server, owner->data, owner->len, &uid) == 0) { |
| 106 | fattr->uid = uid; |
| 107 | fattr->valid |= NFS_ATTR_FATTR_OWNER; |
| 108 | } |
| 109 | return true; |
| 110 | } |
| 111 | |
| 112 | static bool nfs_fattr_map_group_name(struct nfs_server *server, struct nfs_fattr *fattr) |
| 113 | { |
| 114 | struct nfs4_string *group = fattr->group_name; |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 115 | kgid_t gid; |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 116 | |
| 117 | if (!(fattr->valid & NFS_ATTR_FATTR_GROUP_NAME)) |
| 118 | return false; |
| 119 | if (nfs_map_group_to_gid(server, group->data, group->len, &gid) == 0) { |
| 120 | fattr->gid = gid; |
| 121 | fattr->valid |= NFS_ATTR_FATTR_GROUP; |
| 122 | } |
| 123 | return true; |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * nfs_fattr_free_names - free up the NFSv4 owner and group strings |
| 128 | * @fattr: a fully initialised nfs_fattr structure |
| 129 | */ |
| 130 | void nfs_fattr_free_names(struct nfs_fattr *fattr) |
| 131 | { |
| 132 | if (fattr->valid & NFS_ATTR_FATTR_OWNER_NAME) |
| 133 | nfs_fattr_free_owner_name(fattr); |
| 134 | if (fattr->valid & NFS_ATTR_FATTR_GROUP_NAME) |
| 135 | nfs_fattr_free_group_name(fattr); |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * nfs_fattr_map_and_free_names - map owner/group strings into uid/gid and free |
| 140 | * @server: pointer to the filesystem nfs_server structure |
| 141 | * @fattr: a fully initialised nfs_fattr structure |
| 142 | * |
| 143 | * This helper maps the cached NFSv4 owner/group strings in fattr into |
| 144 | * their numeric uid/gid equivalents, and then frees the cached strings. |
| 145 | */ |
| 146 | void nfs_fattr_map_and_free_names(struct nfs_server *server, struct nfs_fattr *fattr) |
| 147 | { |
| 148 | if (nfs_fattr_map_owner_name(server, fattr)) |
| 149 | nfs_fattr_free_owner_name(fattr); |
| 150 | if (nfs_fattr_map_group_name(server, fattr)) |
| 151 | nfs_fattr_free_group_name(fattr); |
| 152 | } |
Trond Myklebust | 5cf36cf | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 153 | |
| 154 | static int nfs_map_string_to_numeric(const char *name, size_t namelen, __u32 *res) |
| 155 | { |
| 156 | unsigned long val; |
| 157 | char buf[16]; |
| 158 | |
| 159 | if (memchr(name, '@', namelen) != NULL || namelen >= sizeof(buf)) |
| 160 | return 0; |
| 161 | memcpy(buf, name, namelen); |
| 162 | buf[namelen] = '\0'; |
Daniel Walter | 7297cb6 | 2012-09-26 21:51:46 +0200 | [diff] [blame] | 163 | if (kstrtoul(buf, 0, &val) != 0) |
Trond Myklebust | 5cf36cf | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 164 | return 0; |
| 165 | *res = val; |
| 166 | return 1; |
| 167 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | |
Trond Myklebust | f0b8516 | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 169 | static int nfs_map_numeric_to_string(__u32 id, char *buf, size_t buflen) |
| 170 | { |
| 171 | return snprintf(buf, buflen, "%u", id); |
| 172 | } |
| 173 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 174 | static struct key_type key_type_id_resolver = { |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 175 | .name = "id_resolver", |
| 176 | .instantiate = user_instantiate, |
| 177 | .match = user_match, |
| 178 | .revoke = user_revoke, |
| 179 | .destroy = user_destroy, |
| 180 | .describe = user_describe, |
| 181 | .read = user_read, |
| 182 | }; |
| 183 | |
Bryan Schumaker | e6499c6 | 2012-01-26 16:54:23 -0500 | [diff] [blame] | 184 | static int nfs_idmap_init_keyring(void) |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 185 | { |
| 186 | struct cred *cred; |
| 187 | struct key *keyring; |
| 188 | int ret = 0; |
| 189 | |
Weston Andros Adamson | f9fd2d9 | 2012-01-26 13:32:22 -0500 | [diff] [blame] | 190 | printk(KERN_NOTICE "NFS: Registering the %s key type\n", |
| 191 | key_type_id_resolver.name); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 192 | |
| 193 | cred = prepare_kernel_cred(NULL); |
| 194 | if (!cred) |
| 195 | return -ENOMEM; |
| 196 | |
Eric W. Biederman | 4e963d4 | 2013-02-01 03:03:16 -0800 | [diff] [blame] | 197 | keyring = keyring_alloc(".id_resolver", |
| 198 | GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, |
David Howells | f8aa23a | 2012-10-02 19:24:56 +0100 | [diff] [blame] | 199 | (KEY_POS_ALL & ~KEY_POS_SETATTR) | |
| 200 | KEY_USR_VIEW | KEY_USR_READ, |
| 201 | KEY_ALLOC_NOT_IN_QUOTA, NULL); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 202 | if (IS_ERR(keyring)) { |
| 203 | ret = PTR_ERR(keyring); |
| 204 | goto failed_put_cred; |
| 205 | } |
| 206 | |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 207 | ret = register_key_type(&key_type_id_resolver); |
| 208 | if (ret < 0) |
| 209 | goto failed_put_key; |
| 210 | |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 211 | ret = register_key_type(&key_type_id_resolver_legacy); |
| 212 | if (ret < 0) |
| 213 | goto failed_reg_legacy; |
| 214 | |
David Howells | 700920e | 2012-01-18 15:31:45 +0000 | [diff] [blame] | 215 | set_bit(KEY_FLAG_ROOT_CAN_CLEAR, &keyring->flags); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 216 | cred->thread_keyring = keyring; |
| 217 | cred->jit_keyring = KEY_REQKEY_DEFL_THREAD_KEYRING; |
| 218 | id_resolver_cache = cred; |
| 219 | return 0; |
| 220 | |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 221 | failed_reg_legacy: |
| 222 | unregister_key_type(&key_type_id_resolver); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 223 | failed_put_key: |
| 224 | key_put(keyring); |
| 225 | failed_put_cred: |
| 226 | put_cred(cred); |
| 227 | return ret; |
| 228 | } |
| 229 | |
Bryan Schumaker | e6499c6 | 2012-01-26 16:54:23 -0500 | [diff] [blame] | 230 | static void nfs_idmap_quit_keyring(void) |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 231 | { |
| 232 | key_revoke(id_resolver_cache->thread_keyring); |
| 233 | unregister_key_type(&key_type_id_resolver); |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 234 | unregister_key_type(&key_type_id_resolver_legacy); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 235 | put_cred(id_resolver_cache); |
| 236 | } |
| 237 | |
| 238 | /* |
| 239 | * Assemble the description to pass to request_key() |
| 240 | * This function will allocate a new string and update dest to point |
| 241 | * at it. The caller is responsible for freeing dest. |
| 242 | * |
| 243 | * On error 0 is returned. Otherwise, the length of dest is returned. |
| 244 | */ |
| 245 | static ssize_t nfs_idmap_get_desc(const char *name, size_t namelen, |
| 246 | const char *type, size_t typelen, char **desc) |
| 247 | { |
| 248 | char *cp; |
| 249 | size_t desclen = typelen + namelen + 2; |
| 250 | |
| 251 | *desc = kmalloc(desclen, GFP_KERNEL); |
Dan Carpenter | 8f0d97b | 2010-10-28 08:05:57 +0200 | [diff] [blame] | 252 | if (!*desc) |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 253 | return -ENOMEM; |
| 254 | |
| 255 | cp = *desc; |
| 256 | memcpy(cp, type, typelen); |
| 257 | cp += typelen; |
| 258 | *cp++ = ':'; |
| 259 | |
| 260 | memcpy(cp, name, namelen); |
| 261 | cp += namelen; |
| 262 | *cp = '\0'; |
| 263 | return desclen; |
| 264 | } |
| 265 | |
Bryan Schumaker | ffa57b9 | 2013-06-26 14:09:46 -0400 | [diff] [blame] | 266 | static struct key *nfs_idmap_request_key(const char *name, size_t namelen, |
| 267 | const char *type, struct idmap *idmap) |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 268 | { |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 269 | char *desc; |
Bryan Schumaker | ffa57b9 | 2013-06-26 14:09:46 -0400 | [diff] [blame] | 270 | struct key *rkey; |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 271 | ssize_t ret; |
| 272 | |
| 273 | ret = nfs_idmap_get_desc(name, namelen, type, strlen(type), &desc); |
| 274 | if (ret <= 0) |
Bryan Schumaker | ffa57b9 | 2013-06-26 14:09:46 -0400 | [diff] [blame] | 275 | return ERR_PTR(ret); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 276 | |
Bryan Schumaker | ffa57b9 | 2013-06-26 14:09:46 -0400 | [diff] [blame] | 277 | rkey = request_key(&key_type_id_resolver, desc, ""); |
| 278 | if (IS_ERR(rkey)) { |
| 279 | mutex_lock(&idmap->idmap_mutex); |
| 280 | rkey = request_key_with_auxdata(&key_type_id_resolver_legacy, |
| 281 | desc, "", 0, idmap); |
| 282 | mutex_unlock(&idmap->idmap_mutex); |
| 283 | } |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 284 | |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 285 | kfree(desc); |
Bryan Schumaker | ffa57b9 | 2013-06-26 14:09:46 -0400 | [diff] [blame] | 286 | return rkey; |
| 287 | } |
| 288 | |
| 289 | static ssize_t nfs_idmap_get_key(const char *name, size_t namelen, |
| 290 | const char *type, void *data, |
| 291 | size_t data_size, struct idmap *idmap) |
| 292 | { |
| 293 | const struct cred *saved_cred; |
| 294 | struct key *rkey; |
| 295 | struct user_key_payload *payload; |
| 296 | ssize_t ret; |
| 297 | |
| 298 | saved_cred = override_creds(id_resolver_cache); |
| 299 | rkey = nfs_idmap_request_key(name, namelen, type, idmap); |
| 300 | revert_creds(saved_cred); |
| 301 | |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 302 | if (IS_ERR(rkey)) { |
| 303 | ret = PTR_ERR(rkey); |
| 304 | goto out; |
| 305 | } |
| 306 | |
| 307 | rcu_read_lock(); |
| 308 | rkey->perm |= KEY_USR_VIEW; |
| 309 | |
| 310 | ret = key_validate(rkey); |
| 311 | if (ret < 0) |
| 312 | goto out_up; |
| 313 | |
Trond Myklebust | 393faff | 2013-08-21 20:06:11 -0400 | [diff] [blame] | 314 | payload = rcu_dereference(rkey->payload.rcudata); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 315 | if (IS_ERR_OR_NULL(payload)) { |
| 316 | ret = PTR_ERR(payload); |
| 317 | goto out_up; |
| 318 | } |
| 319 | |
| 320 | ret = payload->datalen; |
| 321 | if (ret > 0 && ret <= data_size) |
| 322 | memcpy(data, payload->data, ret); |
| 323 | else |
| 324 | ret = -EINVAL; |
| 325 | |
| 326 | out_up: |
| 327 | rcu_read_unlock(); |
| 328 | key_put(rkey); |
| 329 | out: |
| 330 | return ret; |
| 331 | } |
| 332 | |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 333 | /* ID -> Name */ |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 334 | static ssize_t nfs_idmap_lookup_name(__u32 id, const char *type, char *buf, |
| 335 | size_t buflen, struct idmap *idmap) |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 336 | { |
| 337 | char id_str[NFS_UINT_MAXLEN]; |
| 338 | int id_len; |
| 339 | ssize_t ret; |
| 340 | |
| 341 | id_len = snprintf(id_str, sizeof(id_str), "%u", id); |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 342 | ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 343 | if (ret < 0) |
| 344 | return -EINVAL; |
| 345 | return ret; |
| 346 | } |
| 347 | |
| 348 | /* Name -> ID */ |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 349 | static int nfs_idmap_lookup_id(const char *name, size_t namelen, const char *type, |
| 350 | __u32 *id, struct idmap *idmap) |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 351 | { |
| 352 | char id_str[NFS_UINT_MAXLEN]; |
| 353 | long id_long; |
| 354 | ssize_t data_size; |
| 355 | int ret = 0; |
| 356 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 357 | data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 358 | if (data_size <= 0) { |
| 359 | ret = -EINVAL; |
| 360 | } else { |
Daniel Walter | 7297cb6 | 2012-09-26 21:51:46 +0200 | [diff] [blame] | 361 | ret = kstrtol(id_str, 10, &id_long); |
Bryan Schumaker | 955a857 | 2010-09-29 15:41:49 -0400 | [diff] [blame] | 362 | *id = (__u32)id_long; |
| 363 | } |
| 364 | return ret; |
| 365 | } |
| 366 | |
Bryan Schumaker | e6499c6 | 2012-01-26 16:54:23 -0500 | [diff] [blame] | 367 | /* idmap classic begins here */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 369 | enum { |
| 370 | Opt_find_uid, Opt_find_gid, Opt_find_user, Opt_find_group, Opt_find_err |
| 371 | }; |
| 372 | |
| 373 | static const match_table_t nfs_idmap_tokens = { |
| 374 | { Opt_find_uid, "uid:%s" }, |
| 375 | { Opt_find_gid, "gid:%s" }, |
| 376 | { Opt_find_user, "user:%s" }, |
| 377 | { Opt_find_group, "group:%s" }, |
| 378 | { Opt_find_err, NULL } |
| 379 | }; |
| 380 | |
| 381 | static int nfs_idmap_legacy_upcall(struct key_construction *, const char *, void *); |
Chuck Lever | 369af0f | 2007-12-20 14:54:35 -0500 | [diff] [blame] | 382 | static ssize_t idmap_pipe_downcall(struct file *, const char __user *, |
| 383 | size_t); |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 384 | static void idmap_release_pipe(struct inode *); |
Chuck Lever | 369af0f | 2007-12-20 14:54:35 -0500 | [diff] [blame] | 385 | static void idmap_pipe_destroy_msg(struct rpc_pipe_msg *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 386 | |
Trond Myklebust | b693ba4 | 2009-08-09 15:14:15 -0400 | [diff] [blame] | 387 | static const struct rpc_pipe_ops idmap_upcall_ops = { |
Peng Tao | c122515 | 2011-09-22 21:50:10 -0400 | [diff] [blame] | 388 | .upcall = rpc_pipe_generic_upcall, |
Chuck Lever | 369af0f | 2007-12-20 14:54:35 -0500 | [diff] [blame] | 389 | .downcall = idmap_pipe_downcall, |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 390 | .release_pipe = idmap_release_pipe, |
Chuck Lever | 369af0f | 2007-12-20 14:54:35 -0500 | [diff] [blame] | 391 | .destroy_msg = idmap_pipe_destroy_msg, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 | }; |
| 393 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 394 | static struct key_type key_type_id_resolver_legacy = { |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 395 | .name = "id_legacy", |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 396 | .instantiate = user_instantiate, |
| 397 | .match = user_match, |
| 398 | .revoke = user_revoke, |
| 399 | .destroy = user_destroy, |
| 400 | .describe = user_describe, |
| 401 | .read = user_read, |
| 402 | .request_key = nfs_idmap_legacy_upcall, |
| 403 | }; |
| 404 | |
Stanislav Kinsbursky | 4929d1d | 2012-01-10 16:13:11 +0400 | [diff] [blame] | 405 | static void __nfs_idmap_unregister(struct rpc_pipe *pipe) |
| 406 | { |
Trond Myklebust | d763125 | 2013-08-26 17:26:51 -0400 | [diff] [blame^] | 407 | if (pipe->dentry) { |
Stanislav Kinsbursky | 4929d1d | 2012-01-10 16:13:11 +0400 | [diff] [blame] | 408 | rpc_unlink(pipe->dentry); |
Trond Myklebust | d763125 | 2013-08-26 17:26:51 -0400 | [diff] [blame^] | 409 | pipe->dentry = NULL; |
| 410 | } |
Stanislav Kinsbursky | 4929d1d | 2012-01-10 16:13:11 +0400 | [diff] [blame] | 411 | } |
| 412 | |
| 413 | static int __nfs_idmap_register(struct dentry *dir, |
| 414 | struct idmap *idmap, |
| 415 | struct rpc_pipe *pipe) |
| 416 | { |
| 417 | struct dentry *dentry; |
| 418 | |
| 419 | dentry = rpc_mkpipe_dentry(dir, "idmap", idmap, pipe); |
| 420 | if (IS_ERR(dentry)) |
| 421 | return PTR_ERR(dentry); |
| 422 | pipe->dentry = dentry; |
| 423 | return 0; |
| 424 | } |
| 425 | |
| 426 | static void nfs_idmap_unregister(struct nfs_client *clp, |
| 427 | struct rpc_pipe *pipe) |
| 428 | { |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 429 | struct net *net = clp->cl_net; |
Stanislav Kinsbursky | 4929d1d | 2012-01-10 16:13:11 +0400 | [diff] [blame] | 430 | struct super_block *pipefs_sb; |
| 431 | |
| 432 | pipefs_sb = rpc_get_sb_net(net); |
| 433 | if (pipefs_sb) { |
| 434 | __nfs_idmap_unregister(pipe); |
| 435 | rpc_put_sb_net(net); |
| 436 | } |
| 437 | } |
| 438 | |
| 439 | static int nfs_idmap_register(struct nfs_client *clp, |
| 440 | struct idmap *idmap, |
| 441 | struct rpc_pipe *pipe) |
| 442 | { |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 443 | struct net *net = clp->cl_net; |
Stanislav Kinsbursky | 4929d1d | 2012-01-10 16:13:11 +0400 | [diff] [blame] | 444 | struct super_block *pipefs_sb; |
| 445 | int err = 0; |
| 446 | |
| 447 | pipefs_sb = rpc_get_sb_net(net); |
| 448 | if (pipefs_sb) { |
| 449 | if (clp->cl_rpcclient->cl_dentry) |
| 450 | err = __nfs_idmap_register(clp->cl_rpcclient->cl_dentry, |
| 451 | idmap, pipe); |
| 452 | rpc_put_sb_net(net); |
| 453 | } |
| 454 | return err; |
| 455 | } |
| 456 | |
David Howells | b716279 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 457 | int |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 458 | nfs_idmap_new(struct nfs_client *clp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 459 | { |
| 460 | struct idmap *idmap; |
Stanislav Kinsbursky | c239d83 | 2011-12-26 15:44:06 +0300 | [diff] [blame] | 461 | struct rpc_pipe *pipe; |
David Howells | b716279 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 462 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | |
Chuck Lever | 369af0f | 2007-12-20 14:54:35 -0500 | [diff] [blame] | 464 | idmap = kzalloc(sizeof(*idmap), GFP_KERNEL); |
| 465 | if (idmap == NULL) |
| 466 | return -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | |
Stanislav Kinsbursky | c239d83 | 2011-12-26 15:44:06 +0300 | [diff] [blame] | 468 | pipe = rpc_mkpipe_data(&idmap_upcall_ops, 0); |
| 469 | if (IS_ERR(pipe)) { |
| 470 | error = PTR_ERR(pipe); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | kfree(idmap); |
David Howells | b716279 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 472 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 473 | } |
Stanislav Kinsbursky | 4929d1d | 2012-01-10 16:13:11 +0400 | [diff] [blame] | 474 | error = nfs_idmap_register(clp, idmap, pipe); |
| 475 | if (error) { |
Stanislav Kinsbursky | c239d83 | 2011-12-26 15:44:06 +0300 | [diff] [blame] | 476 | rpc_destroy_pipe_data(pipe); |
| 477 | kfree(idmap); |
| 478 | return error; |
| 479 | } |
| 480 | idmap->idmap_pipe = pipe; |
Bryan Schumaker | b102743 | 2012-06-20 14:35:28 -0400 | [diff] [blame] | 481 | mutex_init(&idmap->idmap_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | |
| 483 | clp->cl_idmap = idmap; |
David Howells | b716279 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 484 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | } |
| 486 | |
| 487 | void |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 488 | nfs_idmap_delete(struct nfs_client *clp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | { |
| 490 | struct idmap *idmap = clp->cl_idmap; |
| 491 | |
| 492 | if (!idmap) |
| 493 | return; |
Stanislav Kinsbursky | 4929d1d | 2012-01-10 16:13:11 +0400 | [diff] [blame] | 494 | nfs_idmap_unregister(clp, idmap->idmap_pipe); |
Stanislav Kinsbursky | c239d83 | 2011-12-26 15:44:06 +0300 | [diff] [blame] | 495 | rpc_destroy_pipe_data(idmap->idmap_pipe); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 496 | clp->cl_idmap = NULL; |
| 497 | kfree(idmap); |
| 498 | } |
| 499 | |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 500 | static int __rpc_pipefs_event(struct nfs_client *clp, unsigned long event, |
| 501 | struct super_block *sb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 502 | { |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 503 | int err = 0; |
| 504 | |
| 505 | switch (event) { |
| 506 | case RPC_PIPEFS_MOUNT: |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 507 | err = __nfs_idmap_register(clp->cl_rpcclient->cl_dentry, |
| 508 | clp->cl_idmap, |
| 509 | clp->cl_idmap->idmap_pipe); |
| 510 | break; |
| 511 | case RPC_PIPEFS_UMOUNT: |
| 512 | if (clp->cl_idmap->idmap_pipe) { |
| 513 | struct dentry *parent; |
| 514 | |
| 515 | parent = clp->cl_idmap->idmap_pipe->dentry->d_parent; |
| 516 | __nfs_idmap_unregister(clp->cl_idmap->idmap_pipe); |
| 517 | /* |
| 518 | * Note: This is a dirty hack. SUNRPC hook has been |
| 519 | * called already but simple_rmdir() call for the |
| 520 | * directory returned with error because of idmap pipe |
| 521 | * inside. Thus now we have to remove this directory |
| 522 | * here. |
| 523 | */ |
| 524 | if (rpc_rmdir(parent)) |
Weston Andros Adamson | a030889 | 2012-01-26 13:32:23 -0500 | [diff] [blame] | 525 | printk(KERN_ERR "NFS: %s: failed to remove " |
| 526 | "clnt dir!\n", __func__); |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 527 | } |
| 528 | break; |
| 529 | default: |
Weston Andros Adamson | a030889 | 2012-01-26 13:32:23 -0500 | [diff] [blame] | 530 | printk(KERN_ERR "NFS: %s: unknown event: %ld\n", __func__, |
| 531 | event); |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 532 | return -ENOTSUPP; |
| 533 | } |
| 534 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 535 | } |
| 536 | |
Stanislav Kinsbursky | e9dbca8 | 2012-02-27 22:05:37 +0400 | [diff] [blame] | 537 | static struct nfs_client *nfs_get_client_for_event(struct net *net, int event) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | { |
Stanislav Kinsbursky | e9dbca8 | 2012-02-27 22:05:37 +0400 | [diff] [blame] | 539 | struct nfs_net *nn = net_generic(net, nfs_net_id); |
| 540 | struct dentry *cl_dentry; |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 541 | struct nfs_client *clp; |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 542 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 543 | |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 544 | restart: |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 545 | spin_lock(&nn->nfs_client_lock); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 546 | list_for_each_entry(clp, &nn->nfs_client_list, cl_share_link) { |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 547 | /* Wait for initialisation to finish */ |
| 548 | if (clp->cl_cons_state == NFS_CS_INITING) { |
| 549 | atomic_inc(&clp->cl_count); |
| 550 | spin_unlock(&nn->nfs_client_lock); |
| 551 | err = nfs_wait_client_init_complete(clp); |
| 552 | nfs_put_client(clp); |
| 553 | if (err) |
| 554 | return NULL; |
| 555 | goto restart; |
| 556 | } |
| 557 | /* Skip nfs_clients that failed to initialise */ |
| 558 | if (clp->cl_cons_state < 0) |
| 559 | continue; |
Trond Myklebust | 54ac471 | 2012-05-23 13:26:10 -0400 | [diff] [blame] | 560 | smp_rmb(); |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 561 | if (clp->rpc_ops != &nfs_v4_clientops) |
| 562 | continue; |
Stanislav Kinsbursky | e9dbca8 | 2012-02-27 22:05:37 +0400 | [diff] [blame] | 563 | cl_dentry = clp->cl_idmap->idmap_pipe->dentry; |
| 564 | if (((event == RPC_PIPEFS_MOUNT) && cl_dentry) || |
| 565 | ((event == RPC_PIPEFS_UMOUNT) && !cl_dentry)) |
| 566 | continue; |
| 567 | atomic_inc(&clp->cl_count); |
| 568 | spin_unlock(&nn->nfs_client_lock); |
| 569 | return clp; |
| 570 | } |
| 571 | spin_unlock(&nn->nfs_client_lock); |
| 572 | return NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 573 | } |
| 574 | |
Stanislav Kinsbursky | e9dbca8 | 2012-02-27 22:05:37 +0400 | [diff] [blame] | 575 | static int rpc_pipefs_event(struct notifier_block *nb, unsigned long event, |
| 576 | void *ptr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | { |
Stanislav Kinsbursky | e9dbca8 | 2012-02-27 22:05:37 +0400 | [diff] [blame] | 578 | struct super_block *sb = ptr; |
| 579 | struct nfs_client *clp; |
| 580 | int error = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 581 | |
Stanislav Kinsbursky | 71dfc5f | 2012-04-28 19:32:21 +0400 | [diff] [blame] | 582 | if (!try_module_get(THIS_MODULE)) |
| 583 | return 0; |
| 584 | |
Stanislav Kinsbursky | e9dbca8 | 2012-02-27 22:05:37 +0400 | [diff] [blame] | 585 | while ((clp = nfs_get_client_for_event(sb->s_fs_info, event))) { |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 586 | error = __rpc_pipefs_event(clp, event, sb); |
Stanislav Kinsbursky | e9dbca8 | 2012-02-27 22:05:37 +0400 | [diff] [blame] | 587 | nfs_put_client(clp); |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 588 | if (error) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 589 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 590 | } |
Stanislav Kinsbursky | 71dfc5f | 2012-04-28 19:32:21 +0400 | [diff] [blame] | 591 | module_put(THIS_MODULE); |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 592 | return error; |
| 593 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 595 | #define PIPEFS_NFS_PRIO 1 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 596 | |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 597 | static struct notifier_block nfs_idmap_block = { |
| 598 | .notifier_call = rpc_pipefs_event, |
| 599 | .priority = SUNRPC_PIPEFS_NFS_PRIO, |
| 600 | }; |
| 601 | |
| 602 | int nfs_idmap_init(void) |
| 603 | { |
Bryan Schumaker | e6499c6 | 2012-01-26 16:54:23 -0500 | [diff] [blame] | 604 | int ret; |
| 605 | ret = nfs_idmap_init_keyring(); |
| 606 | if (ret != 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 607 | goto out; |
Bryan Schumaker | e6499c6 | 2012-01-26 16:54:23 -0500 | [diff] [blame] | 608 | ret = rpc_pipefs_notifier_register(&nfs_idmap_block); |
| 609 | if (ret != 0) |
| 610 | nfs_idmap_quit_keyring(); |
| 611 | out: |
Chuck Lever | 369af0f | 2007-12-20 14:54:35 -0500 | [diff] [blame] | 612 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 613 | } |
| 614 | |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 615 | void nfs_idmap_quit(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 616 | { |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 617 | rpc_pipefs_notifier_unregister(&nfs_idmap_block); |
Bryan Schumaker | e6499c6 | 2012-01-26 16:54:23 -0500 | [diff] [blame] | 618 | nfs_idmap_quit_keyring(); |
Stanislav Kinsbursky | eee1732 | 2012-01-10 16:13:19 +0400 | [diff] [blame] | 619 | } |
| 620 | |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 621 | static int nfs_idmap_prepare_message(char *desc, struct idmap *idmap, |
| 622 | struct idmap_msg *im, |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 623 | struct rpc_pipe_msg *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | { |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 625 | substring_t substr; |
| 626 | int token, ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 627 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 628 | im->im_type = IDMAP_TYPE_GROUP; |
| 629 | token = match_token(desc, nfs_idmap_tokens, &substr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 630 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 631 | switch (token) { |
| 632 | case Opt_find_uid: |
| 633 | im->im_type = IDMAP_TYPE_USER; |
| 634 | case Opt_find_gid: |
| 635 | im->im_conv = IDMAP_CONV_NAMETOID; |
| 636 | ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); |
| 637 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 638 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 639 | case Opt_find_user: |
| 640 | im->im_type = IDMAP_TYPE_USER; |
| 641 | case Opt_find_group: |
| 642 | im->im_conv = IDMAP_CONV_IDTONAME; |
| 643 | ret = match_int(&substr, &im->im_id); |
| 644 | break; |
Trond Myklebust | 685f50f | 2012-02-08 13:39:15 -0500 | [diff] [blame] | 645 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 646 | default: |
| 647 | ret = -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | goto out; |
| 649 | } |
| 650 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 651 | msg->data = im; |
| 652 | msg->len = sizeof(struct idmap_msg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 654 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | return ret; |
| 656 | } |
| 657 | |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 658 | static bool |
| 659 | nfs_idmap_prepare_pipe_upcall(struct idmap *idmap, |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 660 | struct idmap_legacy_upcalldata *data) |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 661 | { |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 662 | if (idmap->idmap_upcall_data != NULL) { |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 663 | WARN_ON_ONCE(1); |
| 664 | return false; |
| 665 | } |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 666 | idmap->idmap_upcall_data = data; |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 667 | return true; |
| 668 | } |
| 669 | |
| 670 | static void |
| 671 | nfs_idmap_complete_pipe_upcall_locked(struct idmap *idmap, int ret) |
| 672 | { |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 673 | struct key_construction *cons = idmap->idmap_upcall_data->key_cons; |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 674 | |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 675 | kfree(idmap->idmap_upcall_data); |
| 676 | idmap->idmap_upcall_data = NULL; |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 677 | complete_request_key(cons, ret); |
| 678 | } |
| 679 | |
| 680 | static void |
| 681 | nfs_idmap_abort_pipe_upcall(struct idmap *idmap, int ret) |
| 682 | { |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 683 | if (idmap->idmap_upcall_data != NULL) |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 684 | nfs_idmap_complete_pipe_upcall_locked(idmap, ret); |
| 685 | } |
| 686 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 687 | static int nfs_idmap_legacy_upcall(struct key_construction *cons, |
| 688 | const char *op, |
| 689 | void *aux) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | { |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 691 | struct idmap_legacy_upcalldata *data; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 692 | struct rpc_pipe_msg *msg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | struct idmap_msg *im; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 694 | struct idmap *idmap = (struct idmap *)aux; |
| 695 | struct key *key = cons->key; |
Dan Carpenter | 5abc03c | 2012-05-14 22:45:28 +0300 | [diff] [blame] | 696 | int ret = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 697 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 698 | /* msg and im are freed in idmap_pipe_destroy_msg */ |
Bryan Schumaker | 57a5104 | 2012-08-09 14:05:51 -0400 | [diff] [blame] | 699 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 700 | if (!data) |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 701 | goto out1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 702 | |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 703 | msg = &data->pipe_msg; |
| 704 | im = &data->idmap_msg; |
| 705 | data->idmap = idmap; |
Bryan Schumaker | ddfc4e1 | 2012-10-02 16:01:38 -0400 | [diff] [blame] | 706 | data->key_cons = cons; |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 707 | |
| 708 | ret = nfs_idmap_prepare_message(key->description, idmap, im, msg); |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 709 | if (ret < 0) |
| 710 | goto out2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 711 | |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 712 | ret = -EAGAIN; |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 713 | if (!nfs_idmap_prepare_pipe_upcall(idmap, data)) |
Trond Myklebust | 0e24d84 | 2012-09-28 12:03:09 -0400 | [diff] [blame] | 714 | goto out2; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 715 | |
Bryan Schumaker | 11588f4 | 2012-03-12 11:33:00 -0400 | [diff] [blame] | 716 | ret = rpc_queue_upcall(idmap->idmap_pipe, msg); |
| 717 | if (ret < 0) |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 718 | nfs_idmap_abort_pipe_upcall(idmap, ret); |
Bryan Schumaker | 11588f4 | 2012-03-12 11:33:00 -0400 | [diff] [blame] | 719 | |
| 720 | return ret; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 721 | out2: |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 722 | kfree(data); |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 723 | out1: |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 724 | complete_request_key(cons, ret); |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 725 | return ret; |
| 726 | } |
| 727 | |
Trond Myklebust | cf4ab53 | 2013-03-08 12:56:37 -0500 | [diff] [blame] | 728 | static int nfs_idmap_instantiate(struct key *key, struct key *authkey, char *data, size_t datalen) |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 729 | { |
Trond Myklebust | cf4ab53 | 2013-03-08 12:56:37 -0500 | [diff] [blame] | 730 | return key_instantiate_and_link(key, data, datalen, |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 731 | id_resolver_cache->thread_keyring, |
| 732 | authkey); |
| 733 | } |
| 734 | |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 735 | static int nfs_idmap_read_and_verify_message(struct idmap_msg *im, |
| 736 | struct idmap_msg *upcall, |
| 737 | struct key *key, struct key *authkey) |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 738 | { |
| 739 | char id_str[NFS_UINT_MAXLEN]; |
Trond Myklebust | cf4ab53 | 2013-03-08 12:56:37 -0500 | [diff] [blame] | 740 | size_t len; |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 741 | int ret = -ENOKEY; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 742 | |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 743 | /* ret = -ENOKEY */ |
| 744 | if (upcall->im_type != im->im_type || upcall->im_conv != im->im_conv) |
| 745 | goto out; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 746 | switch (im->im_conv) { |
| 747 | case IDMAP_CONV_NAMETOID: |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 748 | if (strcmp(upcall->im_name, im->im_name) != 0) |
| 749 | break; |
Trond Myklebust | cf4ab53 | 2013-03-08 12:56:37 -0500 | [diff] [blame] | 750 | /* Note: here we store the NUL terminator too */ |
| 751 | len = sprintf(id_str, "%d", im->im_id) + 1; |
| 752 | ret = nfs_idmap_instantiate(key, authkey, id_str, len); |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 753 | break; |
| 754 | case IDMAP_CONV_IDTONAME: |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 755 | if (upcall->im_id != im->im_id) |
| 756 | break; |
Trond Myklebust | cf4ab53 | 2013-03-08 12:56:37 -0500 | [diff] [blame] | 757 | len = strlen(im->im_name); |
| 758 | ret = nfs_idmap_instantiate(key, authkey, im->im_name, len); |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 759 | break; |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 760 | default: |
| 761 | ret = -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 762 | } |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 763 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 764 | return ret; |
| 765 | } |
| 766 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 767 | static ssize_t |
| 768 | idmap_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) |
| 769 | { |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 770 | struct rpc_inode *rpci = RPC_I(file_inode(filp)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 771 | struct idmap *idmap = (struct idmap *)rpci->private; |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 772 | struct key_construction *cons; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 773 | struct idmap_msg im; |
Chuck Lever | d24aae4 | 2007-12-20 14:54:49 -0500 | [diff] [blame] | 774 | size_t namelen_in; |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 775 | int ret = -ENOKEY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 776 | |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 777 | /* If instantiation is successful, anyone waiting for key construction |
| 778 | * will have been woken up and someone else may now have used |
| 779 | * idmap_key_cons - so after this point we may no longer touch it. |
| 780 | */ |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 781 | if (idmap->idmap_upcall_data == NULL) |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 782 | goto out_noupcall; |
David Howells | a427b9e | 2012-07-25 16:53:36 +0100 | [diff] [blame] | 783 | |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 784 | cons = idmap->idmap_upcall_data->key_cons; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 785 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 786 | if (mlen != sizeof(im)) { |
| 787 | ret = -ENOSPC; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 788 | goto out; |
| 789 | } |
| 790 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 791 | if (copy_from_user(&im, src, mlen) != 0) { |
| 792 | ret = -EFAULT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 793 | goto out; |
| 794 | } |
| 795 | |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 796 | if (!(im.im_status & IDMAP_STATUS_SUCCESS)) { |
Bryan Schumaker | 12dfd08 | 2012-08-09 14:05:50 -0400 | [diff] [blame] | 797 | ret = -ENOKEY; |
| 798 | goto out; |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 799 | } |
| 800 | |
| 801 | namelen_in = strnlen(im.im_name, IDMAP_NAMESZ); |
| 802 | if (namelen_in == 0 || namelen_in == IDMAP_NAMESZ) { |
| 803 | ret = -EINVAL; |
| 804 | goto out; |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 805 | } |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 806 | |
Trond Myklebust | 0cac120 | 2012-09-27 16:15:00 -0400 | [diff] [blame] | 807 | ret = nfs_idmap_read_and_verify_message(&im, |
| 808 | &idmap->idmap_upcall_data->idmap_msg, |
| 809 | cons->key, cons->authkey); |
Bryan Schumaker | 57e6232 | 2012-02-24 14:14:51 -0500 | [diff] [blame] | 810 | if (ret >= 0) { |
| 811 | key_set_timeout(cons->key, nfs_idmap_cache_timeout); |
| 812 | ret = mlen; |
| 813 | } |
| 814 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 815 | out: |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 816 | nfs_idmap_complete_pipe_upcall_locked(idmap, ret); |
| 817 | out_noupcall: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 818 | return ret; |
| 819 | } |
| 820 | |
Adrian Bunk | 75c96f8 | 2005-05-05 16:16:09 -0700 | [diff] [blame] | 821 | static void |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 822 | idmap_pipe_destroy_msg(struct rpc_pipe_msg *msg) |
| 823 | { |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 824 | struct idmap_legacy_upcalldata *data = container_of(msg, |
| 825 | struct idmap_legacy_upcalldata, |
| 826 | pipe_msg); |
| 827 | struct idmap *idmap = data->idmap; |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 828 | |
| 829 | if (msg->errno) |
| 830 | nfs_idmap_abort_pipe_upcall(idmap, msg->errno); |
Bryan Schumaker | c506694 | 2012-08-09 14:05:49 -0400 | [diff] [blame] | 831 | } |
| 832 | |
| 833 | static void |
| 834 | idmap_release_pipe(struct inode *inode) |
| 835 | { |
| 836 | struct rpc_inode *rpci = RPC_I(inode); |
| 837 | struct idmap *idmap = (struct idmap *)rpci->private; |
Trond Myklebust | e9ab41b6 | 2012-09-27 15:44:19 -0400 | [diff] [blame] | 838 | |
| 839 | nfs_idmap_abort_pipe_upcall(idmap, -EPIPE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 840 | } |
| 841 | |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 842 | int nfs_map_name_to_uid(const struct nfs_server *server, const char *name, size_t namelen, kuid_t *uid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 843 | { |
Trond Myklebust | e4fd72a | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 844 | struct idmap *idmap = server->nfs_client->cl_idmap; |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 845 | __u32 id = -1; |
| 846 | int ret = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 848 | if (!nfs_map_string_to_numeric(name, namelen, &id)) |
| 849 | ret = nfs_idmap_lookup_id(name, namelen, "uid", &id, idmap); |
| 850 | if (ret == 0) { |
| 851 | *uid = make_kuid(&init_user_ns, id); |
| 852 | if (!uid_valid(*uid)) |
| 853 | ret = -ERANGE; |
| 854 | } |
Trond Myklebust | 1f2d30b | 2013-08-13 11:34:01 -0400 | [diff] [blame] | 855 | trace_nfs4_map_name_to_uid(name, namelen, id, ret); |
Trond Myklebust | f0b8516 | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 856 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 857 | } |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 858 | |
| 859 | int nfs_map_group_to_gid(const struct nfs_server *server, const char *name, size_t namelen, kgid_t *gid) |
| 860 | { |
| 861 | struct idmap *idmap = server->nfs_client->cl_idmap; |
| 862 | __u32 id = -1; |
| 863 | int ret = 0; |
| 864 | |
| 865 | if (!nfs_map_string_to_numeric(name, namelen, &id)) |
| 866 | ret = nfs_idmap_lookup_id(name, namelen, "gid", &id, idmap); |
| 867 | if (ret == 0) { |
| 868 | *gid = make_kgid(&init_user_ns, id); |
| 869 | if (!gid_valid(*gid)) |
| 870 | ret = -ERANGE; |
| 871 | } |
Trond Myklebust | 1f2d30b | 2013-08-13 11:34:01 -0400 | [diff] [blame] | 872 | trace_nfs4_map_group_to_gid(name, namelen, id, ret); |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 873 | return ret; |
| 874 | } |
| 875 | |
| 876 | int nfs_map_uid_to_name(const struct nfs_server *server, kuid_t uid, char *buf, size_t buflen) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 877 | { |
Trond Myklebust | e4fd72a | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 878 | struct idmap *idmap = server->nfs_client->cl_idmap; |
Trond Myklebust | b064eca2 | 2011-02-22 15:44:32 -0800 | [diff] [blame] | 879 | int ret = -EINVAL; |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 880 | __u32 id; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 881 | |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 882 | id = from_kuid(&init_user_ns, uid); |
Trond Myklebust | b064eca2 | 2011-02-22 15:44:32 -0800 | [diff] [blame] | 883 | if (!(server->caps & NFS_CAP_UIDGID_NOMAP)) |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 884 | ret = nfs_idmap_lookup_name(id, "user", buf, buflen, idmap); |
Trond Myklebust | f0b8516 | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 885 | if (ret < 0) |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 886 | ret = nfs_map_numeric_to_string(id, buf, buflen); |
Trond Myklebust | 1f2d30b | 2013-08-13 11:34:01 -0400 | [diff] [blame] | 887 | trace_nfs4_map_uid_to_name(buf, ret, id, ret); |
Eric W. Biederman | 9f309c8 | 2013-02-01 03:21:47 -0800 | [diff] [blame] | 888 | return ret; |
| 889 | } |
| 890 | int nfs_map_gid_to_group(const struct nfs_server *server, kgid_t gid, char *buf, size_t buflen) |
| 891 | { |
| 892 | struct idmap *idmap = server->nfs_client->cl_idmap; |
| 893 | int ret = -EINVAL; |
| 894 | __u32 id; |
| 895 | |
| 896 | id = from_kgid(&init_user_ns, gid); |
| 897 | if (!(server->caps & NFS_CAP_UIDGID_NOMAP)) |
| 898 | ret = nfs_idmap_lookup_name(id, "group", buf, buflen, idmap); |
| 899 | if (ret < 0) |
| 900 | ret = nfs_map_numeric_to_string(id, buf, buflen); |
Trond Myklebust | 1f2d30b | 2013-08-13 11:34:01 -0400 | [diff] [blame] | 901 | trace_nfs4_map_gid_to_group(buf, ret, id, ret); |
Trond Myklebust | f0b8516 | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 902 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 903 | } |