commit | dcb0f22282e680ee5202ab7574ce78beb3803a9f | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Feb 09 08:48:21 2012 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue May 15 14:59:28 2012 -0700 |
tree | dce64929607bc1cc79b08e9c207c27792988ff39 | |
parent | 08cefc7ab839cf3ece44b8033968a4732eac06d8 [diff] [blame] |
userns: Convert proc to use kuid/kgid where appropriate Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
diff --git a/fs/proc/root.c b/fs/proc/root.c index 46a15d8..df4e456 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c
@@ -67,7 +67,7 @@ case Opt_gid: if (match_int(&args[0], &option)) return 0; - pid->pid_gid = option; + pid->pid_gid = make_kgid(current_user_ns(), option); break; case Opt_hidepid: if (match_int(&args[0], &option))