blob: 7f1ecd2e41c11f3a5b6cd04df1d60f33a68850dc [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/kernel/sys.c
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 */
6
Paul Gortmaker9984de12011-05-23 14:51:41 -04007#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/mm.h>
9#include <linux/utsname.h>
10#include <linux/mman.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/reboot.h>
12#include <linux/prctl.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/highuid.h>
14#include <linux/fs.h>
Paul Gortmaker74da1ff2011-05-26 12:48:41 -040015#include <linux/kmod.h>
Ingo Molnarcdd6c482009-09-21 12:02:48 +020016#include <linux/perf_event.h>
Daniel Walker3e88c552007-05-10 22:22:53 -070017#include <linux/resource.h>
Eric W. Biedermandc009d92005-06-25 14:57:52 -070018#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <linux/workqueue.h>
Randy.Dunlapc59ede72006-01-11 12:17:46 -080020#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/device.h>
22#include <linux/key.h>
23#include <linux/times.h>
24#include <linux/posix-timers.h>
25#include <linux/security.h>
26#include <linux/dcookies.h>
27#include <linux/suspend.h>
28#include <linux/tty.h>
Jesper Juhl7ed20e12005-05-01 08:59:14 -070029#include <linux/signal.h>
Matt Helsley9f460802005-11-07 00:59:16 -080030#include <linux/cn_proc.h>
Andi Kleen3cfc3482006-09-26 10:52:28 +020031#include <linux/getcpu.h>
Eric Dumazet6eaeeab2007-05-10 22:22:37 -070032#include <linux/task_io_accounting_ops.h>
Andrea Arcangeli1d9d02f2007-07-15 23:41:32 -070033#include <linux/seccomp.h>
Mark Lord40477272007-10-01 01:20:10 -070034#include <linux/cpu.h>
Christoph Hellwige28cbf22010-03-10 15:21:19 -080035#include <linux/personality.h>
Paul Mackerrase3d5a272009-01-06 14:41:02 -080036#include <linux/ptrace.h>
Al Viro5ad4e532009-03-29 19:50:06 -040037#include <linux/fs_struct.h>
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -070038#include <linux/file.h>
39#include <linux/mount.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090040#include <linux/gfp.h>
Rafael J. Wysocki40dc1662011-03-15 00:43:46 +010041#include <linux/syscore_ops.h>
Andi Kleenbe274252011-08-19 16:15:10 -070042#include <linux/version.h>
43#include <linux/ctype.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070044
45#include <linux/compat.h>
46#include <linux/syscalls.h>
Keshavamurthy Anil S00d7c052005-12-12 00:37:33 -080047#include <linux/kprobes.h>
Cedric Le Goateracce2922007-07-15 23:40:59 -070048#include <linux/user_namespace.h>
Chen Gang7fe5e042013-02-21 16:43:06 -080049#include <linux/binfmts.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
Stephen Rothwell4a22f162013-04-30 15:27:37 -070051#include <linux/sched.h>
Ingo Molnar4eb5aaa2017-02-08 18:51:29 +010052#include <linux/sched/autogroup.h>
Ingo Molnar4f177222017-02-08 08:45:17 +010053#include <linux/sched/loadavg.h>
Ingo Molnar03441a32017-02-08 18:51:35 +010054#include <linux/sched/stat.h>
Ingo Molnar6e84f312017-02-08 18:51:29 +010055#include <linux/sched/mm.h>
Ingo Molnarf7ccbae2017-02-08 18:51:30 +010056#include <linux/sched/coredump.h>
Ingo Molnar29930022017-02-08 18:51:36 +010057#include <linux/sched/task.h>
Stephen Rothwell4a22f162013-04-30 15:27:37 -070058#include <linux/rcupdate.h>
59#include <linux/uidgid.h>
60#include <linux/cred.h>
61
Seiji Aguchi04c68622011-01-12 16:59:30 -080062#include <linux/kmsg_dump.h>
Andi Kleenbe274252011-08-19 16:15:10 -070063/* Move somewhere else to avoid recompiling? */
64#include <generated/utsrelease.h>
Seiji Aguchi04c68622011-01-12 16:59:30 -080065
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080066#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070067#include <asm/io.h>
68#include <asm/unistd.h>
69
70#ifndef SET_UNALIGN_CTL
vishnu.psec94fc32014-10-09 15:30:23 -070071# define SET_UNALIGN_CTL(a, b) (-EINVAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -070072#endif
73#ifndef GET_UNALIGN_CTL
vishnu.psec94fc32014-10-09 15:30:23 -070074# define GET_UNALIGN_CTL(a, b) (-EINVAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075#endif
76#ifndef SET_FPEMU_CTL
vishnu.psec94fc32014-10-09 15:30:23 -070077# define SET_FPEMU_CTL(a, b) (-EINVAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -070078#endif
79#ifndef GET_FPEMU_CTL
vishnu.psec94fc32014-10-09 15:30:23 -070080# define GET_FPEMU_CTL(a, b) (-EINVAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -070081#endif
82#ifndef SET_FPEXC_CTL
vishnu.psec94fc32014-10-09 15:30:23 -070083# define SET_FPEXC_CTL(a, b) (-EINVAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -070084#endif
85#ifndef GET_FPEXC_CTL
vishnu.psec94fc32014-10-09 15:30:23 -070086# define GET_FPEXC_CTL(a, b) (-EINVAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -070087#endif
Anton Blanchard651d7652006-06-07 16:10:19 +100088#ifndef GET_ENDIAN
vishnu.psec94fc32014-10-09 15:30:23 -070089# define GET_ENDIAN(a, b) (-EINVAL)
Anton Blanchard651d7652006-06-07 16:10:19 +100090#endif
91#ifndef SET_ENDIAN
vishnu.psec94fc32014-10-09 15:30:23 -070092# define SET_ENDIAN(a, b) (-EINVAL)
Anton Blanchard651d7652006-06-07 16:10:19 +100093#endif
Erik Bosman8fb402b2008-04-11 18:54:17 +020094#ifndef GET_TSC_CTL
95# define GET_TSC_CTL(a) (-EINVAL)
96#endif
97#ifndef SET_TSC_CTL
98# define SET_TSC_CTL(a) (-EINVAL)
99#endif
Dave Hansenfe3d1972014-11-14 07:18:29 -0800100#ifndef MPX_ENABLE_MANAGEMENT
Dave Hansen46a6e0c2015-06-07 11:37:02 -0700101# define MPX_ENABLE_MANAGEMENT() (-EINVAL)
Dave Hansenfe3d1972014-11-14 07:18:29 -0800102#endif
103#ifndef MPX_DISABLE_MANAGEMENT
Dave Hansen46a6e0c2015-06-07 11:37:02 -0700104# define MPX_DISABLE_MANAGEMENT() (-EINVAL)
Dave Hansenfe3d1972014-11-14 07:18:29 -0800105#endif
Paul Burton97915542015-01-08 12:17:37 +0000106#ifndef GET_FP_MODE
107# define GET_FP_MODE(a) (-EINVAL)
108#endif
109#ifndef SET_FP_MODE
110# define SET_FP_MODE(a,b) (-EINVAL)
111#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112
113/*
114 * this is where the system-wide overflow UID and GID are defined, for
115 * architectures that now have 32-bit UID/GID but didn't in the past
116 */
117
118int overflowuid = DEFAULT_OVERFLOWUID;
119int overflowgid = DEFAULT_OVERFLOWGID;
120
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121EXPORT_SYMBOL(overflowuid);
122EXPORT_SYMBOL(overflowgid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123
124/*
125 * the same as above, but for filesystems which can only store a 16-bit
126 * UID and GID. as such, this is needed on all architectures
127 */
128
129int fs_overflowuid = DEFAULT_FS_OVERFLOWUID;
130int fs_overflowgid = DEFAULT_FS_OVERFLOWUID;
131
132EXPORT_SYMBOL(fs_overflowuid);
133EXPORT_SYMBOL(fs_overflowgid);
134
135/*
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700136 * Returns true if current's euid is same as p's uid or euid,
137 * or has CAP_SYS_NICE to p's user_ns.
138 *
139 * Called with rcu_read_lock, creds are safe
140 */
141static bool set_one_prio_perm(struct task_struct *p)
142{
143 const struct cred *cred = current_cred(), *pcred = __task_cred(p);
144
Eric W. Biederman5af66202012-03-03 20:21:47 -0800145 if (uid_eq(pcred->uid, cred->euid) ||
146 uid_eq(pcred->euid, cred->euid))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700147 return true;
Eric W. Biedermanc4a4d602011-11-16 23:15:31 -0800148 if (ns_capable(pcred->user_ns, CAP_SYS_NICE))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700149 return true;
150 return false;
151}
152
153/*
David Howellsc69e8d92008-11-14 10:39:19 +1100154 * set the priority of a task
155 * - the caller must hold the RCU read lock
156 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157static int set_one_prio(struct task_struct *p, int niceval, int error)
158{
159 int no_nice;
160
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700161 if (!set_one_prio_perm(p)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 error = -EPERM;
163 goto out;
164 }
Matt Mackalle43379f2005-05-01 08:59:00 -0700165 if (niceval < task_nice(p) && !can_nice(p, niceval)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166 error = -EACCES;
167 goto out;
168 }
169 no_nice = security_task_setnice(p, niceval);
170 if (no_nice) {
171 error = no_nice;
172 goto out;
173 }
174 if (error == -ESRCH)
175 error = 0;
176 set_user_nice(p, niceval);
177out:
178 return error;
179}
180
Heiko Carstens754fe8d2009-01-14 14:14:09 +0100181SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182{
183 struct task_struct *g, *p;
184 struct user_struct *user;
David Howells86a264a2008-11-14 10:39:18 +1100185 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 int error = -EINVAL;
Eric W. Biederman41487c62007-02-12 00:53:01 -0800187 struct pid *pgrp;
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800188 kuid_t uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
Daniel Walker3e88c552007-05-10 22:22:53 -0700190 if (which > PRIO_USER || which < PRIO_PROCESS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 goto out;
192
193 /* normalize: avoid signed division (rounding problems) */
194 error = -ESRCH;
Dongsheng Yangc4a4d2f2014-02-11 15:34:51 +0800195 if (niceval < MIN_NICE)
196 niceval = MIN_NICE;
197 if (niceval > MAX_NICE)
198 niceval = MAX_NICE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199
Thomas Gleixnerd4581a22009-12-10 00:52:51 +0000200 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201 read_lock(&tasklist_lock);
202 switch (which) {
vishnu.psec94fc32014-10-09 15:30:23 -0700203 case PRIO_PROCESS:
204 if (who)
205 p = find_task_by_vpid(who);
206 else
207 p = current;
208 if (p)
209 error = set_one_prio(p, niceval, error);
210 break;
211 case PRIO_PGRP:
212 if (who)
213 pgrp = find_vpid(who);
214 else
215 pgrp = task_pgrp(current);
216 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
217 error = set_one_prio(p, niceval, error);
218 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
219 break;
220 case PRIO_USER:
221 uid = make_kuid(cred->user_ns, who);
222 user = cred->user;
223 if (!who)
224 uid = cred->uid;
225 else if (!uid_eq(uid, cred->uid)) {
226 user = find_user(uid);
227 if (!user)
David Howells86a264a2008-11-14 10:39:18 +1100228 goto out_unlock; /* No processes for this user */
vishnu.psec94fc32014-10-09 15:30:23 -0700229 }
230 do_each_thread(g, p) {
Ben Segall8639b462015-11-06 16:32:48 -0800231 if (uid_eq(task_uid(p), uid) && task_pid_vnr(p))
vishnu.psec94fc32014-10-09 15:30:23 -0700232 error = set_one_prio(p, niceval, error);
233 } while_each_thread(g, p);
234 if (!uid_eq(uid, cred->uid))
235 free_uid(user); /* For find_user() */
236 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 }
238out_unlock:
239 read_unlock(&tasklist_lock);
Thomas Gleixnerd4581a22009-12-10 00:52:51 +0000240 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241out:
242 return error;
243}
244
245/*
246 * Ugh. To avoid negative return values, "getpriority()" will
247 * not return the normal nice-value, but a negated value that
248 * has been offset by 20 (ie it returns 40..1 instead of -20..19)
249 * to stay compatible.
250 */
Heiko Carstens754fe8d2009-01-14 14:14:09 +0100251SYSCALL_DEFINE2(getpriority, int, which, int, who)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252{
253 struct task_struct *g, *p;
254 struct user_struct *user;
David Howells86a264a2008-11-14 10:39:18 +1100255 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256 long niceval, retval = -ESRCH;
Eric W. Biederman41487c62007-02-12 00:53:01 -0800257 struct pid *pgrp;
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800258 kuid_t uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259
Daniel Walker3e88c552007-05-10 22:22:53 -0700260 if (which > PRIO_USER || which < PRIO_PROCESS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261 return -EINVAL;
262
Tetsuo Handa70118832010-02-22 12:44:16 -0800263 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 read_lock(&tasklist_lock);
265 switch (which) {
vishnu.psec94fc32014-10-09 15:30:23 -0700266 case PRIO_PROCESS:
267 if (who)
268 p = find_task_by_vpid(who);
269 else
270 p = current;
271 if (p) {
272 niceval = nice_to_rlimit(task_nice(p));
273 if (niceval > retval)
274 retval = niceval;
275 }
276 break;
277 case PRIO_PGRP:
278 if (who)
279 pgrp = find_vpid(who);
280 else
281 pgrp = task_pgrp(current);
282 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
283 niceval = nice_to_rlimit(task_nice(p));
284 if (niceval > retval)
285 retval = niceval;
286 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
287 break;
288 case PRIO_USER:
289 uid = make_kuid(cred->user_ns, who);
290 user = cred->user;
291 if (!who)
292 uid = cred->uid;
293 else if (!uid_eq(uid, cred->uid)) {
294 user = find_user(uid);
295 if (!user)
296 goto out_unlock; /* No processes for this user */
297 }
298 do_each_thread(g, p) {
Ben Segall8639b462015-11-06 16:32:48 -0800299 if (uid_eq(task_uid(p), uid) && task_pid_vnr(p)) {
Dongsheng Yang7aa2c012014-05-08 18:33:49 +0900300 niceval = nice_to_rlimit(task_nice(p));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 if (niceval > retval)
302 retval = niceval;
303 }
vishnu.psec94fc32014-10-09 15:30:23 -0700304 } while_each_thread(g, p);
305 if (!uid_eq(uid, cred->uid))
306 free_uid(user); /* for find_user() */
307 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 }
309out_unlock:
310 read_unlock(&tasklist_lock);
Tetsuo Handa70118832010-02-22 12:44:16 -0800311 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312
313 return retval;
314}
315
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316/*
317 * Unprivileged users may change the real gid to the effective gid
318 * or vice versa. (BSD-style)
319 *
320 * If you set the real gid at all, or set the effective gid to a value not
321 * equal to the real gid, then the saved gid is set to the new effective gid.
322 *
323 * This makes it possible for a setgid program to completely drop its
324 * privileges, which is often a useful assertion to make when you are doing
325 * a security audit over a program.
326 *
327 * The general idea is that a program which uses just setregid() will be
328 * 100% compatible with BSD. A program which uses just setgid() will be
vishnu.psec94fc32014-10-09 15:30:23 -0700329 * 100% compatible with POSIX with saved IDs.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 *
331 * SMP: There are not races, the GIDs are checked only by filesystem
332 * operations (as far as semantic preservation is concerned).
333 */
Iulia Manda28138932015-04-15 16:16:41 -0700334#ifdef CONFIG_MULTIUSER
Heiko Carstensae1251a2009-01-14 14:14:05 +0100335SYSCALL_DEFINE2(setregid, gid_t, rgid, gid_t, egid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800337 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100338 const struct cred *old;
339 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800341 kgid_t krgid, kegid;
342
343 krgid = make_kgid(ns, rgid);
344 kegid = make_kgid(ns, egid);
345
346 if ((rgid != (gid_t) -1) && !gid_valid(krgid))
347 return -EINVAL;
348 if ((egid != (gid_t) -1) && !gid_valid(kegid))
349 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350
David Howellsd84f4f92008-11-14 10:39:23 +1100351 new = prepare_creds();
352 if (!new)
353 return -ENOMEM;
354 old = current_cred();
355
David Howellsd84f4f92008-11-14 10:39:23 +1100356 retval = -EPERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 if (rgid != (gid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800358 if (gid_eq(old->gid, krgid) ||
359 gid_eq(old->egid, krgid) ||
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700360 ns_capable(old->user_ns, CAP_SETGID))
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800361 new->gid = krgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362 else
David Howellsd84f4f92008-11-14 10:39:23 +1100363 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364 }
365 if (egid != (gid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800366 if (gid_eq(old->gid, kegid) ||
367 gid_eq(old->egid, kegid) ||
368 gid_eq(old->sgid, kegid) ||
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700369 ns_capable(old->user_ns, CAP_SETGID))
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800370 new->egid = kegid;
Cal Peake756184b2006-09-30 23:27:24 -0700371 else
David Howellsd84f4f92008-11-14 10:39:23 +1100372 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 }
David Howellsd84f4f92008-11-14 10:39:23 +1100374
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 if (rgid != (gid_t) -1 ||
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800376 (egid != (gid_t) -1 && !gid_eq(kegid, old->gid)))
David Howellsd84f4f92008-11-14 10:39:23 +1100377 new->sgid = new->egid;
378 new->fsgid = new->egid;
379
380 return commit_creds(new);
381
382error:
383 abort_creds(new);
384 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385}
386
387/*
vishnu.psec94fc32014-10-09 15:30:23 -0700388 * setgid() is implemented like SysV w/ SAVED_IDS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 *
390 * SMP: Same implicit races as above.
391 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100392SYSCALL_DEFINE1(setgid, gid_t, gid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800394 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100395 const struct cred *old;
396 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800398 kgid_t kgid;
399
400 kgid = make_kgid(ns, gid);
401 if (!gid_valid(kgid))
402 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403
David Howellsd84f4f92008-11-14 10:39:23 +1100404 new = prepare_creds();
405 if (!new)
406 return -ENOMEM;
407 old = current_cred();
408
David Howellsd84f4f92008-11-14 10:39:23 +1100409 retval = -EPERM;
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700410 if (ns_capable(old->user_ns, CAP_SETGID))
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800411 new->gid = new->egid = new->sgid = new->fsgid = kgid;
412 else if (gid_eq(kgid, old->gid) || gid_eq(kgid, old->sgid))
413 new->egid = new->fsgid = kgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 else
David Howellsd84f4f92008-11-14 10:39:23 +1100415 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
David Howellsd84f4f92008-11-14 10:39:23 +1100417 return commit_creds(new);
418
419error:
420 abort_creds(new);
421 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422}
Dhaval Giani54e99122009-02-27 15:13:54 +0530423
David Howellsd84f4f92008-11-14 10:39:23 +1100424/*
425 * change the user struct in a credentials set to match the new UID
426 */
427static int set_user(struct cred *new)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428{
429 struct user_struct *new_user;
430
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800431 new_user = alloc_uid(new->uid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 if (!new_user)
433 return -EAGAIN;
434
Vasiliy Kulikov72fa5992011-08-08 19:02:04 +0400435 /*
436 * We don't fail in case of NPROC limit excess here because too many
437 * poorly written programs don't check set*uid() return code, assuming
438 * it never fails if called by root. We may still enforce NPROC limit
439 * for programs doing set*uid()+execve() by harmlessly deferring the
440 * failure to the execve() stage.
441 */
Jiri Slaby78d7d402010-03-05 13:42:54 -0800442 if (atomic_read(&new_user->processes) >= rlimit(RLIMIT_NPROC) &&
Vasiliy Kulikov72fa5992011-08-08 19:02:04 +0400443 new_user != INIT_USER)
444 current->flags |= PF_NPROC_EXCEEDED;
445 else
446 current->flags &= ~PF_NPROC_EXCEEDED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447
David Howellsd84f4f92008-11-14 10:39:23 +1100448 free_uid(new->user);
449 new->user = new_user;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 return 0;
451}
452
453/*
454 * Unprivileged users may change the real uid to the effective uid
455 * or vice versa. (BSD-style)
456 *
457 * If you set the real uid at all, or set the effective uid to a value not
458 * equal to the real uid, then the saved uid is set to the new effective uid.
459 *
460 * This makes it possible for a setuid program to completely drop its
461 * privileges, which is often a useful assertion to make when you are doing
462 * a security audit over a program.
463 *
464 * The general idea is that a program which uses just setreuid() will be
465 * 100% compatible with BSD. A program which uses just setuid() will be
vishnu.psec94fc32014-10-09 15:30:23 -0700466 * 100% compatible with POSIX with saved IDs.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100468SYSCALL_DEFINE2(setreuid, uid_t, ruid, uid_t, euid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800470 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100471 const struct cred *old;
472 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800474 kuid_t kruid, keuid;
475
476 kruid = make_kuid(ns, ruid);
477 keuid = make_kuid(ns, euid);
478
479 if ((ruid != (uid_t) -1) && !uid_valid(kruid))
480 return -EINVAL;
481 if ((euid != (uid_t) -1) && !uid_valid(keuid))
482 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483
David Howellsd84f4f92008-11-14 10:39:23 +1100484 new = prepare_creds();
485 if (!new)
486 return -ENOMEM;
487 old = current_cred();
488
David Howellsd84f4f92008-11-14 10:39:23 +1100489 retval = -EPERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 if (ruid != (uid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800491 new->uid = kruid;
492 if (!uid_eq(old->uid, kruid) &&
493 !uid_eq(old->euid, kruid) &&
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700494 !ns_capable(old->user_ns, CAP_SETUID))
David Howellsd84f4f92008-11-14 10:39:23 +1100495 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 }
497
498 if (euid != (uid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800499 new->euid = keuid;
500 if (!uid_eq(old->uid, keuid) &&
501 !uid_eq(old->euid, keuid) &&
502 !uid_eq(old->suid, keuid) &&
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700503 !ns_capable(old->user_ns, CAP_SETUID))
David Howellsd84f4f92008-11-14 10:39:23 +1100504 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 }
506
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800507 if (!uid_eq(new->uid, old->uid)) {
Dhaval Giani54e99122009-02-27 15:13:54 +0530508 retval = set_user(new);
509 if (retval < 0)
510 goto error;
511 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 if (ruid != (uid_t) -1 ||
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800513 (euid != (uid_t) -1 && !uid_eq(keuid, old->uid)))
David Howellsd84f4f92008-11-14 10:39:23 +1100514 new->suid = new->euid;
515 new->fsuid = new->euid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516
David Howellsd84f4f92008-11-14 10:39:23 +1100517 retval = security_task_fix_setuid(new, old, LSM_SETID_RE);
518 if (retval < 0)
519 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520
David Howellsd84f4f92008-11-14 10:39:23 +1100521 return commit_creds(new);
522
523error:
524 abort_creds(new);
525 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526}
vishnu.psec94fc32014-10-09 15:30:23 -0700527
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528/*
vishnu.psec94fc32014-10-09 15:30:23 -0700529 * setuid() is implemented like SysV with SAVED_IDS
530 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 * Note that SAVED_ID's is deficient in that a setuid root program
vishnu.psec94fc32014-10-09 15:30:23 -0700532 * like sendmail, for example, cannot set its uid to be a normal
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 * user and then switch back, because if you're root, setuid() sets
534 * the saved uid too. If you don't like this, blame the bright people
535 * in the POSIX committee and/or USG. Note that the BSD-style setreuid()
536 * will allow a root program to temporarily drop privileges and be able to
vishnu.psec94fc32014-10-09 15:30:23 -0700537 * regain them by swapping the real and effective uid.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100539SYSCALL_DEFINE1(setuid, uid_t, uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800541 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100542 const struct cred *old;
543 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800545 kuid_t kuid;
546
547 kuid = make_kuid(ns, uid);
548 if (!uid_valid(kuid))
549 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550
David Howellsd84f4f92008-11-14 10:39:23 +1100551 new = prepare_creds();
552 if (!new)
553 return -ENOMEM;
554 old = current_cred();
555
David Howellsd84f4f92008-11-14 10:39:23 +1100556 retval = -EPERM;
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700557 if (ns_capable(old->user_ns, CAP_SETUID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800558 new->suid = new->uid = kuid;
559 if (!uid_eq(kuid, old->uid)) {
Dhaval Giani54e99122009-02-27 15:13:54 +0530560 retval = set_user(new);
561 if (retval < 0)
562 goto error;
David Howellsd84f4f92008-11-14 10:39:23 +1100563 }
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800564 } else if (!uid_eq(kuid, old->uid) && !uid_eq(kuid, new->suid)) {
David Howellsd84f4f92008-11-14 10:39:23 +1100565 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800568 new->fsuid = new->euid = kuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569
David Howellsd84f4f92008-11-14 10:39:23 +1100570 retval = security_task_fix_setuid(new, old, LSM_SETID_ID);
571 if (retval < 0)
572 goto error;
573
574 return commit_creds(new);
575
576error:
577 abort_creds(new);
578 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579}
580
581
582/*
583 * This function implements a generic ability to update ruid, euid,
584 * and suid. This allows you to implement the 4.4 compatible seteuid().
585 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100586SYSCALL_DEFINE3(setresuid, uid_t, ruid, uid_t, euid, uid_t, suid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800588 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100589 const struct cred *old;
590 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800592 kuid_t kruid, keuid, ksuid;
593
594 kruid = make_kuid(ns, ruid);
595 keuid = make_kuid(ns, euid);
596 ksuid = make_kuid(ns, suid);
597
598 if ((ruid != (uid_t) -1) && !uid_valid(kruid))
599 return -EINVAL;
600
601 if ((euid != (uid_t) -1) && !uid_valid(keuid))
602 return -EINVAL;
603
604 if ((suid != (uid_t) -1) && !uid_valid(ksuid))
605 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606
David Howellsd84f4f92008-11-14 10:39:23 +1100607 new = prepare_creds();
608 if (!new)
609 return -ENOMEM;
610
David Howellsd84f4f92008-11-14 10:39:23 +1100611 old = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612
David Howellsd84f4f92008-11-14 10:39:23 +1100613 retval = -EPERM;
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700614 if (!ns_capable(old->user_ns, CAP_SETUID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800615 if (ruid != (uid_t) -1 && !uid_eq(kruid, old->uid) &&
616 !uid_eq(kruid, old->euid) && !uid_eq(kruid, old->suid))
David Howellsd84f4f92008-11-14 10:39:23 +1100617 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800618 if (euid != (uid_t) -1 && !uid_eq(keuid, old->uid) &&
619 !uid_eq(keuid, old->euid) && !uid_eq(keuid, old->suid))
David Howellsd84f4f92008-11-14 10:39:23 +1100620 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800621 if (suid != (uid_t) -1 && !uid_eq(ksuid, old->uid) &&
622 !uid_eq(ksuid, old->euid) && !uid_eq(ksuid, old->suid))
David Howellsd84f4f92008-11-14 10:39:23 +1100623 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 }
David Howellsd84f4f92008-11-14 10:39:23 +1100625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 if (ruid != (uid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800627 new->uid = kruid;
628 if (!uid_eq(kruid, old->uid)) {
Dhaval Giani54e99122009-02-27 15:13:54 +0530629 retval = set_user(new);
630 if (retval < 0)
631 goto error;
632 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 }
David Howellsd84f4f92008-11-14 10:39:23 +1100634 if (euid != (uid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800635 new->euid = keuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 if (suid != (uid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800637 new->suid = ksuid;
David Howellsd84f4f92008-11-14 10:39:23 +1100638 new->fsuid = new->euid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639
David Howellsd84f4f92008-11-14 10:39:23 +1100640 retval = security_task_fix_setuid(new, old, LSM_SETID_RES);
641 if (retval < 0)
642 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643
David Howellsd84f4f92008-11-14 10:39:23 +1100644 return commit_creds(new);
645
646error:
647 abort_creds(new);
648 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649}
650
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800651SYSCALL_DEFINE3(getresuid, uid_t __user *, ruidp, uid_t __user *, euidp, uid_t __user *, suidp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652{
David Howells86a264a2008-11-14 10:39:18 +1100653 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800655 uid_t ruid, euid, suid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800657 ruid = from_kuid_munged(cred->user_ns, cred->uid);
658 euid = from_kuid_munged(cred->user_ns, cred->euid);
659 suid = from_kuid_munged(cred->user_ns, cred->suid);
660
vishnu.psec94fc32014-10-09 15:30:23 -0700661 retval = put_user(ruid, ruidp);
662 if (!retval) {
663 retval = put_user(euid, euidp);
664 if (!retval)
665 return put_user(suid, suidp);
666 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 return retval;
668}
669
670/*
671 * Same as above, but for rgid, egid, sgid.
672 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100673SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800675 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100676 const struct cred *old;
677 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800679 kgid_t krgid, kegid, ksgid;
680
681 krgid = make_kgid(ns, rgid);
682 kegid = make_kgid(ns, egid);
683 ksgid = make_kgid(ns, sgid);
684
685 if ((rgid != (gid_t) -1) && !gid_valid(krgid))
686 return -EINVAL;
687 if ((egid != (gid_t) -1) && !gid_valid(kegid))
688 return -EINVAL;
689 if ((sgid != (gid_t) -1) && !gid_valid(ksgid))
690 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691
David Howellsd84f4f92008-11-14 10:39:23 +1100692 new = prepare_creds();
693 if (!new)
694 return -ENOMEM;
695 old = current_cred();
696
David Howellsd84f4f92008-11-14 10:39:23 +1100697 retval = -EPERM;
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700698 if (!ns_capable(old->user_ns, CAP_SETGID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800699 if (rgid != (gid_t) -1 && !gid_eq(krgid, old->gid) &&
700 !gid_eq(krgid, old->egid) && !gid_eq(krgid, old->sgid))
David Howellsd84f4f92008-11-14 10:39:23 +1100701 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800702 if (egid != (gid_t) -1 && !gid_eq(kegid, old->gid) &&
703 !gid_eq(kegid, old->egid) && !gid_eq(kegid, old->sgid))
David Howellsd84f4f92008-11-14 10:39:23 +1100704 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800705 if (sgid != (gid_t) -1 && !gid_eq(ksgid, old->gid) &&
706 !gid_eq(ksgid, old->egid) && !gid_eq(ksgid, old->sgid))
David Howellsd84f4f92008-11-14 10:39:23 +1100707 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709
David Howellsd84f4f92008-11-14 10:39:23 +1100710 if (rgid != (gid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800711 new->gid = krgid;
David Howellsd84f4f92008-11-14 10:39:23 +1100712 if (egid != (gid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800713 new->egid = kegid;
David Howellsd84f4f92008-11-14 10:39:23 +1100714 if (sgid != (gid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800715 new->sgid = ksgid;
David Howellsd84f4f92008-11-14 10:39:23 +1100716 new->fsgid = new->egid;
717
718 return commit_creds(new);
719
720error:
721 abort_creds(new);
722 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723}
724
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800725SYSCALL_DEFINE3(getresgid, gid_t __user *, rgidp, gid_t __user *, egidp, gid_t __user *, sgidp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726{
David Howells86a264a2008-11-14 10:39:18 +1100727 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800729 gid_t rgid, egid, sgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800731 rgid = from_kgid_munged(cred->user_ns, cred->gid);
732 egid = from_kgid_munged(cred->user_ns, cred->egid);
733 sgid = from_kgid_munged(cred->user_ns, cred->sgid);
734
vishnu.psec94fc32014-10-09 15:30:23 -0700735 retval = put_user(rgid, rgidp);
736 if (!retval) {
737 retval = put_user(egid, egidp);
738 if (!retval)
739 retval = put_user(sgid, sgidp);
740 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
742 return retval;
743}
744
745
746/*
747 * "setfsuid()" sets the fsuid - the uid used for filesystem checks. This
748 * is used for "access()" and for the NFS daemon (letting nfsd stay at
749 * whatever uid it wants to). It normally shadows "euid", except when
750 * explicitly set by setfsuid() or for access..
751 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100752SYSCALL_DEFINE1(setfsuid, uid_t, uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753{
David Howellsd84f4f92008-11-14 10:39:23 +1100754 const struct cred *old;
755 struct cred *new;
756 uid_t old_fsuid;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800757 kuid_t kuid;
758
759 old = current_cred();
760 old_fsuid = from_kuid_munged(old->user_ns, old->fsuid);
761
762 kuid = make_kuid(old->user_ns, uid);
763 if (!uid_valid(kuid))
764 return old_fsuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765
David Howellsd84f4f92008-11-14 10:39:23 +1100766 new = prepare_creds();
767 if (!new)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800768 return old_fsuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800770 if (uid_eq(kuid, old->uid) || uid_eq(kuid, old->euid) ||
771 uid_eq(kuid, old->suid) || uid_eq(kuid, old->fsuid) ||
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700772 ns_capable(old->user_ns, CAP_SETUID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800773 if (!uid_eq(kuid, old->fsuid)) {
774 new->fsuid = kuid;
David Howellsd84f4f92008-11-14 10:39:23 +1100775 if (security_task_fix_setuid(new, old, LSM_SETID_FS) == 0)
776 goto change_okay;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778 }
779
David Howellsd84f4f92008-11-14 10:39:23 +1100780 abort_creds(new);
781 return old_fsuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782
David Howellsd84f4f92008-11-14 10:39:23 +1100783change_okay:
784 commit_creds(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785 return old_fsuid;
786}
787
788/*
John Anthony Kazos Jrf42df9e2007-05-09 08:23:08 +0200789 * Samma på svenska..
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100791SYSCALL_DEFINE1(setfsgid, gid_t, gid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792{
David Howellsd84f4f92008-11-14 10:39:23 +1100793 const struct cred *old;
794 struct cred *new;
795 gid_t old_fsgid;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800796 kgid_t kgid;
797
798 old = current_cred();
799 old_fsgid = from_kgid_munged(old->user_ns, old->fsgid);
800
801 kgid = make_kgid(old->user_ns, gid);
802 if (!gid_valid(kgid))
803 return old_fsgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804
David Howellsd84f4f92008-11-14 10:39:23 +1100805 new = prepare_creds();
806 if (!new)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800807 return old_fsgid;
David Howellsd84f4f92008-11-14 10:39:23 +1100808
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800809 if (gid_eq(kgid, old->gid) || gid_eq(kgid, old->egid) ||
810 gid_eq(kgid, old->sgid) || gid_eq(kgid, old->fsgid) ||
Eric W. Biedermanc7b96ac2013-03-20 12:49:49 -0700811 ns_capable(old->user_ns, CAP_SETGID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800812 if (!gid_eq(kgid, old->fsgid)) {
813 new->fsgid = kgid;
David Howellsd84f4f92008-11-14 10:39:23 +1100814 goto change_okay;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 }
David Howellsd84f4f92008-11-14 10:39:23 +1100817
David Howellsd84f4f92008-11-14 10:39:23 +1100818 abort_creds(new);
819 return old_fsgid;
820
821change_okay:
822 commit_creds(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823 return old_fsgid;
824}
Iulia Manda28138932015-04-15 16:16:41 -0700825#endif /* CONFIG_MULTIUSER */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826
Stephen Rothwell4a22f162013-04-30 15:27:37 -0700827/**
828 * sys_getpid - return the thread group id of the current process
829 *
830 * Note, despite the name, this returns the tgid not the pid. The tgid and
831 * the pid are identical unless CLONE_THREAD was specified on clone() in
832 * which case the tgid is the same in all threads of the same group.
833 *
834 * This is SMP safe as current->tgid does not change.
835 */
836SYSCALL_DEFINE0(getpid)
837{
838 return task_tgid_vnr(current);
839}
840
841/* Thread ID - the internal kernel "pid" */
842SYSCALL_DEFINE0(gettid)
843{
844 return task_pid_vnr(current);
845}
846
847/*
848 * Accessing ->real_parent is not SMP-safe, it could
849 * change from under us. However, we can use a stale
850 * value of ->real_parent under rcu_read_lock(), see
851 * release_task()->call_rcu(delayed_put_task_struct).
852 */
853SYSCALL_DEFINE0(getppid)
854{
855 int pid;
856
857 rcu_read_lock();
858 pid = task_tgid_vnr(rcu_dereference(current->real_parent));
859 rcu_read_unlock();
860
861 return pid;
862}
863
864SYSCALL_DEFINE0(getuid)
865{
866 /* Only we change this so SMP safe */
867 return from_kuid_munged(current_user_ns(), current_uid());
868}
869
870SYSCALL_DEFINE0(geteuid)
871{
872 /* Only we change this so SMP safe */
873 return from_kuid_munged(current_user_ns(), current_euid());
874}
875
876SYSCALL_DEFINE0(getgid)
877{
878 /* Only we change this so SMP safe */
879 return from_kgid_munged(current_user_ns(), current_gid());
880}
881
882SYSCALL_DEFINE0(getegid)
883{
884 /* Only we change this so SMP safe */
885 return from_kgid_munged(current_user_ns(), current_egid());
886}
887
Frank Mayharf06febc2008-09-12 09:54:39 -0700888void do_sys_times(struct tms *tms)
889{
Frederic Weisbecker5613fda2017-01-31 04:09:23 +0100890 u64 tgutime, tgstime, cutime, cstime;
Frank Mayharf06febc2008-09-12 09:54:39 -0700891
Frederic Weisbeckere80d0a1a2012-11-21 16:26:44 +0100892 thread_group_cputime_adjusted(current, &tgutime, &tgstime);
Frank Mayharf06febc2008-09-12 09:54:39 -0700893 cutime = current->signal->cutime;
894 cstime = current->signal->cstime;
Frederic Weisbecker5613fda2017-01-31 04:09:23 +0100895 tms->tms_utime = nsec_to_clock_t(tgutime);
896 tms->tms_stime = nsec_to_clock_t(tgstime);
897 tms->tms_cutime = nsec_to_clock_t(cutime);
898 tms->tms_cstime = nsec_to_clock_t(cstime);
Frank Mayharf06febc2008-09-12 09:54:39 -0700899}
900
Heiko Carstens58fd3aa2009-01-14 14:14:03 +0100901SYSCALL_DEFINE1(times, struct tms __user *, tbuf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903 if (tbuf) {
904 struct tms tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905
Frank Mayharf06febc2008-09-12 09:54:39 -0700906 do_sys_times(&tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907 if (copy_to_user(tbuf, &tmp, sizeof(struct tms)))
908 return -EFAULT;
909 }
Paul Mackerrase3d5a272009-01-06 14:41:02 -0800910 force_successful_syscall_return();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 return (long) jiffies_64_to_clock_t(get_jiffies_64());
912}
913
914/*
915 * This needs some heavy checking ...
916 * I just haven't the stomach for it. I also don't fully
917 * understand sessions/pgrp etc. Let somebody who does explain it.
918 *
919 * OK, I think I have the protection semantics right.... this is really
920 * only important on a multi-user system anyway, to make sure one user
921 * can't send a signal to a process owned by another. -TYT, 12/12/91
922 *
Oleg Nesterov98611e42014-01-23 15:55:52 -0800923 * !PF_FORKNOEXEC check to conform completely to POSIX.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 */
Heiko Carstensb290ebe2009-01-14 14:14:06 +0100925SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926{
927 struct task_struct *p;
Oleg Nesterovee0acf92006-01-08 01:03:53 -0800928 struct task_struct *group_leader = current->group_leader;
Oleg Nesterov4e021302008-02-08 04:19:08 -0800929 struct pid *pgrp;
930 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
932 if (!pid)
Pavel Emelyanovb4888932007-10-18 23:40:14 -0700933 pid = task_pid_vnr(group_leader);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934 if (!pgid)
935 pgid = pid;
936 if (pgid < 0)
937 return -EINVAL;
Paul E. McKenney950eaac2010-08-31 17:00:18 -0700938 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939
940 /* From this point forward we keep holding onto the tasklist lock
941 * so that our parent does not change from under us. -DaveM
942 */
943 write_lock_irq(&tasklist_lock);
944
945 err = -ESRCH;
Oleg Nesterov4e021302008-02-08 04:19:08 -0800946 p = find_task_by_vpid(pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947 if (!p)
948 goto out;
949
950 err = -EINVAL;
951 if (!thread_group_leader(p))
952 goto out;
953
Oleg Nesterov4e021302008-02-08 04:19:08 -0800954 if (same_thread_group(p->real_parent, group_leader)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955 err = -EPERM;
Eric W. Biederman41487c62007-02-12 00:53:01 -0800956 if (task_session(p) != task_session(group_leader))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 goto out;
958 err = -EACCES;
Oleg Nesterov98611e42014-01-23 15:55:52 -0800959 if (!(p->flags & PF_FORKNOEXEC))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 goto out;
961 } else {
962 err = -ESRCH;
Oleg Nesterovee0acf92006-01-08 01:03:53 -0800963 if (p != group_leader)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964 goto out;
965 }
966
967 err = -EPERM;
968 if (p->signal->leader)
969 goto out;
970
Oleg Nesterov4e021302008-02-08 04:19:08 -0800971 pgrp = task_pid(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 if (pgid != pid) {
Pavel Emelyanovb4888932007-10-18 23:40:14 -0700973 struct task_struct *g;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974
Oleg Nesterov4e021302008-02-08 04:19:08 -0800975 pgrp = find_vpid(pgid);
976 g = pid_task(pgrp, PIDTYPE_PGID);
Eric W. Biederman41487c62007-02-12 00:53:01 -0800977 if (!g || task_session(g) != task_session(group_leader))
Oleg Nesterovf020bc42006-12-08 02:38:02 -0800978 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 }
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981 err = security_task_setpgid(p, pgid);
982 if (err)
983 goto out;
984
Oleg Nesterov1b0f7ff2009-04-02 16:58:39 -0700985 if (task_pgrp(p) != pgrp)
Oleg Nesterov83beaf32008-04-30 00:54:27 -0700986 change_pid(p, PIDTYPE_PGID, pgrp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
988 err = 0;
989out:
990 /* All paths lead to here, thus we are safe. -DaveM */
991 write_unlock_irq(&tasklist_lock);
Paul E. McKenney950eaac2010-08-31 17:00:18 -0700992 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993 return err;
994}
995
Heiko Carstensdbf040d2009-01-14 14:14:04 +0100996SYSCALL_DEFINE1(getpgid, pid_t, pid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997{
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -0700998 struct task_struct *p;
999 struct pid *grp;
1000 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001002 rcu_read_lock();
1003 if (!pid)
1004 grp = task_pgrp(current);
1005 else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 retval = -ESRCH;
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001007 p = find_task_by_vpid(pid);
1008 if (!p)
1009 goto out;
1010 grp = task_pgrp(p);
1011 if (!grp)
1012 goto out;
1013
1014 retval = security_task_getpgid(p);
1015 if (retval)
1016 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017 }
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001018 retval = pid_vnr(grp);
1019out:
1020 rcu_read_unlock();
1021 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022}
1023
1024#ifdef __ARCH_WANT_SYS_GETPGRP
1025
Heiko Carstensdbf040d2009-01-14 14:14:04 +01001026SYSCALL_DEFINE0(getpgrp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027{
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001028 return sys_getpgid(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029}
1030
1031#endif
1032
Heiko Carstensdbf040d2009-01-14 14:14:04 +01001033SYSCALL_DEFINE1(getsid, pid_t, pid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034{
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001035 struct task_struct *p;
1036 struct pid *sid;
1037 int retval;
Pavel Emelyanovb4888932007-10-18 23:40:14 -07001038
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001039 rcu_read_lock();
1040 if (!pid)
1041 sid = task_session(current);
1042 else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043 retval = -ESRCH;
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001044 p = find_task_by_vpid(pid);
1045 if (!p)
1046 goto out;
1047 sid = task_session(p);
1048 if (!sid)
1049 goto out;
1050
1051 retval = security_task_getsid(p);
1052 if (retval)
1053 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 }
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001055 retval = pid_vnr(sid);
1056out:
1057 rcu_read_unlock();
1058 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059}
1060
Oleg Nesterov81dabb42013-07-03 15:08:26 -07001061static void set_special_pids(struct pid *pid)
1062{
1063 struct task_struct *curr = current->group_leader;
1064
1065 if (task_session(curr) != pid)
1066 change_pid(curr, PIDTYPE_SID, pid);
1067
1068 if (task_pgrp(curr) != pid)
1069 change_pid(curr, PIDTYPE_PGID, pid);
1070}
1071
Heiko Carstensb290ebe2009-01-14 14:14:06 +01001072SYSCALL_DEFINE0(setsid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073{
Oren Laadane19f2472006-01-08 01:03:58 -08001074 struct task_struct *group_leader = current->group_leader;
Oleg Nesterove4cc0a92008-02-08 04:19:09 -08001075 struct pid *sid = task_pid(group_leader);
1076 pid_t session = pid_vnr(sid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 int err = -EPERM;
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079 write_lock_irq(&tasklist_lock);
Eric W. Biederman390e2ff2006-03-31 02:31:33 -08001080 /* Fail if I am already a session leader */
1081 if (group_leader->signal->leader)
1082 goto out;
1083
Oleg Nesterov430c6232008-02-08 04:19:11 -08001084 /* Fail if a process group id already exists that equals the
1085 * proposed session id.
Eric W. Biederman390e2ff2006-03-31 02:31:33 -08001086 */
Oleg Nesterov6806aac2008-02-08 04:19:12 -08001087 if (pid_task(sid, PIDTYPE_PGID))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088 goto out;
1089
Oren Laadane19f2472006-01-08 01:03:58 -08001090 group_leader->signal->leader = 1;
Oleg Nesterov81dabb42013-07-03 15:08:26 -07001091 set_special_pids(sid);
Peter Zijlstra24ec8392006-12-08 02:36:04 -08001092
Alan Cox9c9f4de2008-10-13 10:37:26 +01001093 proc_clear_tty(group_leader);
Peter Zijlstra24ec8392006-12-08 02:36:04 -08001094
Oleg Nesterove4cc0a92008-02-08 04:19:09 -08001095 err = session;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096out:
1097 write_unlock_irq(&tasklist_lock);
Mike Galbraith5091faa2010-11-30 14:18:03 +01001098 if (err > 0) {
Christian Borntraeger0d0df592009-10-26 16:49:34 -07001099 proc_sid_connector(group_leader);
Mike Galbraith5091faa2010-11-30 14:18:03 +01001100 sched_autogroup_create_attach(group_leader);
1101 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 return err;
1103}
1104
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105DECLARE_RWSEM(uts_sem);
1106
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001107#ifdef COMPAT_UTS_MACHINE
1108#define override_architecture(name) \
Andreas Schwab46da2762010-04-23 13:17:44 -04001109 (personality(current->personality) == PER_LINUX32 && \
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001110 copy_to_user(name->machine, COMPAT_UTS_MACHINE, \
1111 sizeof(COMPAT_UTS_MACHINE)))
1112#else
1113#define override_architecture(name) 0
1114#endif
1115
Andi Kleenbe274252011-08-19 16:15:10 -07001116/*
1117 * Work around broken programs that cannot handle "Linux 3.0".
1118 * Instead we map 3.x to 2.6.40+x, so e.g. 3.0 would be 2.6.40
Jon DeVree39afb5e2015-02-27 15:52:07 -08001119 * And we map 4.x to 2.6.60+x, so 4.0 would be 2.6.60.
Andi Kleenbe274252011-08-19 16:15:10 -07001120 */
Kees Cook2702b152012-10-19 13:56:51 -07001121static int override_release(char __user *release, size_t len)
Andi Kleenbe274252011-08-19 16:15:10 -07001122{
1123 int ret = 0;
Andi Kleenbe274252011-08-19 16:15:10 -07001124
1125 if (current->personality & UNAME26) {
Kees Cook2702b152012-10-19 13:56:51 -07001126 const char *rest = UTS_RELEASE;
1127 char buf[65] = { 0 };
Andi Kleenbe274252011-08-19 16:15:10 -07001128 int ndots = 0;
1129 unsigned v;
Kees Cook2702b152012-10-19 13:56:51 -07001130 size_t copy;
Andi Kleenbe274252011-08-19 16:15:10 -07001131
1132 while (*rest) {
1133 if (*rest == '.' && ++ndots >= 3)
1134 break;
1135 if (!isdigit(*rest) && *rest != '.')
1136 break;
1137 rest++;
1138 }
Jon DeVree39afb5e2015-02-27 15:52:07 -08001139 v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 60;
Kees Cook31fd84b92012-10-19 18:45:53 -07001140 copy = clamp_t(size_t, len, 1, sizeof(buf));
Kees Cook2702b152012-10-19 13:56:51 -07001141 copy = scnprintf(buf, copy, "2.6.%u%s", v, rest);
1142 ret = copy_to_user(release, buf, copy + 1);
Andi Kleenbe274252011-08-19 16:15:10 -07001143 }
1144 return ret;
1145}
1146
Heiko Carstense48fbb62009-01-14 14:14:26 +01001147SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148{
1149 int errno = 0;
1150
1151 down_read(&uts_sem);
Serge E. Hallyne9ff3992006-10-02 02:18:11 -07001152 if (copy_to_user(name, utsname(), sizeof *name))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153 errno = -EFAULT;
1154 up_read(&uts_sem);
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001155
Andi Kleenbe274252011-08-19 16:15:10 -07001156 if (!errno && override_release(name->release, sizeof(name->release)))
1157 errno = -EFAULT;
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001158 if (!errno && override_architecture(name))
1159 errno = -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160 return errno;
1161}
1162
Christoph Hellwig5cacdb42010-03-10 15:21:21 -08001163#ifdef __ARCH_WANT_SYS_OLD_UNAME
1164/*
1165 * Old cruft
1166 */
1167SYSCALL_DEFINE1(uname, struct old_utsname __user *, name)
1168{
1169 int error = 0;
1170
1171 if (!name)
1172 return -EFAULT;
1173
1174 down_read(&uts_sem);
1175 if (copy_to_user(name, utsname(), sizeof(*name)))
1176 error = -EFAULT;
1177 up_read(&uts_sem);
1178
Andi Kleenbe274252011-08-19 16:15:10 -07001179 if (!error && override_release(name->release, sizeof(name->release)))
1180 error = -EFAULT;
Christoph Hellwig5cacdb42010-03-10 15:21:21 -08001181 if (!error && override_architecture(name))
1182 error = -EFAULT;
1183 return error;
1184}
1185
1186SYSCALL_DEFINE1(olduname, struct oldold_utsname __user *, name)
1187{
1188 int error;
1189
1190 if (!name)
1191 return -EFAULT;
1192 if (!access_ok(VERIFY_WRITE, name, sizeof(struct oldold_utsname)))
1193 return -EFAULT;
1194
1195 down_read(&uts_sem);
1196 error = __copy_to_user(&name->sysname, &utsname()->sysname,
1197 __OLD_UTS_LEN);
1198 error |= __put_user(0, name->sysname + __OLD_UTS_LEN);
1199 error |= __copy_to_user(&name->nodename, &utsname()->nodename,
1200 __OLD_UTS_LEN);
1201 error |= __put_user(0, name->nodename + __OLD_UTS_LEN);
1202 error |= __copy_to_user(&name->release, &utsname()->release,
1203 __OLD_UTS_LEN);
1204 error |= __put_user(0, name->release + __OLD_UTS_LEN);
1205 error |= __copy_to_user(&name->version, &utsname()->version,
1206 __OLD_UTS_LEN);
1207 error |= __put_user(0, name->version + __OLD_UTS_LEN);
1208 error |= __copy_to_user(&name->machine, &utsname()->machine,
1209 __OLD_UTS_LEN);
1210 error |= __put_user(0, name->machine + __OLD_UTS_LEN);
1211 up_read(&uts_sem);
1212
1213 if (!error && override_architecture(name))
1214 error = -EFAULT;
Andi Kleenbe274252011-08-19 16:15:10 -07001215 if (!error && override_release(name->release, sizeof(name->release)))
1216 error = -EFAULT;
Christoph Hellwig5cacdb42010-03-10 15:21:21 -08001217 return error ? -EFAULT : 0;
1218}
1219#endif
1220
Heiko Carstens5a8a82b2009-01-14 14:14:25 +01001221SYSCALL_DEFINE2(sethostname, char __user *, name, int, len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
1223 int errno;
1224 char tmp[__NEW_UTS_LEN];
1225
Serge E. Hallynbb96a6f52011-03-23 16:43:18 -07001226 if (!ns_capable(current->nsproxy->uts_ns->user_ns, CAP_SYS_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 return -EPERM;
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001228
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229 if (len < 0 || len > __NEW_UTS_LEN)
1230 return -EINVAL;
1231 down_write(&uts_sem);
1232 errno = -EFAULT;
1233 if (!copy_from_user(tmp, name, len)) {
Andrew Morton9679e4d2008-10-15 22:01:51 -07001234 struct new_utsname *u = utsname();
1235
1236 memcpy(u->nodename, tmp, len);
1237 memset(u->nodename + len, 0, sizeof(u->nodename) - len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238 errno = 0;
Sasikantha babu499eea62012-05-31 16:26:07 -07001239 uts_proc_notify(UTS_PROC_HOSTNAME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240 }
1241 up_write(&uts_sem);
1242 return errno;
1243}
1244
1245#ifdef __ARCH_WANT_SYS_GETHOSTNAME
1246
Heiko Carstens5a8a82b2009-01-14 14:14:25 +01001247SYSCALL_DEFINE2(gethostname, char __user *, name, int, len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248{
1249 int i, errno;
Andrew Morton9679e4d2008-10-15 22:01:51 -07001250 struct new_utsname *u;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251
1252 if (len < 0)
1253 return -EINVAL;
1254 down_read(&uts_sem);
Andrew Morton9679e4d2008-10-15 22:01:51 -07001255 u = utsname();
1256 i = 1 + strlen(u->nodename);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257 if (i > len)
1258 i = len;
1259 errno = 0;
Andrew Morton9679e4d2008-10-15 22:01:51 -07001260 if (copy_to_user(name, u->nodename, i))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 errno = -EFAULT;
1262 up_read(&uts_sem);
1263 return errno;
1264}
1265
1266#endif
1267
1268/*
1269 * Only setdomainname; getdomainname can be implemented by calling
1270 * uname()
1271 */
Heiko Carstens5a8a82b2009-01-14 14:14:25 +01001272SYSCALL_DEFINE2(setdomainname, char __user *, name, int, len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273{
1274 int errno;
1275 char tmp[__NEW_UTS_LEN];
1276
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001277 if (!ns_capable(current->nsproxy->uts_ns->user_ns, CAP_SYS_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278 return -EPERM;
1279 if (len < 0 || len > __NEW_UTS_LEN)
1280 return -EINVAL;
1281
1282 down_write(&uts_sem);
1283 errno = -EFAULT;
1284 if (!copy_from_user(tmp, name, len)) {
Andrew Morton9679e4d2008-10-15 22:01:51 -07001285 struct new_utsname *u = utsname();
1286
1287 memcpy(u->domainname, tmp, len);
1288 memset(u->domainname + len, 0, sizeof(u->domainname) - len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289 errno = 0;
Sasikantha babu499eea62012-05-31 16:26:07 -07001290 uts_proc_notify(UTS_PROC_DOMAINNAME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 }
1292 up_write(&uts_sem);
1293 return errno;
1294}
1295
Heiko Carstense48fbb62009-01-14 14:14:26 +01001296SYSCALL_DEFINE2(getrlimit, unsigned int, resource, struct rlimit __user *, rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297{
Jiri Slabyb9518342010-05-04 11:28:25 +02001298 struct rlimit value;
1299 int ret;
1300
1301 ret = do_prlimit(current, resource, NULL, &value);
1302 if (!ret)
1303 ret = copy_to_user(rlim, &value, sizeof(*rlim)) ? -EFAULT : 0;
1304
1305 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306}
1307
1308#ifdef __ARCH_WANT_SYS_OLD_GETRLIMIT
1309
1310/*
1311 * Back compatibility for getrlimit. Needed for some apps.
1312 */
Heiko Carstense48fbb62009-01-14 14:14:26 +01001313SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource,
1314 struct rlimit __user *, rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315{
1316 struct rlimit x;
1317 if (resource >= RLIM_NLIMITS)
1318 return -EINVAL;
1319
1320 task_lock(current->group_leader);
1321 x = current->signal->rlim[resource];
1322 task_unlock(current->group_leader);
Cal Peake756184b2006-09-30 23:27:24 -07001323 if (x.rlim_cur > 0x7FFFFFFF)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324 x.rlim_cur = 0x7FFFFFFF;
Cal Peake756184b2006-09-30 23:27:24 -07001325 if (x.rlim_max > 0x7FFFFFFF)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 x.rlim_max = 0x7FFFFFFF;
vishnu.psec94fc32014-10-09 15:30:23 -07001327 return copy_to_user(rlim, &x, sizeof(x)) ? -EFAULT : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328}
1329
1330#endif
1331
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001332static inline bool rlim64_is_infinity(__u64 rlim64)
1333{
1334#if BITS_PER_LONG < 64
1335 return rlim64 >= ULONG_MAX;
1336#else
1337 return rlim64 == RLIM64_INFINITY;
1338#endif
1339}
1340
1341static void rlim_to_rlim64(const struct rlimit *rlim, struct rlimit64 *rlim64)
1342{
1343 if (rlim->rlim_cur == RLIM_INFINITY)
1344 rlim64->rlim_cur = RLIM64_INFINITY;
1345 else
1346 rlim64->rlim_cur = rlim->rlim_cur;
1347 if (rlim->rlim_max == RLIM_INFINITY)
1348 rlim64->rlim_max = RLIM64_INFINITY;
1349 else
1350 rlim64->rlim_max = rlim->rlim_max;
1351}
1352
1353static void rlim64_to_rlim(const struct rlimit64 *rlim64, struct rlimit *rlim)
1354{
1355 if (rlim64_is_infinity(rlim64->rlim_cur))
1356 rlim->rlim_cur = RLIM_INFINITY;
1357 else
1358 rlim->rlim_cur = (unsigned long)rlim64->rlim_cur;
1359 if (rlim64_is_infinity(rlim64->rlim_max))
1360 rlim->rlim_max = RLIM_INFINITY;
1361 else
1362 rlim->rlim_max = (unsigned long)rlim64->rlim_max;
1363}
1364
Jiri Slaby1c1e6182009-08-28 14:08:17 +02001365/* make sure you are allowed to change @tsk limits before calling this */
Jiri Slaby5b415352010-03-24 16:11:29 +01001366int do_prlimit(struct task_struct *tsk, unsigned int resource,
1367 struct rlimit *new_rlim, struct rlimit *old_rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368{
Jiri Slaby5b415352010-03-24 16:11:29 +01001369 struct rlimit *rlim;
Jiri Slaby86f162f2009-11-14 17:37:04 +01001370 int retval = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371
1372 if (resource >= RLIM_NLIMITS)
1373 return -EINVAL;
Jiri Slaby5b415352010-03-24 16:11:29 +01001374 if (new_rlim) {
1375 if (new_rlim->rlim_cur > new_rlim->rlim_max)
1376 return -EINVAL;
1377 if (resource == RLIMIT_NOFILE &&
1378 new_rlim->rlim_max > sysctl_nr_open)
1379 return -EPERM;
1380 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381
Jiri Slaby1c1e6182009-08-28 14:08:17 +02001382 /* protect tsk->signal and tsk->sighand from disappearing */
1383 read_lock(&tasklist_lock);
1384 if (!tsk->sighand) {
1385 retval = -ESRCH;
1386 goto out;
1387 }
1388
Jiri Slaby5b415352010-03-24 16:11:29 +01001389 rlim = tsk->signal->rlim + resource;
Jiri Slaby86f162f2009-11-14 17:37:04 +01001390 task_lock(tsk->group_leader);
Jiri Slaby5b415352010-03-24 16:11:29 +01001391 if (new_rlim) {
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001392 /* Keep the capable check against init_user_ns until
1393 cgroups can contain all limits */
Jiri Slaby5b415352010-03-24 16:11:29 +01001394 if (new_rlim->rlim_max > rlim->rlim_max &&
1395 !capable(CAP_SYS_RESOURCE))
1396 retval = -EPERM;
1397 if (!retval)
1398 retval = security_task_setrlimit(tsk->group_leader,
1399 resource, new_rlim);
1400 if (resource == RLIMIT_CPU && new_rlim->rlim_cur == 0) {
1401 /*
1402 * The caller is asking for an immediate RLIMIT_CPU
1403 * expiry. But we use the zero value to mean "it was
1404 * never set". So let's cheat and make it one second
1405 * instead
1406 */
1407 new_rlim->rlim_cur = 1;
1408 }
Tom Alsberg9926e4c2007-05-08 00:30:31 -07001409 }
Jiri Slaby5b415352010-03-24 16:11:29 +01001410 if (!retval) {
1411 if (old_rlim)
1412 *old_rlim = *rlim;
1413 if (new_rlim)
1414 *rlim = *new_rlim;
1415 }
Jiri Slaby7855c352009-08-26 23:45:34 +02001416 task_unlock(tsk->group_leader);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417
Andrew Mortond3561f72006-03-24 03:18:36 -08001418 /*
1419 * RLIMIT_CPU handling. Note that the kernel fails to return an error
1420 * code if it rejected the user's attempt to set RLIMIT_CPU. This is a
1421 * very long-standing error, and fixing it now risks breakage of
1422 * applications, so we live with it
1423 */
Jiri Slaby5b415352010-03-24 16:11:29 +01001424 if (!retval && new_rlim && resource == RLIMIT_CPU &&
Nicolas Pitrebaa73d92016-11-11 00:10:10 -05001425 new_rlim->rlim_cur != RLIM_INFINITY &&
1426 IS_ENABLED(CONFIG_POSIX_TIMERS))
Jiri Slaby5b415352010-03-24 16:11:29 +01001427 update_rlimit_cpu(tsk, new_rlim->rlim_cur);
Andrew Mortonec9e16b2006-03-24 03:18:34 -08001428out:
Jiri Slaby1c1e6182009-08-28 14:08:17 +02001429 read_unlock(&tasklist_lock);
Oleg Nesterov2fb9d262009-09-03 19:21:45 +02001430 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431}
1432
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001433/* rcu lock must be held */
1434static int check_prlimit_permission(struct task_struct *task)
1435{
1436 const struct cred *cred = current_cred(), *tcred;
1437
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001438 if (current == task)
1439 return 0;
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001440
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001441 tcred = __task_cred(task);
Eric W. Biederman5af66202012-03-03 20:21:47 -08001442 if (uid_eq(cred->uid, tcred->euid) &&
1443 uid_eq(cred->uid, tcred->suid) &&
1444 uid_eq(cred->uid, tcred->uid) &&
1445 gid_eq(cred->gid, tcred->egid) &&
1446 gid_eq(cred->gid, tcred->sgid) &&
1447 gid_eq(cred->gid, tcred->gid))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001448 return 0;
Eric W. Biedermanc4a4d602011-11-16 23:15:31 -08001449 if (ns_capable(tcred->user_ns, CAP_SYS_RESOURCE))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001450 return 0;
1451
1452 return -EPERM;
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001453}
1454
1455SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource,
1456 const struct rlimit64 __user *, new_rlim,
1457 struct rlimit64 __user *, old_rlim)
1458{
1459 struct rlimit64 old64, new64;
1460 struct rlimit old, new;
1461 struct task_struct *tsk;
1462 int ret;
1463
1464 if (new_rlim) {
1465 if (copy_from_user(&new64, new_rlim, sizeof(new64)))
1466 return -EFAULT;
1467 rlim64_to_rlim(&new64, &new);
1468 }
1469
1470 rcu_read_lock();
1471 tsk = pid ? find_task_by_vpid(pid) : current;
1472 if (!tsk) {
1473 rcu_read_unlock();
1474 return -ESRCH;
1475 }
1476 ret = check_prlimit_permission(tsk);
1477 if (ret) {
1478 rcu_read_unlock();
1479 return ret;
1480 }
1481 get_task_struct(tsk);
1482 rcu_read_unlock();
1483
1484 ret = do_prlimit(tsk, resource, new_rlim ? &new : NULL,
1485 old_rlim ? &old : NULL);
1486
1487 if (!ret && old_rlim) {
1488 rlim_to_rlim64(&old, &old64);
1489 if (copy_to_user(old_rlim, &old64, sizeof(old64)))
1490 ret = -EFAULT;
1491 }
1492
1493 put_task_struct(tsk);
1494 return ret;
1495}
1496
Jiri Slaby7855c352009-08-26 23:45:34 +02001497SYSCALL_DEFINE2(setrlimit, unsigned int, resource, struct rlimit __user *, rlim)
1498{
1499 struct rlimit new_rlim;
1500
1501 if (copy_from_user(&new_rlim, rlim, sizeof(*rlim)))
1502 return -EFAULT;
Jiri Slaby5b415352010-03-24 16:11:29 +01001503 return do_prlimit(current, resource, &new_rlim, NULL);
Jiri Slaby7855c352009-08-26 23:45:34 +02001504}
1505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506/*
1507 * It would make sense to put struct rusage in the task_struct,
1508 * except that would make the task_struct be *really big*. After
1509 * task_struct gets moved into malloc'ed memory, it would
1510 * make sense to do this. It will make moving the rest of the information
1511 * a lot simpler! (Which we're not doing right now because we're not
1512 * measuring them yet).
1513 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514 * When sampling multiple threads for RUSAGE_SELF, under SMP we might have
1515 * races with threads incrementing their own counters. But since word
1516 * reads are atomic, we either get new values or old values and we don't
1517 * care which for the sums. We always take the siglock to protect reading
1518 * the c* fields from p->signal from races with exit.c updating those
1519 * fields when reaping, so a sample either gets all the additions of a
1520 * given child after it's reaped, or none so this sample is before reaping.
Ravikiran G Thirumalai2dd0ebc2006-03-23 03:00:13 -08001521 *
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001522 * Locking:
1523 * We need to take the siglock for CHILDEREN, SELF and BOTH
1524 * for the cases current multithreaded, non-current single threaded
1525 * non-current multithreaded. Thread traversal is now safe with
1526 * the siglock held.
1527 * Strictly speaking, we donot need to take the siglock if we are current and
1528 * single threaded, as no one else can take our signal_struct away, no one
1529 * else can reap the children to update signal->c* counters, and no one else
1530 * can race with the signal-> fields. If we do not take any lock, the
1531 * signal-> fields could be read out of order while another thread was just
1532 * exiting. So we should place a read memory barrier when we avoid the lock.
1533 * On the writer side, write memory barrier is implied in __exit_signal
1534 * as __exit_signal releases the siglock spinlock after updating the signal->
1535 * fields. But we don't do this yet to keep things simple.
Ravikiran G Thirumalai2dd0ebc2006-03-23 03:00:13 -08001536 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537 */
1538
Frank Mayharf06febc2008-09-12 09:54:39 -07001539static void accumulate_thread_rusage(struct task_struct *t, struct rusage *r)
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001540{
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001541 r->ru_nvcsw += t->nvcsw;
1542 r->ru_nivcsw += t->nivcsw;
1543 r->ru_minflt += t->min_flt;
1544 r->ru_majflt += t->maj_flt;
1545 r->ru_inblock += task_io_get_inblock(t);
1546 r->ru_oublock += task_io_get_oublock(t);
1547}
1548
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549static void k_getrusage(struct task_struct *p, int who, struct rusage *r)
1550{
1551 struct task_struct *t;
1552 unsigned long flags;
Frederic Weisbecker5613fda2017-01-31 04:09:23 +01001553 u64 tgutime, tgstime, utime, stime;
Jiri Pirko1f102062009-09-22 16:44:10 -07001554 unsigned long maxrss = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555
vishnu.psec94fc32014-10-09 15:30:23 -07001556 memset((char *)r, 0, sizeof (*r));
Martin Schwidefsky64861632011-12-15 14:56:09 +01001557 utime = stime = 0;
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001558
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001559 if (who == RUSAGE_THREAD) {
Frederic Weisbeckere80d0a1a2012-11-21 16:26:44 +01001560 task_cputime_adjusted(current, &utime, &stime);
Frank Mayharf06febc2008-09-12 09:54:39 -07001561 accumulate_thread_rusage(p, r);
Jiri Pirko1f102062009-09-22 16:44:10 -07001562 maxrss = p->signal->maxrss;
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001563 goto out;
1564 }
1565
Oleg Nesterovd6cf7232008-04-30 00:52:38 -07001566 if (!lock_task_sighand(p, &flags))
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001567 return;
Ravikiran G Thirumalai2dd0ebc2006-03-23 03:00:13 -08001568
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569 switch (who) {
vishnu.psec94fc32014-10-09 15:30:23 -07001570 case RUSAGE_BOTH:
1571 case RUSAGE_CHILDREN:
1572 utime = p->signal->cutime;
1573 stime = p->signal->cstime;
1574 r->ru_nvcsw = p->signal->cnvcsw;
1575 r->ru_nivcsw = p->signal->cnivcsw;
1576 r->ru_minflt = p->signal->cmin_flt;
1577 r->ru_majflt = p->signal->cmaj_flt;
1578 r->ru_inblock = p->signal->cinblock;
1579 r->ru_oublock = p->signal->coublock;
1580 maxrss = p->signal->cmaxrss;
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001581
vishnu.psec94fc32014-10-09 15:30:23 -07001582 if (who == RUSAGE_CHILDREN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 break;
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001584
vishnu.psec94fc32014-10-09 15:30:23 -07001585 case RUSAGE_SELF:
1586 thread_group_cputime_adjusted(p, &tgutime, &tgstime);
1587 utime += tgutime;
1588 stime += tgstime;
1589 r->ru_nvcsw += p->signal->nvcsw;
1590 r->ru_nivcsw += p->signal->nivcsw;
1591 r->ru_minflt += p->signal->min_flt;
1592 r->ru_majflt += p->signal->maj_flt;
1593 r->ru_inblock += p->signal->inblock;
1594 r->ru_oublock += p->signal->oublock;
1595 if (maxrss < p->signal->maxrss)
1596 maxrss = p->signal->maxrss;
1597 t = p;
1598 do {
1599 accumulate_thread_rusage(t, r);
1600 } while_each_thread(p, t);
1601 break;
1602
1603 default:
1604 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605 }
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001606 unlock_task_sighand(p, &flags);
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001607
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001608out:
Frederic Weisbecker5613fda2017-01-31 04:09:23 +01001609 r->ru_utime = ns_to_timeval(utime);
1610 r->ru_stime = ns_to_timeval(stime);
Jiri Pirko1f102062009-09-22 16:44:10 -07001611
1612 if (who != RUSAGE_CHILDREN) {
1613 struct mm_struct *mm = get_task_mm(p);
vishnu.psec94fc32014-10-09 15:30:23 -07001614
Jiri Pirko1f102062009-09-22 16:44:10 -07001615 if (mm) {
1616 setmax_mm_hiwater_rss(&maxrss, mm);
1617 mmput(mm);
1618 }
1619 }
1620 r->ru_maxrss = maxrss * (PAGE_SIZE / 1024); /* convert pages to KBs */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621}
1622
1623int getrusage(struct task_struct *p, int who, struct rusage __user *ru)
1624{
1625 struct rusage r;
vishnu.psec94fc32014-10-09 15:30:23 -07001626
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627 k_getrusage(p, who, &r);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628 return copy_to_user(ru, &r, sizeof(r)) ? -EFAULT : 0;
1629}
1630
Heiko Carstense48fbb62009-01-14 14:14:26 +01001631SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632{
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001633 if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN &&
1634 who != RUSAGE_THREAD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635 return -EINVAL;
1636 return getrusage(current, who, ru);
1637}
1638
Al Viro8d2d5c42013-03-03 12:49:06 -05001639#ifdef CONFIG_COMPAT
1640COMPAT_SYSCALL_DEFINE2(getrusage, int, who, struct compat_rusage __user *, ru)
1641{
1642 struct rusage r;
1643
1644 if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN &&
1645 who != RUSAGE_THREAD)
1646 return -EINVAL;
1647
1648 k_getrusage(current, who, &r);
1649 return put_compat_rusage(&r, ru);
1650}
1651#endif
1652
Heiko Carstense48fbb62009-01-14 14:14:26 +01001653SYSCALL_DEFINE1(umask, int, mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654{
1655 mask = xchg(&current->fs->umask, mask & S_IRWXUGO);
1656 return mask;
1657}
Serge E. Hallyn3b7391d2008-02-04 22:29:45 -08001658
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001659static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd)
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001660{
Al Viro2903ff02012-08-28 12:52:22 -04001661 struct fd exe;
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001662 struct file *old_exe, *exe_file;
Al Viro496ad9a2013-01-23 17:07:38 -05001663 struct inode *inode;
Al Viro2903ff02012-08-28 12:52:22 -04001664 int err;
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001665
Al Viro2903ff02012-08-28 12:52:22 -04001666 exe = fdget(fd);
1667 if (!exe.file)
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001668 return -EBADF;
1669
Al Viro496ad9a2013-01-23 17:07:38 -05001670 inode = file_inode(exe.file);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001671
1672 /*
1673 * Because the original mm->exe_file points to executable file, make
1674 * sure that this one is executable as well, to avoid breaking an
1675 * overall picture.
1676 */
1677 err = -EACCES;
Eric W. Biederman90f85722015-06-29 14:42:03 -05001678 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path))
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001679 goto exit;
1680
Al Viro496ad9a2013-01-23 17:07:38 -05001681 err = inode_permission(inode, MAY_EXEC);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001682 if (err)
1683 goto exit;
1684
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001685 /*
Konstantin Khlebnikov4229fb1d2012-07-11 14:02:11 -07001686 * Forbid mm->exe_file change if old file still mapped.
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001687 */
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001688 exe_file = get_mm_exe_file(mm);
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001689 err = -EBUSY;
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001690 if (exe_file) {
Konstantin Khlebnikov4229fb1d2012-07-11 14:02:11 -07001691 struct vm_area_struct *vma;
1692
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001693 down_read(&mm->mmap_sem);
1694 for (vma = mm->mmap; vma; vma = vma->vm_next) {
1695 if (!vma->vm_file)
1696 continue;
1697 if (path_equal(&vma->vm_file->f_path,
1698 &exe_file->f_path))
1699 goto exit_err;
1700 }
1701
1702 up_read(&mm->mmap_sem);
1703 fput(exe_file);
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001704 }
1705
Konstantin Khlebnikov4229fb1d2012-07-11 14:02:11 -07001706 err = 0;
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001707 /* set the new file, lockless */
1708 get_file(exe.file);
1709 old_exe = xchg(&mm->exe_file, exe.file);
1710 if (old_exe)
1711 fput(old_exe);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001712exit:
Al Viro2903ff02012-08-28 12:52:22 -04001713 fdput(exe);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001714 return err;
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001715exit_err:
1716 up_read(&mm->mmap_sem);
1717 fput(exe_file);
1718 goto exit;
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001719}
1720
Cyrill Gorcunovf606b772014-10-09 15:27:37 -07001721/*
1722 * WARNING: we don't require any capability here so be very careful
1723 * in what is allowed for modification from userspace.
1724 */
1725static int validate_prctl_map(struct prctl_mm_map *prctl_map)
1726{
1727 unsigned long mmap_max_addr = TASK_SIZE;
1728 struct mm_struct *mm = current->mm;
1729 int error = -EINVAL, i;
1730
1731 static const unsigned char offsets[] = {
1732 offsetof(struct prctl_mm_map, start_code),
1733 offsetof(struct prctl_mm_map, end_code),
1734 offsetof(struct prctl_mm_map, start_data),
1735 offsetof(struct prctl_mm_map, end_data),
1736 offsetof(struct prctl_mm_map, start_brk),
1737 offsetof(struct prctl_mm_map, brk),
1738 offsetof(struct prctl_mm_map, start_stack),
1739 offsetof(struct prctl_mm_map, arg_start),
1740 offsetof(struct prctl_mm_map, arg_end),
1741 offsetof(struct prctl_mm_map, env_start),
1742 offsetof(struct prctl_mm_map, env_end),
1743 };
1744
1745 /*
1746 * Make sure the members are not somewhere outside
1747 * of allowed address space.
1748 */
1749 for (i = 0; i < ARRAY_SIZE(offsets); i++) {
1750 u64 val = *(u64 *)((char *)prctl_map + offsets[i]);
1751
1752 if ((unsigned long)val >= mmap_max_addr ||
1753 (unsigned long)val < mmap_min_addr)
1754 goto out;
1755 }
1756
1757 /*
1758 * Make sure the pairs are ordered.
1759 */
1760#define __prctl_check_order(__m1, __op, __m2) \
1761 ((unsigned long)prctl_map->__m1 __op \
1762 (unsigned long)prctl_map->__m2) ? 0 : -EINVAL
1763 error = __prctl_check_order(start_code, <, end_code);
1764 error |= __prctl_check_order(start_data, <, end_data);
1765 error |= __prctl_check_order(start_brk, <=, brk);
1766 error |= __prctl_check_order(arg_start, <=, arg_end);
1767 error |= __prctl_check_order(env_start, <=, env_end);
1768 if (error)
1769 goto out;
1770#undef __prctl_check_order
1771
1772 error = -EINVAL;
1773
1774 /*
1775 * @brk should be after @end_data in traditional maps.
1776 */
1777 if (prctl_map->start_brk <= prctl_map->end_data ||
1778 prctl_map->brk <= prctl_map->end_data)
1779 goto out;
1780
1781 /*
1782 * Neither we should allow to override limits if they set.
1783 */
1784 if (check_data_rlimit(rlimit(RLIMIT_DATA), prctl_map->brk,
1785 prctl_map->start_brk, prctl_map->end_data,
1786 prctl_map->start_data))
1787 goto out;
1788
1789 /*
1790 * Someone is trying to cheat the auxv vector.
1791 */
1792 if (prctl_map->auxv_size) {
1793 if (!prctl_map->auxv || prctl_map->auxv_size > sizeof(mm->saved_auxv))
1794 goto out;
1795 }
1796
1797 /*
1798 * Finally, make sure the caller has the rights to
1799 * change /proc/pid/exe link: only local root should
1800 * be allowed to.
1801 */
1802 if (prctl_map->exe_fd != (u32)-1) {
1803 struct user_namespace *ns = current_user_ns();
1804 const struct cred *cred = current_cred();
1805
1806 if (!uid_eq(cred->uid, make_kuid(ns, 0)) ||
1807 !gid_eq(cred->gid, make_kgid(ns, 0)))
1808 goto out;
1809 }
1810
1811 error = 0;
1812out:
1813 return error;
1814}
1815
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001816#ifdef CONFIG_CHECKPOINT_RESTORE
Cyrill Gorcunovf606b772014-10-09 15:27:37 -07001817static int prctl_set_mm_map(int opt, const void __user *addr, unsigned long data_size)
1818{
1819 struct prctl_mm_map prctl_map = { .exe_fd = (u32)-1, };
1820 unsigned long user_auxv[AT_VECTOR_SIZE];
1821 struct mm_struct *mm = current->mm;
1822 int error;
1823
1824 BUILD_BUG_ON(sizeof(user_auxv) != sizeof(mm->saved_auxv));
1825 BUILD_BUG_ON(sizeof(struct prctl_mm_map) > 256);
1826
1827 if (opt == PR_SET_MM_MAP_SIZE)
1828 return put_user((unsigned int)sizeof(prctl_map),
1829 (unsigned int __user *)addr);
1830
1831 if (data_size != sizeof(prctl_map))
1832 return -EINVAL;
1833
1834 if (copy_from_user(&prctl_map, addr, sizeof(prctl_map)))
1835 return -EFAULT;
1836
1837 error = validate_prctl_map(&prctl_map);
1838 if (error)
1839 return error;
1840
1841 if (prctl_map.auxv_size) {
1842 memset(user_auxv, 0, sizeof(user_auxv));
1843 if (copy_from_user(user_auxv,
1844 (const void __user *)prctl_map.auxv,
1845 prctl_map.auxv_size))
1846 return -EFAULT;
1847
1848 /* Last entry must be AT_NULL as specification requires */
1849 user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL;
1850 user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL;
1851 }
1852
Mateusz Guzikddf1d392016-01-20 15:01:02 -08001853 if (prctl_map.exe_fd != (u32)-1) {
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001854 error = prctl_set_mm_exe_file(mm, prctl_map.exe_fd);
Mateusz Guzikddf1d392016-01-20 15:01:02 -08001855 if (error)
1856 return error;
1857 }
1858
1859 down_write(&mm->mmap_sem);
Cyrill Gorcunovf606b772014-10-09 15:27:37 -07001860
1861 /*
1862 * We don't validate if these members are pointing to
1863 * real present VMAs because application may have correspond
1864 * VMAs already unmapped and kernel uses these members for statistics
1865 * output in procfs mostly, except
1866 *
1867 * - @start_brk/@brk which are used in do_brk but kernel lookups
1868 * for VMAs when updating these memvers so anything wrong written
1869 * here cause kernel to swear at userspace program but won't lead
1870 * to any problem in kernel itself
1871 */
1872
1873 mm->start_code = prctl_map.start_code;
1874 mm->end_code = prctl_map.end_code;
1875 mm->start_data = prctl_map.start_data;
1876 mm->end_data = prctl_map.end_data;
1877 mm->start_brk = prctl_map.start_brk;
1878 mm->brk = prctl_map.brk;
1879 mm->start_stack = prctl_map.start_stack;
1880 mm->arg_start = prctl_map.arg_start;
1881 mm->arg_end = prctl_map.arg_end;
1882 mm->env_start = prctl_map.env_start;
1883 mm->env_end = prctl_map.env_end;
1884
1885 /*
1886 * Note this update of @saved_auxv is lockless thus
1887 * if someone reads this member in procfs while we're
1888 * updating -- it may get partly updated results. It's
1889 * known and acceptable trade off: we leave it as is to
1890 * not introduce additional locks here making the kernel
1891 * more complex.
1892 */
1893 if (prctl_map.auxv_size)
1894 memcpy(mm->saved_auxv, user_auxv, sizeof(user_auxv));
1895
Mateusz Guzikddf1d392016-01-20 15:01:02 -08001896 up_write(&mm->mmap_sem);
1897 return 0;
Cyrill Gorcunovf606b772014-10-09 15:27:37 -07001898}
1899#endif /* CONFIG_CHECKPOINT_RESTORE */
1900
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001901static int prctl_set_auxv(struct mm_struct *mm, unsigned long addr,
1902 unsigned long len)
1903{
1904 /*
1905 * This doesn't move the auxiliary vector itself since it's pinned to
1906 * mm_struct, but it permits filling the vector with new values. It's
1907 * up to the caller to provide sane values here, otherwise userspace
1908 * tools which use this vector might be unhappy.
1909 */
1910 unsigned long user_auxv[AT_VECTOR_SIZE];
1911
1912 if (len > sizeof(user_auxv))
1913 return -EINVAL;
1914
1915 if (copy_from_user(user_auxv, (const void __user *)addr, len))
1916 return -EFAULT;
1917
1918 /* Make sure the last entry is always AT_NULL */
1919 user_auxv[AT_VECTOR_SIZE - 2] = 0;
1920 user_auxv[AT_VECTOR_SIZE - 1] = 0;
1921
1922 BUILD_BUG_ON(sizeof(user_auxv) != sizeof(mm->saved_auxv));
1923
1924 task_lock(current);
1925 memcpy(mm->saved_auxv, user_auxv, len);
1926 task_unlock(current);
1927
1928 return 0;
1929}
1930
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001931static int prctl_set_mm(int opt, unsigned long addr,
1932 unsigned long arg4, unsigned long arg5)
1933{
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001934 struct mm_struct *mm = current->mm;
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001935 struct prctl_mm_map prctl_map;
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001936 struct vm_area_struct *vma;
1937 int error;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001938
Cyrill Gorcunovf606b772014-10-09 15:27:37 -07001939 if (arg5 || (arg4 && (opt != PR_SET_MM_AUXV &&
1940 opt != PR_SET_MM_MAP &&
1941 opt != PR_SET_MM_MAP_SIZE)))
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001942 return -EINVAL;
1943
Cyrill Gorcunovf606b772014-10-09 15:27:37 -07001944#ifdef CONFIG_CHECKPOINT_RESTORE
1945 if (opt == PR_SET_MM_MAP || opt == PR_SET_MM_MAP_SIZE)
1946 return prctl_set_mm_map(opt, (const void __user *)addr, arg4);
1947#endif
1948
Cyrill Gorcunov79f07132012-03-15 15:17:10 -07001949 if (!capable(CAP_SYS_RESOURCE))
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001950 return -EPERM;
1951
Davidlohr Bueso6e399cd2015-04-16 12:47:59 -07001952 if (opt == PR_SET_MM_EXE_FILE)
1953 return prctl_set_mm_exe_file(mm, (unsigned int)addr);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001954
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001955 if (opt == PR_SET_MM_AUXV)
1956 return prctl_set_auxv(mm, addr, arg4);
1957
Cyrill Gorcunov1ad75b92012-06-07 14:21:11 -07001958 if (addr >= TASK_SIZE || addr < mmap_min_addr)
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001959 return -EINVAL;
1960
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001961 error = -EINVAL;
1962
Mateusz Guzikddf1d392016-01-20 15:01:02 -08001963 down_write(&mm->mmap_sem);
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001964 vma = find_vma(mm, addr);
1965
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001966 prctl_map.start_code = mm->start_code;
1967 prctl_map.end_code = mm->end_code;
1968 prctl_map.start_data = mm->start_data;
1969 prctl_map.end_data = mm->end_data;
1970 prctl_map.start_brk = mm->start_brk;
1971 prctl_map.brk = mm->brk;
1972 prctl_map.start_stack = mm->start_stack;
1973 prctl_map.arg_start = mm->arg_start;
1974 prctl_map.arg_end = mm->arg_end;
1975 prctl_map.env_start = mm->env_start;
1976 prctl_map.env_end = mm->env_end;
1977 prctl_map.auxv = NULL;
1978 prctl_map.auxv_size = 0;
1979 prctl_map.exe_fd = -1;
1980
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001981 switch (opt) {
1982 case PR_SET_MM_START_CODE:
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001983 prctl_map.start_code = addr;
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001984 break;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001985 case PR_SET_MM_END_CODE:
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001986 prctl_map.end_code = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001987 break;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001988 case PR_SET_MM_START_DATA:
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001989 prctl_map.start_data = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001990 break;
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001991 case PR_SET_MM_END_DATA:
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001992 prctl_map.end_data = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001993 break;
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001994 case PR_SET_MM_START_STACK:
1995 prctl_map.start_stack = addr;
1996 break;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001997 case PR_SET_MM_START_BRK:
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07001998 prctl_map.start_brk = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001999 break;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002000 case PR_SET_MM_BRK:
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07002001 prctl_map.brk = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002002 break;
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07002003 case PR_SET_MM_ARG_START:
2004 prctl_map.arg_start = addr;
2005 break;
2006 case PR_SET_MM_ARG_END:
2007 prctl_map.arg_end = addr;
2008 break;
2009 case PR_SET_MM_ENV_START:
2010 prctl_map.env_start = addr;
2011 break;
2012 case PR_SET_MM_ENV_END:
2013 prctl_map.env_end = addr;
2014 break;
2015 default:
2016 goto out;
2017 }
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002018
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07002019 error = validate_prctl_map(&prctl_map);
2020 if (error)
2021 goto out;
2022
2023 switch (opt) {
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07002024 /*
2025 * If command line arguments and environment
2026 * are placed somewhere else on stack, we can
2027 * set them up here, ARG_START/END to setup
2028 * command line argumets and ENV_START/END
2029 * for environment.
2030 */
2031 case PR_SET_MM_START_STACK:
2032 case PR_SET_MM_ARG_START:
2033 case PR_SET_MM_ARG_END:
2034 case PR_SET_MM_ENV_START:
2035 case PR_SET_MM_ENV_END:
2036 if (!vma) {
2037 error = -EFAULT;
2038 goto out;
2039 }
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07002040 }
Alexey Dobriyan4a00e9d2015-06-25 15:00:51 -07002041
2042 mm->start_code = prctl_map.start_code;
2043 mm->end_code = prctl_map.end_code;
2044 mm->start_data = prctl_map.start_data;
2045 mm->end_data = prctl_map.end_data;
2046 mm->start_brk = prctl_map.start_brk;
2047 mm->brk = prctl_map.brk;
2048 mm->start_stack = prctl_map.start_stack;
2049 mm->arg_start = prctl_map.arg_start;
2050 mm->arg_end = prctl_map.arg_end;
2051 mm->env_start = prctl_map.env_start;
2052 mm->env_end = prctl_map.env_end;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002053
2054 error = 0;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002055out:
Mateusz Guzikddf1d392016-01-20 15:01:02 -08002056 up_write(&mm->mmap_sem);
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002057 return error;
2058}
Cyrill Gorcunov300f7862012-06-07 14:21:12 -07002059
Amnon Shiloh52b36942013-04-30 15:28:48 -07002060#ifdef CONFIG_CHECKPOINT_RESTORE
Cyrill Gorcunov300f7862012-06-07 14:21:12 -07002061static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr)
2062{
2063 return put_user(me->clear_child_tid, tid_addr);
2064}
Amnon Shiloh52b36942013-04-30 15:28:48 -07002065#else
Cyrill Gorcunov300f7862012-06-07 14:21:12 -07002066static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr)
2067{
2068 return -EINVAL;
2069}
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002070#endif
2071
Pavel Tikhomirov749860c2017-01-30 18:06:12 +03002072static int propagate_has_child_subreaper(struct task_struct *p, void *data)
2073{
2074 /*
2075 * If task has has_child_subreaper - all its decendants
2076 * already have these flag too and new decendants will
2077 * inherit it on fork, skip them.
2078 *
2079 * If we've found child_reaper - skip descendants in
2080 * it's subtree as they will never get out pidns.
2081 */
2082 if (p->signal->has_child_subreaper ||
2083 is_child_reaper(task_pid(p)))
2084 return 0;
2085
2086 p->signal->has_child_subreaper = 1;
2087 return 1;
2088}
2089
Heiko Carstensc4ea37c2009-01-14 14:14:28 +01002090SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
2091 unsigned long, arg4, unsigned long, arg5)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092{
David Howellsb6dff3e2008-11-14 10:39:16 +11002093 struct task_struct *me = current;
2094 unsigned char comm[sizeof(me->comm)];
2095 long error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096
David Howellsd84f4f92008-11-14 10:39:23 +11002097 error = security_task_prctl(option, arg2, arg3, arg4, arg5);
2098 if (error != -ENOSYS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 return error;
2100
David Howellsd84f4f92008-11-14 10:39:23 +11002101 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 switch (option) {
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002103 case PR_SET_PDEATHSIG:
2104 if (!valid_signal(arg2)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 error = -EINVAL;
2106 break;
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002107 }
2108 me->pdeath_signal = arg2;
2109 break;
2110 case PR_GET_PDEATHSIG:
2111 error = put_user(me->pdeath_signal, (int __user *)arg2);
2112 break;
2113 case PR_GET_DUMPABLE:
2114 error = get_dumpable(me->mm);
2115 break;
2116 case PR_SET_DUMPABLE:
2117 if (arg2 != SUID_DUMP_DISABLE && arg2 != SUID_DUMP_USER) {
2118 error = -EINVAL;
2119 break;
2120 }
2121 set_dumpable(me->mm, arg2);
2122 break;
2123
2124 case PR_SET_UNALIGN:
2125 error = SET_UNALIGN_CTL(me, arg2);
2126 break;
2127 case PR_GET_UNALIGN:
2128 error = GET_UNALIGN_CTL(me, arg2);
2129 break;
2130 case PR_SET_FPEMU:
2131 error = SET_FPEMU_CTL(me, arg2);
2132 break;
2133 case PR_GET_FPEMU:
2134 error = GET_FPEMU_CTL(me, arg2);
2135 break;
2136 case PR_SET_FPEXC:
2137 error = SET_FPEXC_CTL(me, arg2);
2138 break;
2139 case PR_GET_FPEXC:
2140 error = GET_FPEXC_CTL(me, arg2);
2141 break;
2142 case PR_GET_TIMING:
2143 error = PR_TIMING_STATISTICAL;
2144 break;
2145 case PR_SET_TIMING:
2146 if (arg2 != PR_TIMING_STATISTICAL)
2147 error = -EINVAL;
2148 break;
2149 case PR_SET_NAME:
2150 comm[sizeof(me->comm) - 1] = 0;
2151 if (strncpy_from_user(comm, (char __user *)arg2,
2152 sizeof(me->comm) - 1) < 0)
2153 return -EFAULT;
2154 set_task_comm(me, comm);
2155 proc_comm_connector(me);
2156 break;
2157 case PR_GET_NAME:
2158 get_task_comm(comm, me);
2159 if (copy_to_user((char __user *)arg2, comm, sizeof(comm)))
2160 return -EFAULT;
2161 break;
2162 case PR_GET_ENDIAN:
2163 error = GET_ENDIAN(me, arg2);
2164 break;
2165 case PR_SET_ENDIAN:
2166 error = SET_ENDIAN(me, arg2);
2167 break;
2168 case PR_GET_SECCOMP:
2169 error = prctl_get_seccomp();
2170 break;
2171 case PR_SET_SECCOMP:
2172 error = prctl_set_seccomp(arg2, (char __user *)arg3);
2173 break;
2174 case PR_GET_TSC:
2175 error = GET_TSC_CTL(arg2);
2176 break;
2177 case PR_SET_TSC:
2178 error = SET_TSC_CTL(arg2);
2179 break;
2180 case PR_TASK_PERF_EVENTS_DISABLE:
2181 error = perf_event_task_disable();
2182 break;
2183 case PR_TASK_PERF_EVENTS_ENABLE:
2184 error = perf_event_task_enable();
2185 break;
2186 case PR_GET_TIMERSLACK:
John Stultzda8b44d2016-03-17 14:20:51 -07002187 if (current->timer_slack_ns > ULONG_MAX)
2188 error = ULONG_MAX;
2189 else
2190 error = current->timer_slack_ns;
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002191 break;
2192 case PR_SET_TIMERSLACK:
2193 if (arg2 <= 0)
2194 current->timer_slack_ns =
2195 current->default_timer_slack_ns;
2196 else
2197 current->timer_slack_ns = arg2;
2198 break;
2199 case PR_MCE_KILL:
2200 if (arg4 | arg5)
2201 return -EINVAL;
2202 switch (arg2) {
2203 case PR_MCE_KILL_CLEAR:
2204 if (arg3 != 0)
2205 return -EINVAL;
2206 current->flags &= ~PF_MCE_PROCESS;
2207 break;
2208 case PR_MCE_KILL_SET:
2209 current->flags |= PF_MCE_PROCESS;
2210 if (arg3 == PR_MCE_KILL_EARLY)
2211 current->flags |= PF_MCE_EARLY;
2212 else if (arg3 == PR_MCE_KILL_LATE)
2213 current->flags &= ~PF_MCE_EARLY;
2214 else if (arg3 == PR_MCE_KILL_DEFAULT)
2215 current->flags &=
2216 ~(PF_MCE_EARLY|PF_MCE_PROCESS);
2217 else
2218 return -EINVAL;
2219 break;
2220 default:
2221 return -EINVAL;
2222 }
2223 break;
2224 case PR_MCE_KILL_GET:
2225 if (arg2 | arg3 | arg4 | arg5)
2226 return -EINVAL;
2227 if (current->flags & PF_MCE_PROCESS)
2228 error = (current->flags & PF_MCE_EARLY) ?
2229 PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE;
2230 else
2231 error = PR_MCE_KILL_DEFAULT;
2232 break;
2233 case PR_SET_MM:
2234 error = prctl_set_mm(arg2, arg3, arg4, arg5);
2235 break;
2236 case PR_GET_TID_ADDRESS:
2237 error = prctl_get_tid_address(me, (int __user **)arg2);
2238 break;
2239 case PR_SET_CHILD_SUBREAPER:
2240 me->signal->is_child_subreaper = !!arg2;
Pavel Tikhomirov749860c2017-01-30 18:06:12 +03002241 if (!arg2)
2242 break;
2243
2244 walk_process_tree(me, propagate_has_child_subreaper, NULL);
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002245 break;
2246 case PR_GET_CHILD_SUBREAPER:
2247 error = put_user(me->signal->is_child_subreaper,
2248 (int __user *)arg2);
2249 break;
2250 case PR_SET_NO_NEW_PRIVS:
2251 if (arg2 != 1 || arg3 || arg4 || arg5)
2252 return -EINVAL;
2253
Kees Cook1d4457f2014-05-21 15:23:46 -07002254 task_set_no_new_privs(current);
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002255 break;
2256 case PR_GET_NO_NEW_PRIVS:
2257 if (arg2 || arg3 || arg4 || arg5)
2258 return -EINVAL;
Kees Cook1d4457f2014-05-21 15:23:46 -07002259 return task_no_new_privs(current) ? 1 : 0;
Alex Thorltona0715cc2014-04-07 15:37:10 -07002260 case PR_GET_THP_DISABLE:
2261 if (arg2 || arg3 || arg4 || arg5)
2262 return -EINVAL;
2263 error = !!(me->mm->def_flags & VM_NOHUGEPAGE);
2264 break;
2265 case PR_SET_THP_DISABLE:
2266 if (arg3 || arg4 || arg5)
2267 return -EINVAL;
Michal Hocko17b05732016-05-23 16:26:05 -07002268 if (down_write_killable(&me->mm->mmap_sem))
2269 return -EINTR;
Alex Thorltona0715cc2014-04-07 15:37:10 -07002270 if (arg2)
2271 me->mm->def_flags |= VM_NOHUGEPAGE;
2272 else
2273 me->mm->def_flags &= ~VM_NOHUGEPAGE;
2274 up_write(&me->mm->mmap_sem);
2275 break;
Dave Hansenfe3d1972014-11-14 07:18:29 -08002276 case PR_MPX_ENABLE_MANAGEMENT:
Dave Hansene9d1b4f2015-01-08 14:30:22 -08002277 if (arg2 || arg3 || arg4 || arg5)
2278 return -EINVAL;
Dave Hansen46a6e0c2015-06-07 11:37:02 -07002279 error = MPX_ENABLE_MANAGEMENT();
Dave Hansenfe3d1972014-11-14 07:18:29 -08002280 break;
2281 case PR_MPX_DISABLE_MANAGEMENT:
Dave Hansene9d1b4f2015-01-08 14:30:22 -08002282 if (arg2 || arg3 || arg4 || arg5)
2283 return -EINVAL;
Dave Hansen46a6e0c2015-06-07 11:37:02 -07002284 error = MPX_DISABLE_MANAGEMENT();
Dave Hansenfe3d1972014-11-14 07:18:29 -08002285 break;
Paul Burton97915542015-01-08 12:17:37 +00002286 case PR_SET_FP_MODE:
2287 error = SET_FP_MODE(me, arg2);
2288 break;
2289 case PR_GET_FP_MODE:
2290 error = GET_FP_MODE(me);
2291 break;
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002292 default:
2293 error = -EINVAL;
2294 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 }
2296 return error;
2297}
Andi Kleen3cfc3482006-09-26 10:52:28 +02002298
Heiko Carstens836f92a2009-01-14 14:14:33 +01002299SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep,
2300 struct getcpu_cache __user *, unused)
Andi Kleen3cfc3482006-09-26 10:52:28 +02002301{
2302 int err = 0;
2303 int cpu = raw_smp_processor_id();
vishnu.psec94fc32014-10-09 15:30:23 -07002304
Andi Kleen3cfc3482006-09-26 10:52:28 +02002305 if (cpup)
2306 err |= put_user(cpu, cpup);
2307 if (nodep)
2308 err |= put_user(cpu_to_node(cpu), nodep);
Andi Kleen3cfc3482006-09-26 10:52:28 +02002309 return err ? -EFAULT : 0;
2310}
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -07002311
Stephen Rothwell4a22f162013-04-30 15:27:37 -07002312/**
2313 * do_sysinfo - fill in sysinfo struct
2314 * @info: pointer to buffer to fill
2315 */
2316static int do_sysinfo(struct sysinfo *info)
2317{
2318 unsigned long mem_total, sav_total;
2319 unsigned int mem_unit, bitcount;
2320 struct timespec tp;
2321
2322 memset(info, 0, sizeof(struct sysinfo));
2323
Oleg Nesterov45c64942013-07-03 15:05:01 -07002324 get_monotonic_boottime(&tp);
Stephen Rothwell4a22f162013-04-30 15:27:37 -07002325 info->uptime = tp.tv_sec + (tp.tv_nsec ? 1 : 0);
2326
2327 get_avenrun(info->loads, 0, SI_LOAD_SHIFT - FSHIFT);
2328
2329 info->procs = nr_threads;
2330
2331 si_meminfo(info);
2332 si_swapinfo(info);
2333
2334 /*
2335 * If the sum of all the available memory (i.e. ram + swap)
2336 * is less than can be stored in a 32 bit unsigned long then
2337 * we can be binary compatible with 2.2.x kernels. If not,
2338 * well, in that case 2.2.x was broken anyways...
2339 *
2340 * -Erik Andersen <andersee@debian.org>
2341 */
2342
2343 mem_total = info->totalram + info->totalswap;
2344 if (mem_total < info->totalram || mem_total < info->totalswap)
2345 goto out;
2346 bitcount = 0;
2347 mem_unit = info->mem_unit;
2348 while (mem_unit > 1) {
2349 bitcount++;
2350 mem_unit >>= 1;
2351 sav_total = mem_total;
2352 mem_total <<= 1;
2353 if (mem_total < sav_total)
2354 goto out;
2355 }
2356
2357 /*
2358 * If mem_total did not overflow, multiply all memory values by
2359 * info->mem_unit and set it to 1. This leaves things compatible
2360 * with 2.2.x, and also retains compatibility with earlier 2.4.x
2361 * kernels...
2362 */
2363
2364 info->mem_unit = 1;
2365 info->totalram <<= bitcount;
2366 info->freeram <<= bitcount;
2367 info->sharedram <<= bitcount;
2368 info->bufferram <<= bitcount;
2369 info->totalswap <<= bitcount;
2370 info->freeswap <<= bitcount;
2371 info->totalhigh <<= bitcount;
2372 info->freehigh <<= bitcount;
2373
2374out:
2375 return 0;
2376}
2377
2378SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info)
2379{
2380 struct sysinfo val;
2381
2382 do_sysinfo(&val);
2383
2384 if (copy_to_user(info, &val, sizeof(struct sysinfo)))
2385 return -EFAULT;
2386
2387 return 0;
2388}
2389
2390#ifdef CONFIG_COMPAT
2391struct compat_sysinfo {
2392 s32 uptime;
2393 u32 loads[3];
2394 u32 totalram;
2395 u32 freeram;
2396 u32 sharedram;
2397 u32 bufferram;
2398 u32 totalswap;
2399 u32 freeswap;
2400 u16 procs;
2401 u16 pad;
2402 u32 totalhigh;
2403 u32 freehigh;
2404 u32 mem_unit;
2405 char _f[20-2*sizeof(u32)-sizeof(int)];
2406};
2407
2408COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info)
2409{
2410 struct sysinfo s;
2411
2412 do_sysinfo(&s);
2413
2414 /* Check to see if any memory value is too large for 32-bit and scale
2415 * down if needed
2416 */
Scotty Bauer0baae412014-10-09 15:30:26 -07002417 if (upper_32_bits(s.totalram) || upper_32_bits(s.totalswap)) {
Stephen Rothwell4a22f162013-04-30 15:27:37 -07002418 int bitcount = 0;
2419
2420 while (s.mem_unit < PAGE_SIZE) {
2421 s.mem_unit <<= 1;
2422 bitcount++;
2423 }
2424
2425 s.totalram >>= bitcount;
2426 s.freeram >>= bitcount;
2427 s.sharedram >>= bitcount;
2428 s.bufferram >>= bitcount;
2429 s.totalswap >>= bitcount;
2430 s.freeswap >>= bitcount;
2431 s.totalhigh >>= bitcount;
2432 s.freehigh >>= bitcount;
2433 }
2434
2435 if (!access_ok(VERIFY_WRITE, info, sizeof(struct compat_sysinfo)) ||
2436 __put_user(s.uptime, &info->uptime) ||
2437 __put_user(s.loads[0], &info->loads[0]) ||
2438 __put_user(s.loads[1], &info->loads[1]) ||
2439 __put_user(s.loads[2], &info->loads[2]) ||
2440 __put_user(s.totalram, &info->totalram) ||
2441 __put_user(s.freeram, &info->freeram) ||
2442 __put_user(s.sharedram, &info->sharedram) ||
2443 __put_user(s.bufferram, &info->bufferram) ||
2444 __put_user(s.totalswap, &info->totalswap) ||
2445 __put_user(s.freeswap, &info->freeswap) ||
2446 __put_user(s.procs, &info->procs) ||
2447 __put_user(s.totalhigh, &info->totalhigh) ||
2448 __put_user(s.freehigh, &info->freehigh) ||
2449 __put_user(s.mem_unit, &info->mem_unit))
2450 return -EFAULT;
2451
2452 return 0;
2453}
2454#endif /* CONFIG_COMPAT */