commit | a001e74cef34d95ede6535ef521011c612657a3a | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Jun 06 15:48:04 2016 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Thu Jun 23 15:41:55 2016 -0500 |
tree | ca0917ef4ac8e75675ba32d69dd7dce29696ba57 | |
parent | 6e4eab577a0cae15b3da9b888cff16fe57981b3e [diff] |
mnt: Move the FS_USERNS_MOUNT check into sget_userns Allowing a filesystem to be mounted by other than root in the initial user namespace is a filesystem property not a mount namespace property and as such should be checked in filesystem specific code. Move the FS_USERNS_MOUNT test into super.c:sget_userns(). Acked-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>