Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * linux/kernel/sys.c |
| 4 | * |
| 5 | * Copyright (C) 1991, 1992 Linus Torvalds |
| 6 | */ |
| 7 | |
Paul Gortmaker | 9984de1 | 2011-05-23 14:51:41 -0400 | [diff] [blame] | 8 | #include <linux/export.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | #include <linux/mm.h> |
| 10 | #include <linux/utsname.h> |
| 11 | #include <linux/mman.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | #include <linux/reboot.h> |
| 13 | #include <linux/prctl.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/highuid.h> |
| 15 | #include <linux/fs.h> |
Paul Gortmaker | 74da1ff | 2011-05-26 12:48:41 -0400 | [diff] [blame] | 16 | #include <linux/kmod.h> |
Ingo Molnar | cdd6c48 | 2009-09-21 12:02:48 +0200 | [diff] [blame] | 17 | #include <linux/perf_event.h> |
Daniel Walker | 3e88c55 | 2007-05-10 22:22:53 -0700 | [diff] [blame] | 18 | #include <linux/resource.h> |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 19 | #include <linux/kernel.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #include <linux/workqueue.h> |
Randy.Dunlap | c59ede7 | 2006-01-11 12:17:46 -0800 | [diff] [blame] | 21 | #include <linux/capability.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #include <linux/device.h> |
| 23 | #include <linux/key.h> |
| 24 | #include <linux/times.h> |
| 25 | #include <linux/posix-timers.h> |
| 26 | #include <linux/security.h> |
| 27 | #include <linux/dcookies.h> |
| 28 | #include <linux/suspend.h> |
| 29 | #include <linux/tty.h> |
Jesper Juhl | 7ed20e1 | 2005-05-01 08:59:14 -0700 | [diff] [blame] | 30 | #include <linux/signal.h> |
Matt Helsley | 9f46080 | 2005-11-07 00:59:16 -0800 | [diff] [blame] | 31 | #include <linux/cn_proc.h> |
Andi Kleen | 3cfc348 | 2006-09-26 10:52:28 +0200 | [diff] [blame] | 32 | #include <linux/getcpu.h> |
Eric Dumazet | 6eaeeab | 2007-05-10 22:22:37 -0700 | [diff] [blame] | 33 | #include <linux/task_io_accounting_ops.h> |
Andrea Arcangeli | 1d9d02f | 2007-07-15 23:41:32 -0700 | [diff] [blame] | 34 | #include <linux/seccomp.h> |
Mark Lord | 4047727 | 2007-10-01 01:20:10 -0700 | [diff] [blame] | 35 | #include <linux/cpu.h> |
Christoph Hellwig | e28cbf2 | 2010-03-10 15:21:19 -0800 | [diff] [blame] | 36 | #include <linux/personality.h> |
Paul Mackerras | e3d5a27 | 2009-01-06 14:41:02 -0800 | [diff] [blame] | 37 | #include <linux/ptrace.h> |
Al Viro | 5ad4e53 | 2009-03-29 19:50:06 -0400 | [diff] [blame] | 38 | #include <linux/fs_struct.h> |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 39 | #include <linux/file.h> |
| 40 | #include <linux/mount.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 41 | #include <linux/gfp.h> |
Rafael J. Wysocki | 40dc166 | 2011-03-15 00:43:46 +0100 | [diff] [blame] | 42 | #include <linux/syscore_ops.h> |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 43 | #include <linux/version.h> |
| 44 | #include <linux/ctype.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | |
| 46 | #include <linux/compat.h> |
| 47 | #include <linux/syscalls.h> |
Keshavamurthy Anil S | 00d7c05 | 2005-12-12 00:37:33 -0800 | [diff] [blame] | 48 | #include <linux/kprobes.h> |
Cedric Le Goater | acce292 | 2007-07-15 23:40:59 -0700 | [diff] [blame] | 49 | #include <linux/user_namespace.h> |
Chen Gang | 7fe5e04 | 2013-02-21 16:43:06 -0800 | [diff] [blame] | 50 | #include <linux/binfmts.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | |
Stephen Rothwell | 4a22f16 | 2013-04-30 15:27:37 -0700 | [diff] [blame] | 52 | #include <linux/sched.h> |
Ingo Molnar | 4eb5aaa | 2017-02-08 18:51:29 +0100 | [diff] [blame] | 53 | #include <linux/sched/autogroup.h> |
Ingo Molnar | 4f17722 | 2017-02-08 08:45:17 +0100 | [diff] [blame] | 54 | #include <linux/sched/loadavg.h> |
Ingo Molnar | 03441a3 | 2017-02-08 18:51:35 +0100 | [diff] [blame] | 55 | #include <linux/sched/stat.h> |
Ingo Molnar | 6e84f31 | 2017-02-08 18:51:29 +0100 | [diff] [blame] | 56 | #include <linux/sched/mm.h> |
Ingo Molnar | f7ccbae | 2017-02-08 18:51:30 +0100 | [diff] [blame] | 57 | #include <linux/sched/coredump.h> |
Ingo Molnar | 2993002 | 2017-02-08 18:51:36 +0100 | [diff] [blame] | 58 | #include <linux/sched/task.h> |
Ingo Molnar | 32ef551 | 2017-02-05 11:48:36 +0100 | [diff] [blame] | 59 | #include <linux/sched/cputime.h> |
Stephen Rothwell | 4a22f16 | 2013-04-30 15:27:37 -0700 | [diff] [blame] | 60 | #include <linux/rcupdate.h> |
| 61 | #include <linux/uidgid.h> |
| 62 | #include <linux/cred.h> |
| 63 | |
Seiji Aguchi | 04c6862 | 2011-01-12 16:59:30 -0800 | [diff] [blame] | 64 | #include <linux/kmsg_dump.h> |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 65 | /* Move somewhere else to avoid recompiling? */ |
| 66 | #include <generated/utsrelease.h> |
Seiji Aguchi | 04c6862 | 2011-01-12 16:59:30 -0800 | [diff] [blame] | 67 | |
Linus Torvalds | 7c0f6ba | 2016-12-24 11:46:01 -0800 | [diff] [blame] | 68 | #include <linux/uaccess.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | #include <asm/io.h> |
| 70 | #include <asm/unistd.h> |
| 71 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 72 | #include "uid16.h" |
| 73 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | #ifndef SET_UNALIGN_CTL |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 75 | # define SET_UNALIGN_CTL(a, b) (-EINVAL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | #endif |
| 77 | #ifndef GET_UNALIGN_CTL |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 78 | # define GET_UNALIGN_CTL(a, b) (-EINVAL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | #endif |
| 80 | #ifndef SET_FPEMU_CTL |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 81 | # define SET_FPEMU_CTL(a, b) (-EINVAL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | #endif |
| 83 | #ifndef GET_FPEMU_CTL |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 84 | # define GET_FPEMU_CTL(a, b) (-EINVAL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | #endif |
| 86 | #ifndef SET_FPEXC_CTL |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 87 | # define SET_FPEXC_CTL(a, b) (-EINVAL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | #endif |
| 89 | #ifndef GET_FPEXC_CTL |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 90 | # define GET_FPEXC_CTL(a, b) (-EINVAL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | #endif |
Anton Blanchard | 651d765 | 2006-06-07 16:10:19 +1000 | [diff] [blame] | 92 | #ifndef GET_ENDIAN |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 93 | # define GET_ENDIAN(a, b) (-EINVAL) |
Anton Blanchard | 651d765 | 2006-06-07 16:10:19 +1000 | [diff] [blame] | 94 | #endif |
| 95 | #ifndef SET_ENDIAN |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 96 | # define SET_ENDIAN(a, b) (-EINVAL) |
Anton Blanchard | 651d765 | 2006-06-07 16:10:19 +1000 | [diff] [blame] | 97 | #endif |
Erik Bosman | 8fb402b | 2008-04-11 18:54:17 +0200 | [diff] [blame] | 98 | #ifndef GET_TSC_CTL |
| 99 | # define GET_TSC_CTL(a) (-EINVAL) |
| 100 | #endif |
| 101 | #ifndef SET_TSC_CTL |
| 102 | # define SET_TSC_CTL(a) (-EINVAL) |
| 103 | #endif |
Dave Hansen | fe3d197 | 2014-11-14 07:18:29 -0800 | [diff] [blame] | 104 | #ifndef MPX_ENABLE_MANAGEMENT |
Dave Hansen | 46a6e0c | 2015-06-07 11:37:02 -0700 | [diff] [blame] | 105 | # define MPX_ENABLE_MANAGEMENT() (-EINVAL) |
Dave Hansen | fe3d197 | 2014-11-14 07:18:29 -0800 | [diff] [blame] | 106 | #endif |
| 107 | #ifndef MPX_DISABLE_MANAGEMENT |
Dave Hansen | 46a6e0c | 2015-06-07 11:37:02 -0700 | [diff] [blame] | 108 | # define MPX_DISABLE_MANAGEMENT() (-EINVAL) |
Dave Hansen | fe3d197 | 2014-11-14 07:18:29 -0800 | [diff] [blame] | 109 | #endif |
Paul Burton | 9791554 | 2015-01-08 12:17:37 +0000 | [diff] [blame] | 110 | #ifndef GET_FP_MODE |
| 111 | # define GET_FP_MODE(a) (-EINVAL) |
| 112 | #endif |
| 113 | #ifndef SET_FP_MODE |
| 114 | # define SET_FP_MODE(a,b) (-EINVAL) |
| 115 | #endif |
Dave Martin | 2d2123b | 2017-10-31 15:51:14 +0000 | [diff] [blame] | 116 | #ifndef SVE_SET_VL |
| 117 | # define SVE_SET_VL(a) (-EINVAL) |
| 118 | #endif |
| 119 | #ifndef SVE_GET_VL |
| 120 | # define SVE_GET_VL() (-EINVAL) |
| 121 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | |
| 123 | /* |
| 124 | * this is where the system-wide overflow UID and GID are defined, for |
| 125 | * architectures that now have 32-bit UID/GID but didn't in the past |
| 126 | */ |
| 127 | |
| 128 | int overflowuid = DEFAULT_OVERFLOWUID; |
| 129 | int overflowgid = DEFAULT_OVERFLOWGID; |
| 130 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | EXPORT_SYMBOL(overflowuid); |
| 132 | EXPORT_SYMBOL(overflowgid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | |
| 134 | /* |
| 135 | * the same as above, but for filesystems which can only store a 16-bit |
| 136 | * UID and GID. as such, this is needed on all architectures |
| 137 | */ |
| 138 | |
| 139 | int fs_overflowuid = DEFAULT_FS_OVERFLOWUID; |
Wolffhardt Schwabe | 8b2770a | 2017-12-14 19:13:57 +0100 | [diff] [blame] | 140 | int fs_overflowgid = DEFAULT_FS_OVERFLOWGID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | |
| 142 | EXPORT_SYMBOL(fs_overflowuid); |
| 143 | EXPORT_SYMBOL(fs_overflowgid); |
| 144 | |
| 145 | /* |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 146 | * Returns true if current's euid is same as p's uid or euid, |
| 147 | * or has CAP_SYS_NICE to p's user_ns. |
| 148 | * |
| 149 | * Called with rcu_read_lock, creds are safe |
| 150 | */ |
| 151 | static bool set_one_prio_perm(struct task_struct *p) |
| 152 | { |
| 153 | const struct cred *cred = current_cred(), *pcred = __task_cred(p); |
| 154 | |
Eric W. Biederman | 5af6620 | 2012-03-03 20:21:47 -0800 | [diff] [blame] | 155 | if (uid_eq(pcred->uid, cred->euid) || |
| 156 | uid_eq(pcred->euid, cred->euid)) |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 157 | return true; |
Eric W. Biederman | c4a4d60 | 2011-11-16 23:15:31 -0800 | [diff] [blame] | 158 | if (ns_capable(pcred->user_ns, CAP_SYS_NICE)) |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 159 | return true; |
| 160 | return false; |
| 161 | } |
| 162 | |
| 163 | /* |
David Howells | c69e8d9 | 2008-11-14 10:39:19 +1100 | [diff] [blame] | 164 | * set the priority of a task |
| 165 | * - the caller must hold the RCU read lock |
| 166 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | static int set_one_prio(struct task_struct *p, int niceval, int error) |
| 168 | { |
| 169 | int no_nice; |
| 170 | |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 171 | if (!set_one_prio_perm(p)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | error = -EPERM; |
| 173 | goto out; |
| 174 | } |
Matt Mackall | e43379f | 2005-05-01 08:59:00 -0700 | [diff] [blame] | 175 | if (niceval < task_nice(p) && !can_nice(p, niceval)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | error = -EACCES; |
| 177 | goto out; |
| 178 | } |
| 179 | no_nice = security_task_setnice(p, niceval); |
| 180 | if (no_nice) { |
| 181 | error = no_nice; |
| 182 | goto out; |
| 183 | } |
| 184 | if (error == -ESRCH) |
| 185 | error = 0; |
| 186 | set_user_nice(p, niceval); |
| 187 | out: |
| 188 | return error; |
| 189 | } |
| 190 | |
Heiko Carstens | 754fe8d | 2009-01-14 14:14:09 +0100 | [diff] [blame] | 191 | SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | { |
| 193 | struct task_struct *g, *p; |
| 194 | struct user_struct *user; |
David Howells | 86a264a | 2008-11-14 10:39:18 +1100 | [diff] [blame] | 195 | const struct cred *cred = current_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | int error = -EINVAL; |
Eric W. Biederman | 41487c6 | 2007-02-12 00:53:01 -0800 | [diff] [blame] | 197 | struct pid *pgrp; |
Eric W. Biederman | 7b44ab9 | 2011-11-16 23:20:58 -0800 | [diff] [blame] | 198 | kuid_t uid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | |
Daniel Walker | 3e88c55 | 2007-05-10 22:22:53 -0700 | [diff] [blame] | 200 | if (which > PRIO_USER || which < PRIO_PROCESS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | goto out; |
| 202 | |
| 203 | /* normalize: avoid signed division (rounding problems) */ |
| 204 | error = -ESRCH; |
Dongsheng Yang | c4a4d2f | 2014-02-11 15:34:51 +0800 | [diff] [blame] | 205 | if (niceval < MIN_NICE) |
| 206 | niceval = MIN_NICE; |
| 207 | if (niceval > MAX_NICE) |
| 208 | niceval = MAX_NICE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 209 | |
Thomas Gleixner | d4581a2 | 2009-12-10 00:52:51 +0000 | [diff] [blame] | 210 | rcu_read_lock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | read_lock(&tasklist_lock); |
| 212 | switch (which) { |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 213 | case PRIO_PROCESS: |
| 214 | if (who) |
| 215 | p = find_task_by_vpid(who); |
| 216 | else |
| 217 | p = current; |
| 218 | if (p) |
| 219 | error = set_one_prio(p, niceval, error); |
| 220 | break; |
| 221 | case PRIO_PGRP: |
| 222 | if (who) |
| 223 | pgrp = find_vpid(who); |
| 224 | else |
| 225 | pgrp = task_pgrp(current); |
| 226 | do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { |
| 227 | error = set_one_prio(p, niceval, error); |
| 228 | } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); |
| 229 | break; |
| 230 | case PRIO_USER: |
| 231 | uid = make_kuid(cred->user_ns, who); |
| 232 | user = cred->user; |
| 233 | if (!who) |
| 234 | uid = cred->uid; |
| 235 | else if (!uid_eq(uid, cred->uid)) { |
| 236 | user = find_user(uid); |
| 237 | if (!user) |
David Howells | 86a264a | 2008-11-14 10:39:18 +1100 | [diff] [blame] | 238 | goto out_unlock; /* No processes for this user */ |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 239 | } |
| 240 | do_each_thread(g, p) { |
Ben Segall | 8639b46 | 2015-11-06 16:32:48 -0800 | [diff] [blame] | 241 | if (uid_eq(task_uid(p), uid) && task_pid_vnr(p)) |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 242 | error = set_one_prio(p, niceval, error); |
| 243 | } while_each_thread(g, p); |
| 244 | if (!uid_eq(uid, cred->uid)) |
| 245 | free_uid(user); /* For find_user() */ |
| 246 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | } |
| 248 | out_unlock: |
| 249 | read_unlock(&tasklist_lock); |
Thomas Gleixner | d4581a2 | 2009-12-10 00:52:51 +0000 | [diff] [blame] | 250 | rcu_read_unlock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | out: |
| 252 | return error; |
| 253 | } |
| 254 | |
| 255 | /* |
| 256 | * Ugh. To avoid negative return values, "getpriority()" will |
| 257 | * not return the normal nice-value, but a negated value that |
| 258 | * has been offset by 20 (ie it returns 40..1 instead of -20..19) |
| 259 | * to stay compatible. |
| 260 | */ |
Heiko Carstens | 754fe8d | 2009-01-14 14:14:09 +0100 | [diff] [blame] | 261 | SYSCALL_DEFINE2(getpriority, int, which, int, who) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 262 | { |
| 263 | struct task_struct *g, *p; |
| 264 | struct user_struct *user; |
David Howells | 86a264a | 2008-11-14 10:39:18 +1100 | [diff] [blame] | 265 | const struct cred *cred = current_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | long niceval, retval = -ESRCH; |
Eric W. Biederman | 41487c6 | 2007-02-12 00:53:01 -0800 | [diff] [blame] | 267 | struct pid *pgrp; |
Eric W. Biederman | 7b44ab9 | 2011-11-16 23:20:58 -0800 | [diff] [blame] | 268 | kuid_t uid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 269 | |
Daniel Walker | 3e88c55 | 2007-05-10 22:22:53 -0700 | [diff] [blame] | 270 | if (which > PRIO_USER || which < PRIO_PROCESS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 271 | return -EINVAL; |
| 272 | |
Tetsuo Handa | 7011883 | 2010-02-22 12:44:16 -0800 | [diff] [blame] | 273 | rcu_read_lock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 274 | read_lock(&tasklist_lock); |
| 275 | switch (which) { |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 276 | case PRIO_PROCESS: |
| 277 | if (who) |
| 278 | p = find_task_by_vpid(who); |
| 279 | else |
| 280 | p = current; |
| 281 | if (p) { |
| 282 | niceval = nice_to_rlimit(task_nice(p)); |
| 283 | if (niceval > retval) |
| 284 | retval = niceval; |
| 285 | } |
| 286 | break; |
| 287 | case PRIO_PGRP: |
| 288 | if (who) |
| 289 | pgrp = find_vpid(who); |
| 290 | else |
| 291 | pgrp = task_pgrp(current); |
| 292 | do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { |
| 293 | niceval = nice_to_rlimit(task_nice(p)); |
| 294 | if (niceval > retval) |
| 295 | retval = niceval; |
| 296 | } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); |
| 297 | break; |
| 298 | case PRIO_USER: |
| 299 | uid = make_kuid(cred->user_ns, who); |
| 300 | user = cred->user; |
| 301 | if (!who) |
| 302 | uid = cred->uid; |
| 303 | else if (!uid_eq(uid, cred->uid)) { |
| 304 | user = find_user(uid); |
| 305 | if (!user) |
| 306 | goto out_unlock; /* No processes for this user */ |
| 307 | } |
| 308 | do_each_thread(g, p) { |
Ben Segall | 8639b46 | 2015-11-06 16:32:48 -0800 | [diff] [blame] | 309 | if (uid_eq(task_uid(p), uid) && task_pid_vnr(p)) { |
Dongsheng Yang | 7aa2c01 | 2014-05-08 18:33:49 +0900 | [diff] [blame] | 310 | niceval = nice_to_rlimit(task_nice(p)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | if (niceval > retval) |
| 312 | retval = niceval; |
| 313 | } |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 314 | } while_each_thread(g, p); |
| 315 | if (!uid_eq(uid, cred->uid)) |
| 316 | free_uid(user); /* for find_user() */ |
| 317 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | } |
| 319 | out_unlock: |
| 320 | read_unlock(&tasklist_lock); |
Tetsuo Handa | 7011883 | 2010-02-22 12:44:16 -0800 | [diff] [blame] | 321 | rcu_read_unlock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | |
| 323 | return retval; |
| 324 | } |
| 325 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 326 | /* |
| 327 | * Unprivileged users may change the real gid to the effective gid |
| 328 | * or vice versa. (BSD-style) |
| 329 | * |
| 330 | * If you set the real gid at all, or set the effective gid to a value not |
| 331 | * equal to the real gid, then the saved gid is set to the new effective gid. |
| 332 | * |
| 333 | * This makes it possible for a setgid program to completely drop its |
| 334 | * privileges, which is often a useful assertion to make when you are doing |
| 335 | * a security audit over a program. |
| 336 | * |
| 337 | * The general idea is that a program which uses just setregid() will be |
| 338 | * 100% compatible with BSD. A program which uses just setgid() will be |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 339 | * 100% compatible with POSIX with saved IDs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 340 | * |
| 341 | * SMP: There are not races, the GIDs are checked only by filesystem |
| 342 | * operations (as far as semantic preservation is concerned). |
| 343 | */ |
Iulia Manda | 2813893 | 2015-04-15 16:16:41 -0700 | [diff] [blame] | 344 | #ifdef CONFIG_MULTIUSER |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 345 | long __sys_setregid(gid_t rgid, gid_t egid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 346 | { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 347 | struct user_namespace *ns = current_user_ns(); |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 348 | const struct cred *old; |
| 349 | struct cred *new; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 351 | kgid_t krgid, kegid; |
| 352 | |
| 353 | krgid = make_kgid(ns, rgid); |
| 354 | kegid = make_kgid(ns, egid); |
| 355 | |
| 356 | if ((rgid != (gid_t) -1) && !gid_valid(krgid)) |
| 357 | return -EINVAL; |
| 358 | if ((egid != (gid_t) -1) && !gid_valid(kegid)) |
| 359 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 360 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 361 | new = prepare_creds(); |
| 362 | if (!new) |
| 363 | return -ENOMEM; |
| 364 | old = current_cred(); |
| 365 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 366 | retval = -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 367 | if (rgid != (gid_t) -1) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 368 | if (gid_eq(old->gid, krgid) || |
| 369 | gid_eq(old->egid, krgid) || |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 370 | ns_capable(old->user_ns, CAP_SETGID)) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 371 | new->gid = krgid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 372 | else |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 373 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 374 | } |
| 375 | if (egid != (gid_t) -1) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 376 | if (gid_eq(old->gid, kegid) || |
| 377 | gid_eq(old->egid, kegid) || |
| 378 | gid_eq(old->sgid, kegid) || |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 379 | ns_capable(old->user_ns, CAP_SETGID)) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 380 | new->egid = kegid; |
Cal Peake | 756184b | 2006-09-30 23:27:24 -0700 | [diff] [blame] | 381 | else |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 382 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | } |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 384 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | if (rgid != (gid_t) -1 || |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 386 | (egid != (gid_t) -1 && !gid_eq(kegid, old->gid))) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 387 | new->sgid = new->egid; |
| 388 | new->fsgid = new->egid; |
| 389 | |
| 390 | return commit_creds(new); |
| 391 | |
| 392 | error: |
| 393 | abort_creds(new); |
| 394 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 395 | } |
| 396 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 397 | SYSCALL_DEFINE2(setregid, gid_t, rgid, gid_t, egid) |
| 398 | { |
| 399 | return __sys_setregid(rgid, egid); |
| 400 | } |
| 401 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 402 | /* |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 403 | * setgid() is implemented like SysV w/ SAVED_IDS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 404 | * |
| 405 | * SMP: Same implicit races as above. |
| 406 | */ |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 407 | long __sys_setgid(gid_t gid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 408 | { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 409 | struct user_namespace *ns = current_user_ns(); |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 410 | const struct cred *old; |
| 411 | struct cred *new; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 412 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 413 | kgid_t kgid; |
| 414 | |
| 415 | kgid = make_kgid(ns, gid); |
| 416 | if (!gid_valid(kgid)) |
| 417 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 419 | new = prepare_creds(); |
| 420 | if (!new) |
| 421 | return -ENOMEM; |
| 422 | old = current_cred(); |
| 423 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 424 | retval = -EPERM; |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 425 | if (ns_capable(old->user_ns, CAP_SETGID)) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 426 | new->gid = new->egid = new->sgid = new->fsgid = kgid; |
| 427 | else if (gid_eq(kgid, old->gid) || gid_eq(kgid, old->sgid)) |
| 428 | new->egid = new->fsgid = kgid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 429 | else |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 430 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 432 | return commit_creds(new); |
| 433 | |
| 434 | error: |
| 435 | abort_creds(new); |
| 436 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 437 | } |
Dhaval Giani | 54e9912 | 2009-02-27 15:13:54 +0530 | [diff] [blame] | 438 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 439 | SYSCALL_DEFINE1(setgid, gid_t, gid) |
| 440 | { |
| 441 | return __sys_setgid(gid); |
| 442 | } |
| 443 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 444 | /* |
| 445 | * change the user struct in a credentials set to match the new UID |
| 446 | */ |
| 447 | static int set_user(struct cred *new) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 448 | { |
| 449 | struct user_struct *new_user; |
| 450 | |
Eric W. Biederman | 078de5f | 2012-02-08 07:00:08 -0800 | [diff] [blame] | 451 | new_user = alloc_uid(new->uid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | if (!new_user) |
| 453 | return -EAGAIN; |
| 454 | |
Vasiliy Kulikov | 72fa599 | 2011-08-08 19:02:04 +0400 | [diff] [blame] | 455 | /* |
| 456 | * We don't fail in case of NPROC limit excess here because too many |
| 457 | * poorly written programs don't check set*uid() return code, assuming |
| 458 | * it never fails if called by root. We may still enforce NPROC limit |
| 459 | * for programs doing set*uid()+execve() by harmlessly deferring the |
| 460 | * failure to the execve() stage. |
| 461 | */ |
Jiri Slaby | 78d7d40 | 2010-03-05 13:42:54 -0800 | [diff] [blame] | 462 | if (atomic_read(&new_user->processes) >= rlimit(RLIMIT_NPROC) && |
Vasiliy Kulikov | 72fa599 | 2011-08-08 19:02:04 +0400 | [diff] [blame] | 463 | new_user != INIT_USER) |
| 464 | current->flags |= PF_NPROC_EXCEEDED; |
| 465 | else |
| 466 | current->flags &= ~PF_NPROC_EXCEEDED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 468 | free_uid(new->user); |
| 469 | new->user = new_user; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | return 0; |
| 471 | } |
| 472 | |
| 473 | /* |
| 474 | * Unprivileged users may change the real uid to the effective uid |
| 475 | * or vice versa. (BSD-style) |
| 476 | * |
| 477 | * If you set the real uid at all, or set the effective uid to a value not |
| 478 | * equal to the real uid, then the saved uid is set to the new effective uid. |
| 479 | * |
| 480 | * This makes it possible for a setuid program to completely drop its |
| 481 | * privileges, which is often a useful assertion to make when you are doing |
| 482 | * a security audit over a program. |
| 483 | * |
| 484 | * The general idea is that a program which uses just setreuid() will be |
| 485 | * 100% compatible with BSD. A program which uses just setuid() will be |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 486 | * 100% compatible with POSIX with saved IDs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 487 | */ |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 488 | long __sys_setreuid(uid_t ruid, uid_t euid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 490 | struct user_namespace *ns = current_user_ns(); |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 491 | const struct cred *old; |
| 492 | struct cred *new; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 493 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 494 | kuid_t kruid, keuid; |
| 495 | |
| 496 | kruid = make_kuid(ns, ruid); |
| 497 | keuid = make_kuid(ns, euid); |
| 498 | |
| 499 | if ((ruid != (uid_t) -1) && !uid_valid(kruid)) |
| 500 | return -EINVAL; |
| 501 | if ((euid != (uid_t) -1) && !uid_valid(keuid)) |
| 502 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 503 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 504 | new = prepare_creds(); |
| 505 | if (!new) |
| 506 | return -ENOMEM; |
| 507 | old = current_cred(); |
| 508 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 509 | retval = -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 510 | if (ruid != (uid_t) -1) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 511 | new->uid = kruid; |
| 512 | if (!uid_eq(old->uid, kruid) && |
| 513 | !uid_eq(old->euid, kruid) && |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 514 | !ns_capable(old->user_ns, CAP_SETUID)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 515 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 516 | } |
| 517 | |
| 518 | if (euid != (uid_t) -1) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 519 | new->euid = keuid; |
| 520 | if (!uid_eq(old->uid, keuid) && |
| 521 | !uid_eq(old->euid, keuid) && |
| 522 | !uid_eq(old->suid, keuid) && |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 523 | !ns_capable(old->user_ns, CAP_SETUID)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 524 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 525 | } |
| 526 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 527 | if (!uid_eq(new->uid, old->uid)) { |
Dhaval Giani | 54e9912 | 2009-02-27 15:13:54 +0530 | [diff] [blame] | 528 | retval = set_user(new); |
| 529 | if (retval < 0) |
| 530 | goto error; |
| 531 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 532 | if (ruid != (uid_t) -1 || |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 533 | (euid != (uid_t) -1 && !uid_eq(keuid, old->uid))) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 534 | new->suid = new->euid; |
| 535 | new->fsuid = new->euid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 536 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 537 | retval = security_task_fix_setuid(new, old, LSM_SETID_RE); |
| 538 | if (retval < 0) |
| 539 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 541 | return commit_creds(new); |
| 542 | |
| 543 | error: |
| 544 | abort_creds(new); |
| 545 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 546 | } |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 547 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 548 | SYSCALL_DEFINE2(setreuid, uid_t, ruid, uid_t, euid) |
| 549 | { |
| 550 | return __sys_setreuid(ruid, euid); |
| 551 | } |
| 552 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 553 | /* |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 554 | * setuid() is implemented like SysV with SAVED_IDS |
| 555 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 556 | * Note that SAVED_ID's is deficient in that a setuid root program |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 557 | * like sendmail, for example, cannot set its uid to be a normal |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 558 | * user and then switch back, because if you're root, setuid() sets |
| 559 | * the saved uid too. If you don't like this, blame the bright people |
| 560 | * in the POSIX committee and/or USG. Note that the BSD-style setreuid() |
| 561 | * will allow a root program to temporarily drop privileges and be able to |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 562 | * regain them by swapping the real and effective uid. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 563 | */ |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 564 | long __sys_setuid(uid_t uid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 566 | struct user_namespace *ns = current_user_ns(); |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 567 | const struct cred *old; |
| 568 | struct cred *new; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 570 | kuid_t kuid; |
| 571 | |
| 572 | kuid = make_kuid(ns, uid); |
| 573 | if (!uid_valid(kuid)) |
| 574 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 575 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 576 | new = prepare_creds(); |
| 577 | if (!new) |
| 578 | return -ENOMEM; |
| 579 | old = current_cred(); |
| 580 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 581 | retval = -EPERM; |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 582 | if (ns_capable(old->user_ns, CAP_SETUID)) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 583 | new->suid = new->uid = kuid; |
| 584 | if (!uid_eq(kuid, old->uid)) { |
Dhaval Giani | 54e9912 | 2009-02-27 15:13:54 +0530 | [diff] [blame] | 585 | retval = set_user(new); |
| 586 | if (retval < 0) |
| 587 | goto error; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 588 | } |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 589 | } else if (!uid_eq(kuid, old->uid) && !uid_eq(kuid, new->suid)) { |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 590 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 591 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 592 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 593 | new->fsuid = new->euid = kuid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 595 | retval = security_task_fix_setuid(new, old, LSM_SETID_ID); |
| 596 | if (retval < 0) |
| 597 | goto error; |
| 598 | |
| 599 | return commit_creds(new); |
| 600 | |
| 601 | error: |
| 602 | abort_creds(new); |
| 603 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 604 | } |
| 605 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 606 | SYSCALL_DEFINE1(setuid, uid_t, uid) |
| 607 | { |
| 608 | return __sys_setuid(uid); |
| 609 | } |
| 610 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 611 | |
| 612 | /* |
| 613 | * This function implements a generic ability to update ruid, euid, |
| 614 | * and suid. This allows you to implement the 4.4 compatible seteuid(). |
| 615 | */ |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 616 | long __sys_setresuid(uid_t ruid, uid_t euid, uid_t suid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 617 | { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 618 | struct user_namespace *ns = current_user_ns(); |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 619 | const struct cred *old; |
| 620 | struct cred *new; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 621 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 622 | kuid_t kruid, keuid, ksuid; |
| 623 | |
| 624 | kruid = make_kuid(ns, ruid); |
| 625 | keuid = make_kuid(ns, euid); |
| 626 | ksuid = make_kuid(ns, suid); |
| 627 | |
| 628 | if ((ruid != (uid_t) -1) && !uid_valid(kruid)) |
| 629 | return -EINVAL; |
| 630 | |
| 631 | if ((euid != (uid_t) -1) && !uid_valid(keuid)) |
| 632 | return -EINVAL; |
| 633 | |
| 634 | if ((suid != (uid_t) -1) && !uid_valid(ksuid)) |
| 635 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 636 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 637 | new = prepare_creds(); |
| 638 | if (!new) |
| 639 | return -ENOMEM; |
| 640 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 641 | old = current_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 643 | retval = -EPERM; |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 644 | if (!ns_capable(old->user_ns, CAP_SETUID)) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 645 | if (ruid != (uid_t) -1 && !uid_eq(kruid, old->uid) && |
| 646 | !uid_eq(kruid, old->euid) && !uid_eq(kruid, old->suid)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 647 | goto error; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 648 | if (euid != (uid_t) -1 && !uid_eq(keuid, old->uid) && |
| 649 | !uid_eq(keuid, old->euid) && !uid_eq(keuid, old->suid)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 650 | goto error; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 651 | if (suid != (uid_t) -1 && !uid_eq(ksuid, old->uid) && |
| 652 | !uid_eq(ksuid, old->euid) && !uid_eq(ksuid, old->suid)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 653 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 654 | } |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 655 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 656 | if (ruid != (uid_t) -1) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 657 | new->uid = kruid; |
| 658 | if (!uid_eq(kruid, old->uid)) { |
Dhaval Giani | 54e9912 | 2009-02-27 15:13:54 +0530 | [diff] [blame] | 659 | retval = set_user(new); |
| 660 | if (retval < 0) |
| 661 | goto error; |
| 662 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 663 | } |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 664 | if (euid != (uid_t) -1) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 665 | new->euid = keuid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 666 | if (suid != (uid_t) -1) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 667 | new->suid = ksuid; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 668 | new->fsuid = new->euid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 669 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 670 | retval = security_task_fix_setuid(new, old, LSM_SETID_RES); |
| 671 | if (retval < 0) |
| 672 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 673 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 674 | return commit_creds(new); |
| 675 | |
| 676 | error: |
| 677 | abort_creds(new); |
| 678 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | } |
| 680 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 681 | SYSCALL_DEFINE3(setresuid, uid_t, ruid, uid_t, euid, uid_t, suid) |
| 682 | { |
| 683 | return __sys_setresuid(ruid, euid, suid); |
| 684 | } |
| 685 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 686 | SYSCALL_DEFINE3(getresuid, uid_t __user *, ruidp, uid_t __user *, euidp, uid_t __user *, suidp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 687 | { |
David Howells | 86a264a | 2008-11-14 10:39:18 +1100 | [diff] [blame] | 688 | const struct cred *cred = current_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 689 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 690 | uid_t ruid, euid, suid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 691 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 692 | ruid = from_kuid_munged(cred->user_ns, cred->uid); |
| 693 | euid = from_kuid_munged(cred->user_ns, cred->euid); |
| 694 | suid = from_kuid_munged(cred->user_ns, cred->suid); |
| 695 | |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 696 | retval = put_user(ruid, ruidp); |
| 697 | if (!retval) { |
| 698 | retval = put_user(euid, euidp); |
| 699 | if (!retval) |
| 700 | return put_user(suid, suidp); |
| 701 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 702 | return retval; |
| 703 | } |
| 704 | |
| 705 | /* |
| 706 | * Same as above, but for rgid, egid, sgid. |
| 707 | */ |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 708 | long __sys_setresgid(gid_t rgid, gid_t egid, gid_t sgid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 709 | { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 710 | struct user_namespace *ns = current_user_ns(); |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 711 | const struct cred *old; |
| 712 | struct cred *new; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 713 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 714 | kgid_t krgid, kegid, ksgid; |
| 715 | |
| 716 | krgid = make_kgid(ns, rgid); |
| 717 | kegid = make_kgid(ns, egid); |
| 718 | ksgid = make_kgid(ns, sgid); |
| 719 | |
| 720 | if ((rgid != (gid_t) -1) && !gid_valid(krgid)) |
| 721 | return -EINVAL; |
| 722 | if ((egid != (gid_t) -1) && !gid_valid(kegid)) |
| 723 | return -EINVAL; |
| 724 | if ((sgid != (gid_t) -1) && !gid_valid(ksgid)) |
| 725 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 726 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 727 | new = prepare_creds(); |
| 728 | if (!new) |
| 729 | return -ENOMEM; |
| 730 | old = current_cred(); |
| 731 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 732 | retval = -EPERM; |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 733 | if (!ns_capable(old->user_ns, CAP_SETGID)) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 734 | if (rgid != (gid_t) -1 && !gid_eq(krgid, old->gid) && |
| 735 | !gid_eq(krgid, old->egid) && !gid_eq(krgid, old->sgid)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 736 | goto error; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 737 | if (egid != (gid_t) -1 && !gid_eq(kegid, old->gid) && |
| 738 | !gid_eq(kegid, old->egid) && !gid_eq(kegid, old->sgid)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 739 | goto error; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 740 | if (sgid != (gid_t) -1 && !gid_eq(ksgid, old->gid) && |
| 741 | !gid_eq(ksgid, old->egid) && !gid_eq(ksgid, old->sgid)) |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 742 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 743 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 744 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 745 | if (rgid != (gid_t) -1) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 746 | new->gid = krgid; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 747 | if (egid != (gid_t) -1) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 748 | new->egid = kegid; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 749 | if (sgid != (gid_t) -1) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 750 | new->sgid = ksgid; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 751 | new->fsgid = new->egid; |
| 752 | |
| 753 | return commit_creds(new); |
| 754 | |
| 755 | error: |
| 756 | abort_creds(new); |
| 757 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 758 | } |
| 759 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 760 | SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid) |
| 761 | { |
| 762 | return __sys_setresgid(rgid, egid, sgid); |
| 763 | } |
| 764 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 765 | SYSCALL_DEFINE3(getresgid, gid_t __user *, rgidp, gid_t __user *, egidp, gid_t __user *, sgidp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 766 | { |
David Howells | 86a264a | 2008-11-14 10:39:18 +1100 | [diff] [blame] | 767 | const struct cred *cred = current_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 768 | int retval; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 769 | gid_t rgid, egid, sgid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 770 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 771 | rgid = from_kgid_munged(cred->user_ns, cred->gid); |
| 772 | egid = from_kgid_munged(cred->user_ns, cred->egid); |
| 773 | sgid = from_kgid_munged(cred->user_ns, cred->sgid); |
| 774 | |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 775 | retval = put_user(rgid, rgidp); |
| 776 | if (!retval) { |
| 777 | retval = put_user(egid, egidp); |
| 778 | if (!retval) |
| 779 | retval = put_user(sgid, sgidp); |
| 780 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 781 | |
| 782 | return retval; |
| 783 | } |
| 784 | |
| 785 | |
| 786 | /* |
| 787 | * "setfsuid()" sets the fsuid - the uid used for filesystem checks. This |
| 788 | * is used for "access()" and for the NFS daemon (letting nfsd stay at |
| 789 | * whatever uid it wants to). It normally shadows "euid", except when |
| 790 | * explicitly set by setfsuid() or for access.. |
| 791 | */ |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 792 | long __sys_setfsuid(uid_t uid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 793 | { |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 794 | const struct cred *old; |
| 795 | struct cred *new; |
| 796 | uid_t old_fsuid; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 797 | kuid_t kuid; |
| 798 | |
| 799 | old = current_cred(); |
| 800 | old_fsuid = from_kuid_munged(old->user_ns, old->fsuid); |
| 801 | |
| 802 | kuid = make_kuid(old->user_ns, uid); |
| 803 | if (!uid_valid(kuid)) |
| 804 | return old_fsuid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 805 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 806 | new = prepare_creds(); |
| 807 | if (!new) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 808 | return old_fsuid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 809 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 810 | if (uid_eq(kuid, old->uid) || uid_eq(kuid, old->euid) || |
| 811 | uid_eq(kuid, old->suid) || uid_eq(kuid, old->fsuid) || |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 812 | ns_capable(old->user_ns, CAP_SETUID)) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 813 | if (!uid_eq(kuid, old->fsuid)) { |
| 814 | new->fsuid = kuid; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 815 | if (security_task_fix_setuid(new, old, LSM_SETID_FS) == 0) |
| 816 | goto change_okay; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 817 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 818 | } |
| 819 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 820 | abort_creds(new); |
| 821 | return old_fsuid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 822 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 823 | change_okay: |
| 824 | commit_creds(new); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 825 | return old_fsuid; |
| 826 | } |
| 827 | |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 828 | SYSCALL_DEFINE1(setfsuid, uid_t, uid) |
| 829 | { |
| 830 | return __sys_setfsuid(uid); |
| 831 | } |
| 832 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 833 | /* |
John Anthony Kazos Jr | f42df9e | 2007-05-09 08:23:08 +0200 | [diff] [blame] | 834 | * Samma på svenska.. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | */ |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 836 | long __sys_setfsgid(gid_t gid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 837 | { |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 838 | const struct cred *old; |
| 839 | struct cred *new; |
| 840 | gid_t old_fsgid; |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 841 | kgid_t kgid; |
| 842 | |
| 843 | old = current_cred(); |
| 844 | old_fsgid = from_kgid_munged(old->user_ns, old->fsgid); |
| 845 | |
| 846 | kgid = make_kgid(old->user_ns, gid); |
| 847 | if (!gid_valid(kgid)) |
| 848 | return old_fsgid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 849 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 850 | new = prepare_creds(); |
| 851 | if (!new) |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 852 | return old_fsgid; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 853 | |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 854 | if (gid_eq(kgid, old->gid) || gid_eq(kgid, old->egid) || |
| 855 | gid_eq(kgid, old->sgid) || gid_eq(kgid, old->fsgid) || |
Eric W. Biederman | c7b96ac | 2013-03-20 12:49:49 -0700 | [diff] [blame] | 856 | ns_capable(old->user_ns, CAP_SETGID)) { |
Eric W. Biederman | a29c33f | 2012-02-07 18:51:01 -0800 | [diff] [blame] | 857 | if (!gid_eq(kgid, old->fsgid)) { |
| 858 | new->fsgid = kgid; |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 859 | goto change_okay; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 860 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 861 | } |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 862 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 863 | abort_creds(new); |
| 864 | return old_fsgid; |
| 865 | |
| 866 | change_okay: |
| 867 | commit_creds(new); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 868 | return old_fsgid; |
| 869 | } |
Dominik Brodowski | e530dca | 2018-03-19 18:09:27 +0100 | [diff] [blame^] | 870 | |
| 871 | SYSCALL_DEFINE1(setfsgid, gid_t, gid) |
| 872 | { |
| 873 | return __sys_setfsgid(gid); |
| 874 | } |
Iulia Manda | 2813893 | 2015-04-15 16:16:41 -0700 | [diff] [blame] | 875 | #endif /* CONFIG_MULTIUSER */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 876 | |
Stephen Rothwell | 4a22f16 | 2013-04-30 15:27:37 -0700 | [diff] [blame] | 877 | /** |
| 878 | * sys_getpid - return the thread group id of the current process |
| 879 | * |
| 880 | * Note, despite the name, this returns the tgid not the pid. The tgid and |
| 881 | * the pid are identical unless CLONE_THREAD was specified on clone() in |
| 882 | * which case the tgid is the same in all threads of the same group. |
| 883 | * |
| 884 | * This is SMP safe as current->tgid does not change. |
| 885 | */ |
| 886 | SYSCALL_DEFINE0(getpid) |
| 887 | { |
| 888 | return task_tgid_vnr(current); |
| 889 | } |
| 890 | |
| 891 | /* Thread ID - the internal kernel "pid" */ |
| 892 | SYSCALL_DEFINE0(gettid) |
| 893 | { |
| 894 | return task_pid_vnr(current); |
| 895 | } |
| 896 | |
| 897 | /* |
| 898 | * Accessing ->real_parent is not SMP-safe, it could |
| 899 | * change from under us. However, we can use a stale |
| 900 | * value of ->real_parent under rcu_read_lock(), see |
| 901 | * release_task()->call_rcu(delayed_put_task_struct). |
| 902 | */ |
| 903 | SYSCALL_DEFINE0(getppid) |
| 904 | { |
| 905 | int pid; |
| 906 | |
| 907 | rcu_read_lock(); |
| 908 | pid = task_tgid_vnr(rcu_dereference(current->real_parent)); |
| 909 | rcu_read_unlock(); |
| 910 | |
| 911 | return pid; |
| 912 | } |
| 913 | |
| 914 | SYSCALL_DEFINE0(getuid) |
| 915 | { |
| 916 | /* Only we change this so SMP safe */ |
| 917 | return from_kuid_munged(current_user_ns(), current_uid()); |
| 918 | } |
| 919 | |
| 920 | SYSCALL_DEFINE0(geteuid) |
| 921 | { |
| 922 | /* Only we change this so SMP safe */ |
| 923 | return from_kuid_munged(current_user_ns(), current_euid()); |
| 924 | } |
| 925 | |
| 926 | SYSCALL_DEFINE0(getgid) |
| 927 | { |
| 928 | /* Only we change this so SMP safe */ |
| 929 | return from_kgid_munged(current_user_ns(), current_gid()); |
| 930 | } |
| 931 | |
| 932 | SYSCALL_DEFINE0(getegid) |
| 933 | { |
| 934 | /* Only we change this so SMP safe */ |
| 935 | return from_kgid_munged(current_user_ns(), current_egid()); |
| 936 | } |
| 937 | |
Al Viro | ca2406e | 2017-05-31 04:22:44 -0400 | [diff] [blame] | 938 | static void do_sys_times(struct tms *tms) |
Frank Mayhar | f06febc | 2008-09-12 09:54:39 -0700 | [diff] [blame] | 939 | { |
Frederic Weisbecker | 5613fda | 2017-01-31 04:09:23 +0100 | [diff] [blame] | 940 | u64 tgutime, tgstime, cutime, cstime; |
Frank Mayhar | f06febc | 2008-09-12 09:54:39 -0700 | [diff] [blame] | 941 | |
Frederic Weisbecker | e80d0a1a | 2012-11-21 16:26:44 +0100 | [diff] [blame] | 942 | thread_group_cputime_adjusted(current, &tgutime, &tgstime); |
Frank Mayhar | f06febc | 2008-09-12 09:54:39 -0700 | [diff] [blame] | 943 | cutime = current->signal->cutime; |
| 944 | cstime = current->signal->cstime; |
Frederic Weisbecker | 5613fda | 2017-01-31 04:09:23 +0100 | [diff] [blame] | 945 | tms->tms_utime = nsec_to_clock_t(tgutime); |
| 946 | tms->tms_stime = nsec_to_clock_t(tgstime); |
| 947 | tms->tms_cutime = nsec_to_clock_t(cutime); |
| 948 | tms->tms_cstime = nsec_to_clock_t(cstime); |
Frank Mayhar | f06febc | 2008-09-12 09:54:39 -0700 | [diff] [blame] | 949 | } |
| 950 | |
Heiko Carstens | 58fd3aa | 2009-01-14 14:14:03 +0100 | [diff] [blame] | 951 | SYSCALL_DEFINE1(times, struct tms __user *, tbuf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 952 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 953 | if (tbuf) { |
| 954 | struct tms tmp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 955 | |
Frank Mayhar | f06febc | 2008-09-12 09:54:39 -0700 | [diff] [blame] | 956 | do_sys_times(&tmp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 957 | if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) |
| 958 | return -EFAULT; |
| 959 | } |
Paul Mackerras | e3d5a27 | 2009-01-06 14:41:02 -0800 | [diff] [blame] | 960 | force_successful_syscall_return(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 961 | return (long) jiffies_64_to_clock_t(get_jiffies_64()); |
| 962 | } |
| 963 | |
Al Viro | ca2406e | 2017-05-31 04:22:44 -0400 | [diff] [blame] | 964 | #ifdef CONFIG_COMPAT |
| 965 | static compat_clock_t clock_t_to_compat_clock_t(clock_t x) |
| 966 | { |
| 967 | return compat_jiffies_to_clock_t(clock_t_to_jiffies(x)); |
| 968 | } |
| 969 | |
| 970 | COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf) |
| 971 | { |
| 972 | if (tbuf) { |
| 973 | struct tms tms; |
| 974 | struct compat_tms tmp; |
| 975 | |
| 976 | do_sys_times(&tms); |
| 977 | /* Convert our struct tms to the compat version. */ |
| 978 | tmp.tms_utime = clock_t_to_compat_clock_t(tms.tms_utime); |
| 979 | tmp.tms_stime = clock_t_to_compat_clock_t(tms.tms_stime); |
| 980 | tmp.tms_cutime = clock_t_to_compat_clock_t(tms.tms_cutime); |
| 981 | tmp.tms_cstime = clock_t_to_compat_clock_t(tms.tms_cstime); |
| 982 | if (copy_to_user(tbuf, &tmp, sizeof(tmp))) |
| 983 | return -EFAULT; |
| 984 | } |
| 985 | force_successful_syscall_return(); |
| 986 | return compat_jiffies_to_clock_t(jiffies); |
| 987 | } |
| 988 | #endif |
| 989 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 990 | /* |
| 991 | * This needs some heavy checking ... |
| 992 | * I just haven't the stomach for it. I also don't fully |
| 993 | * understand sessions/pgrp etc. Let somebody who does explain it. |
| 994 | * |
| 995 | * OK, I think I have the protection semantics right.... this is really |
| 996 | * only important on a multi-user system anyway, to make sure one user |
| 997 | * can't send a signal to a process owned by another. -TYT, 12/12/91 |
| 998 | * |
Oleg Nesterov | 98611e4 | 2014-01-23 15:55:52 -0800 | [diff] [blame] | 999 | * !PF_FORKNOEXEC check to conform completely to POSIX. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1000 | */ |
Heiko Carstens | b290ebe | 2009-01-14 14:14:06 +0100 | [diff] [blame] | 1001 | SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1002 | { |
| 1003 | struct task_struct *p; |
Oleg Nesterov | ee0acf9 | 2006-01-08 01:03:53 -0800 | [diff] [blame] | 1004 | struct task_struct *group_leader = current->group_leader; |
Oleg Nesterov | 4e02130 | 2008-02-08 04:19:08 -0800 | [diff] [blame] | 1005 | struct pid *pgrp; |
| 1006 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 | |
| 1008 | if (!pid) |
Pavel Emelyanov | b488893 | 2007-10-18 23:40:14 -0700 | [diff] [blame] | 1009 | pid = task_pid_vnr(group_leader); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1010 | if (!pgid) |
| 1011 | pgid = pid; |
| 1012 | if (pgid < 0) |
| 1013 | return -EINVAL; |
Paul E. McKenney | 950eaac | 2010-08-31 17:00:18 -0700 | [diff] [blame] | 1014 | rcu_read_lock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1015 | |
| 1016 | /* From this point forward we keep holding onto the tasklist lock |
| 1017 | * so that our parent does not change from under us. -DaveM |
| 1018 | */ |
| 1019 | write_lock_irq(&tasklist_lock); |
| 1020 | |
| 1021 | err = -ESRCH; |
Oleg Nesterov | 4e02130 | 2008-02-08 04:19:08 -0800 | [diff] [blame] | 1022 | p = find_task_by_vpid(pid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1023 | if (!p) |
| 1024 | goto out; |
| 1025 | |
| 1026 | err = -EINVAL; |
| 1027 | if (!thread_group_leader(p)) |
| 1028 | goto out; |
| 1029 | |
Oleg Nesterov | 4e02130 | 2008-02-08 04:19:08 -0800 | [diff] [blame] | 1030 | if (same_thread_group(p->real_parent, group_leader)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1031 | err = -EPERM; |
Eric W. Biederman | 41487c6 | 2007-02-12 00:53:01 -0800 | [diff] [blame] | 1032 | if (task_session(p) != task_session(group_leader)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1033 | goto out; |
| 1034 | err = -EACCES; |
Oleg Nesterov | 98611e4 | 2014-01-23 15:55:52 -0800 | [diff] [blame] | 1035 | if (!(p->flags & PF_FORKNOEXEC)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1036 | goto out; |
| 1037 | } else { |
| 1038 | err = -ESRCH; |
Oleg Nesterov | ee0acf9 | 2006-01-08 01:03:53 -0800 | [diff] [blame] | 1039 | if (p != group_leader) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | goto out; |
| 1041 | } |
| 1042 | |
| 1043 | err = -EPERM; |
| 1044 | if (p->signal->leader) |
| 1045 | goto out; |
| 1046 | |
Oleg Nesterov | 4e02130 | 2008-02-08 04:19:08 -0800 | [diff] [blame] | 1047 | pgrp = task_pid(p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1048 | if (pgid != pid) { |
Pavel Emelyanov | b488893 | 2007-10-18 23:40:14 -0700 | [diff] [blame] | 1049 | struct task_struct *g; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1050 | |
Oleg Nesterov | 4e02130 | 2008-02-08 04:19:08 -0800 | [diff] [blame] | 1051 | pgrp = find_vpid(pgid); |
| 1052 | g = pid_task(pgrp, PIDTYPE_PGID); |
Eric W. Biederman | 41487c6 | 2007-02-12 00:53:01 -0800 | [diff] [blame] | 1053 | if (!g || task_session(g) != task_session(group_leader)) |
Oleg Nesterov | f020bc4 | 2006-12-08 02:38:02 -0800 | [diff] [blame] | 1054 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1055 | } |
| 1056 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1057 | err = security_task_setpgid(p, pgid); |
| 1058 | if (err) |
| 1059 | goto out; |
| 1060 | |
Oleg Nesterov | 1b0f7ff | 2009-04-02 16:58:39 -0700 | [diff] [blame] | 1061 | if (task_pgrp(p) != pgrp) |
Oleg Nesterov | 83beaf3 | 2008-04-30 00:54:27 -0700 | [diff] [blame] | 1062 | change_pid(p, PIDTYPE_PGID, pgrp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1063 | |
| 1064 | err = 0; |
| 1065 | out: |
| 1066 | /* All paths lead to here, thus we are safe. -DaveM */ |
| 1067 | write_unlock_irq(&tasklist_lock); |
Paul E. McKenney | 950eaac | 2010-08-31 17:00:18 -0700 | [diff] [blame] | 1068 | rcu_read_unlock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1069 | return err; |
| 1070 | } |
| 1071 | |
Dominik Brodowski | 192c580 | 2018-03-11 11:34:27 +0100 | [diff] [blame] | 1072 | static int do_getpgid(pid_t pid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1073 | { |
Oleg Nesterov | 12a3de0a | 2008-04-30 00:54:29 -0700 | [diff] [blame] | 1074 | struct task_struct *p; |
| 1075 | struct pid *grp; |
| 1076 | int retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1077 | |
Oleg Nesterov | 12a3de0a | 2008-04-30 00:54:29 -0700 | [diff] [blame] | 1078 | rcu_read_lock(); |
| 1079 | if (!pid) |
| 1080 | grp = task_pgrp(current); |
| 1081 | else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1082 | retval = -ESRCH; |
Oleg Nesterov | 12a3de0a | 2008-04-30 00:54:29 -0700 | [diff] [blame] | 1083 | p = find_task_by_vpid(pid); |
| 1084 | if (!p) |
| 1085 | goto out; |
| 1086 | grp = task_pgrp(p); |
| 1087 | if (!grp) |
| 1088 | goto out; |
| 1089 | |
| 1090 | retval = security_task_getpgid(p); |
| 1091 | if (retval) |
| 1092 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1093 | } |
Oleg Nesterov | 12a3de0a | 2008-04-30 00:54:29 -0700 | [diff] [blame] | 1094 | retval = pid_vnr(grp); |
| 1095 | out: |
| 1096 | rcu_read_unlock(); |
| 1097 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1098 | } |
| 1099 | |
Dominik Brodowski | 192c580 | 2018-03-11 11:34:27 +0100 | [diff] [blame] | 1100 | SYSCALL_DEFINE1(getpgid, pid_t, pid) |
| 1101 | { |
| 1102 | return do_getpgid(pid); |
| 1103 | } |
| 1104 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1105 | #ifdef __ARCH_WANT_SYS_GETPGRP |
| 1106 | |
Heiko Carstens | dbf040d | 2009-01-14 14:14:04 +0100 | [diff] [blame] | 1107 | SYSCALL_DEFINE0(getpgrp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1108 | { |
Dominik Brodowski | 192c580 | 2018-03-11 11:34:27 +0100 | [diff] [blame] | 1109 | return do_getpgid(0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1110 | } |
| 1111 | |
| 1112 | #endif |
| 1113 | |
Heiko Carstens | dbf040d | 2009-01-14 14:14:04 +0100 | [diff] [blame] | 1114 | SYSCALL_DEFINE1(getsid, pid_t, pid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1115 | { |
Oleg Nesterov | 1dd768c0 | 2008-04-30 00:54:28 -0700 | [diff] [blame] | 1116 | struct task_struct *p; |
| 1117 | struct pid *sid; |
| 1118 | int retval; |
Pavel Emelyanov | b488893 | 2007-10-18 23:40:14 -0700 | [diff] [blame] | 1119 | |
Oleg Nesterov | 1dd768c0 | 2008-04-30 00:54:28 -0700 | [diff] [blame] | 1120 | rcu_read_lock(); |
| 1121 | if (!pid) |
| 1122 | sid = task_session(current); |
| 1123 | else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | retval = -ESRCH; |
Oleg Nesterov | 1dd768c0 | 2008-04-30 00:54:28 -0700 | [diff] [blame] | 1125 | p = find_task_by_vpid(pid); |
| 1126 | if (!p) |
| 1127 | goto out; |
| 1128 | sid = task_session(p); |
| 1129 | if (!sid) |
| 1130 | goto out; |
| 1131 | |
| 1132 | retval = security_task_getsid(p); |
| 1133 | if (retval) |
| 1134 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1135 | } |
Oleg Nesterov | 1dd768c0 | 2008-04-30 00:54:28 -0700 | [diff] [blame] | 1136 | retval = pid_vnr(sid); |
| 1137 | out: |
| 1138 | rcu_read_unlock(); |
| 1139 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1140 | } |
| 1141 | |
Oleg Nesterov | 81dabb4 | 2013-07-03 15:08:26 -0700 | [diff] [blame] | 1142 | static void set_special_pids(struct pid *pid) |
| 1143 | { |
| 1144 | struct task_struct *curr = current->group_leader; |
| 1145 | |
| 1146 | if (task_session(curr) != pid) |
| 1147 | change_pid(curr, PIDTYPE_SID, pid); |
| 1148 | |
| 1149 | if (task_pgrp(curr) != pid) |
| 1150 | change_pid(curr, PIDTYPE_PGID, pid); |
| 1151 | } |
| 1152 | |
Heiko Carstens | b290ebe | 2009-01-14 14:14:06 +0100 | [diff] [blame] | 1153 | SYSCALL_DEFINE0(setsid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1154 | { |
Oren Laadan | e19f247 | 2006-01-08 01:03:58 -0800 | [diff] [blame] | 1155 | struct task_struct *group_leader = current->group_leader; |
Oleg Nesterov | e4cc0a9 | 2008-02-08 04:19:09 -0800 | [diff] [blame] | 1156 | struct pid *sid = task_pid(group_leader); |
| 1157 | pid_t session = pid_vnr(sid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1158 | int err = -EPERM; |
| 1159 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1160 | write_lock_irq(&tasklist_lock); |
Eric W. Biederman | 390e2ff | 2006-03-31 02:31:33 -0800 | [diff] [blame] | 1161 | /* Fail if I am already a session leader */ |
| 1162 | if (group_leader->signal->leader) |
| 1163 | goto out; |
| 1164 | |
Oleg Nesterov | 430c623 | 2008-02-08 04:19:11 -0800 | [diff] [blame] | 1165 | /* Fail if a process group id already exists that equals the |
| 1166 | * proposed session id. |
Eric W. Biederman | 390e2ff | 2006-03-31 02:31:33 -0800 | [diff] [blame] | 1167 | */ |
Oleg Nesterov | 6806aac | 2008-02-08 04:19:12 -0800 | [diff] [blame] | 1168 | if (pid_task(sid, PIDTYPE_PGID)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1169 | goto out; |
| 1170 | |
Oren Laadan | e19f247 | 2006-01-08 01:03:58 -0800 | [diff] [blame] | 1171 | group_leader->signal->leader = 1; |
Oleg Nesterov | 81dabb4 | 2013-07-03 15:08:26 -0700 | [diff] [blame] | 1172 | set_special_pids(sid); |
Peter Zijlstra | 24ec839 | 2006-12-08 02:36:04 -0800 | [diff] [blame] | 1173 | |
Alan Cox | 9c9f4de | 2008-10-13 10:37:26 +0100 | [diff] [blame] | 1174 | proc_clear_tty(group_leader); |
Peter Zijlstra | 24ec839 | 2006-12-08 02:36:04 -0800 | [diff] [blame] | 1175 | |
Oleg Nesterov | e4cc0a9 | 2008-02-08 04:19:09 -0800 | [diff] [blame] | 1176 | err = session; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1177 | out: |
| 1178 | write_unlock_irq(&tasklist_lock); |
Mike Galbraith | 5091faa | 2010-11-30 14:18:03 +0100 | [diff] [blame] | 1179 | if (err > 0) { |
Christian Borntraeger | 0d0df59 | 2009-10-26 16:49:34 -0700 | [diff] [blame] | 1180 | proc_sid_connector(group_leader); |
Mike Galbraith | 5091faa | 2010-11-30 14:18:03 +0100 | [diff] [blame] | 1181 | sched_autogroup_create_attach(group_leader); |
| 1182 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1183 | return err; |
| 1184 | } |
| 1185 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1186 | DECLARE_RWSEM(uts_sem); |
| 1187 | |
Christoph Hellwig | e28cbf2 | 2010-03-10 15:21:19 -0800 | [diff] [blame] | 1188 | #ifdef COMPAT_UTS_MACHINE |
| 1189 | #define override_architecture(name) \ |
Andreas Schwab | 46da276 | 2010-04-23 13:17:44 -0400 | [diff] [blame] | 1190 | (personality(current->personality) == PER_LINUX32 && \ |
Christoph Hellwig | e28cbf2 | 2010-03-10 15:21:19 -0800 | [diff] [blame] | 1191 | copy_to_user(name->machine, COMPAT_UTS_MACHINE, \ |
| 1192 | sizeof(COMPAT_UTS_MACHINE))) |
| 1193 | #else |
| 1194 | #define override_architecture(name) 0 |
| 1195 | #endif |
| 1196 | |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1197 | /* |
| 1198 | * Work around broken programs that cannot handle "Linux 3.0". |
| 1199 | * Instead we map 3.x to 2.6.40+x, so e.g. 3.0 would be 2.6.40 |
Jon DeVree | 39afb5e | 2015-02-27 15:52:07 -0800 | [diff] [blame] | 1200 | * And we map 4.x to 2.6.60+x, so 4.0 would be 2.6.60. |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1201 | */ |
Kees Cook | 2702b15 | 2012-10-19 13:56:51 -0700 | [diff] [blame] | 1202 | static int override_release(char __user *release, size_t len) |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1203 | { |
| 1204 | int ret = 0; |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1205 | |
| 1206 | if (current->personality & UNAME26) { |
Kees Cook | 2702b15 | 2012-10-19 13:56:51 -0700 | [diff] [blame] | 1207 | const char *rest = UTS_RELEASE; |
| 1208 | char buf[65] = { 0 }; |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1209 | int ndots = 0; |
| 1210 | unsigned v; |
Kees Cook | 2702b15 | 2012-10-19 13:56:51 -0700 | [diff] [blame] | 1211 | size_t copy; |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1212 | |
| 1213 | while (*rest) { |
| 1214 | if (*rest == '.' && ++ndots >= 3) |
| 1215 | break; |
| 1216 | if (!isdigit(*rest) && *rest != '.') |
| 1217 | break; |
| 1218 | rest++; |
| 1219 | } |
Jon DeVree | 39afb5e | 2015-02-27 15:52:07 -0800 | [diff] [blame] | 1220 | v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 60; |
Kees Cook | 31fd84b9 | 2012-10-19 18:45:53 -0700 | [diff] [blame] | 1221 | copy = clamp_t(size_t, len, 1, sizeof(buf)); |
Kees Cook | 2702b15 | 2012-10-19 13:56:51 -0700 | [diff] [blame] | 1222 | copy = scnprintf(buf, copy, "2.6.%u%s", v, rest); |
| 1223 | ret = copy_to_user(release, buf, copy + 1); |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1224 | } |
| 1225 | return ret; |
| 1226 | } |
| 1227 | |
Heiko Carstens | e48fbb6 | 2009-01-14 14:14:26 +0100 | [diff] [blame] | 1228 | SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1229 | { |
| 1230 | int errno = 0; |
| 1231 | |
| 1232 | down_read(&uts_sem); |
Serge E. Hallyn | e9ff399 | 2006-10-02 02:18:11 -0700 | [diff] [blame] | 1233 | if (copy_to_user(name, utsname(), sizeof *name)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1234 | errno = -EFAULT; |
| 1235 | up_read(&uts_sem); |
Christoph Hellwig | e28cbf2 | 2010-03-10 15:21:19 -0800 | [diff] [blame] | 1236 | |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1237 | if (!errno && override_release(name->release, sizeof(name->release))) |
| 1238 | errno = -EFAULT; |
Christoph Hellwig | e28cbf2 | 2010-03-10 15:21:19 -0800 | [diff] [blame] | 1239 | if (!errno && override_architecture(name)) |
| 1240 | errno = -EFAULT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1241 | return errno; |
| 1242 | } |
| 1243 | |
Christoph Hellwig | 5cacdb4 | 2010-03-10 15:21:21 -0800 | [diff] [blame] | 1244 | #ifdef __ARCH_WANT_SYS_OLD_UNAME |
| 1245 | /* |
| 1246 | * Old cruft |
| 1247 | */ |
| 1248 | SYSCALL_DEFINE1(uname, struct old_utsname __user *, name) |
| 1249 | { |
| 1250 | int error = 0; |
| 1251 | |
| 1252 | if (!name) |
| 1253 | return -EFAULT; |
| 1254 | |
| 1255 | down_read(&uts_sem); |
| 1256 | if (copy_to_user(name, utsname(), sizeof(*name))) |
| 1257 | error = -EFAULT; |
| 1258 | up_read(&uts_sem); |
| 1259 | |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1260 | if (!error && override_release(name->release, sizeof(name->release))) |
| 1261 | error = -EFAULT; |
Christoph Hellwig | 5cacdb4 | 2010-03-10 15:21:21 -0800 | [diff] [blame] | 1262 | if (!error && override_architecture(name)) |
| 1263 | error = -EFAULT; |
| 1264 | return error; |
| 1265 | } |
| 1266 | |
| 1267 | SYSCALL_DEFINE1(olduname, struct oldold_utsname __user *, name) |
| 1268 | { |
| 1269 | int error; |
| 1270 | |
| 1271 | if (!name) |
| 1272 | return -EFAULT; |
| 1273 | if (!access_ok(VERIFY_WRITE, name, sizeof(struct oldold_utsname))) |
| 1274 | return -EFAULT; |
| 1275 | |
| 1276 | down_read(&uts_sem); |
| 1277 | error = __copy_to_user(&name->sysname, &utsname()->sysname, |
| 1278 | __OLD_UTS_LEN); |
| 1279 | error |= __put_user(0, name->sysname + __OLD_UTS_LEN); |
| 1280 | error |= __copy_to_user(&name->nodename, &utsname()->nodename, |
| 1281 | __OLD_UTS_LEN); |
| 1282 | error |= __put_user(0, name->nodename + __OLD_UTS_LEN); |
| 1283 | error |= __copy_to_user(&name->release, &utsname()->release, |
| 1284 | __OLD_UTS_LEN); |
| 1285 | error |= __put_user(0, name->release + __OLD_UTS_LEN); |
| 1286 | error |= __copy_to_user(&name->version, &utsname()->version, |
| 1287 | __OLD_UTS_LEN); |
| 1288 | error |= __put_user(0, name->version + __OLD_UTS_LEN); |
| 1289 | error |= __copy_to_user(&name->machine, &utsname()->machine, |
| 1290 | __OLD_UTS_LEN); |
| 1291 | error |= __put_user(0, name->machine + __OLD_UTS_LEN); |
| 1292 | up_read(&uts_sem); |
| 1293 | |
| 1294 | if (!error && override_architecture(name)) |
| 1295 | error = -EFAULT; |
Andi Kleen | be27425 | 2011-08-19 16:15:10 -0700 | [diff] [blame] | 1296 | if (!error && override_release(name->release, sizeof(name->release))) |
| 1297 | error = -EFAULT; |
Christoph Hellwig | 5cacdb4 | 2010-03-10 15:21:21 -0800 | [diff] [blame] | 1298 | return error ? -EFAULT : 0; |
| 1299 | } |
| 1300 | #endif |
| 1301 | |
Heiko Carstens | 5a8a82b | 2009-01-14 14:14:25 +0100 | [diff] [blame] | 1302 | SYSCALL_DEFINE2(sethostname, char __user *, name, int, len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1303 | { |
| 1304 | int errno; |
| 1305 | char tmp[__NEW_UTS_LEN]; |
| 1306 | |
Serge E. Hallyn | bb96a6f | 2011-03-23 16:43:18 -0700 | [diff] [blame] | 1307 | if (!ns_capable(current->nsproxy->uts_ns->user_ns, CAP_SYS_ADMIN)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1308 | return -EPERM; |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 1309 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1310 | if (len < 0 || len > __NEW_UTS_LEN) |
| 1311 | return -EINVAL; |
| 1312 | down_write(&uts_sem); |
| 1313 | errno = -EFAULT; |
| 1314 | if (!copy_from_user(tmp, name, len)) { |
Andrew Morton | 9679e4d | 2008-10-15 22:01:51 -0700 | [diff] [blame] | 1315 | struct new_utsname *u = utsname(); |
| 1316 | |
| 1317 | memcpy(u->nodename, tmp, len); |
| 1318 | memset(u->nodename + len, 0, sizeof(u->nodename) - len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1319 | errno = 0; |
Sasikantha babu | 499eea6 | 2012-05-31 16:26:07 -0700 | [diff] [blame] | 1320 | uts_proc_notify(UTS_PROC_HOSTNAME); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1321 | } |
| 1322 | up_write(&uts_sem); |
| 1323 | return errno; |
| 1324 | } |
| 1325 | |
| 1326 | #ifdef __ARCH_WANT_SYS_GETHOSTNAME |
| 1327 | |
Heiko Carstens | 5a8a82b | 2009-01-14 14:14:25 +0100 | [diff] [blame] | 1328 | SYSCALL_DEFINE2(gethostname, char __user *, name, int, len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1329 | { |
| 1330 | int i, errno; |
Andrew Morton | 9679e4d | 2008-10-15 22:01:51 -0700 | [diff] [blame] | 1331 | struct new_utsname *u; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1332 | |
| 1333 | if (len < 0) |
| 1334 | return -EINVAL; |
| 1335 | down_read(&uts_sem); |
Andrew Morton | 9679e4d | 2008-10-15 22:01:51 -0700 | [diff] [blame] | 1336 | u = utsname(); |
| 1337 | i = 1 + strlen(u->nodename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1338 | if (i > len) |
| 1339 | i = len; |
| 1340 | errno = 0; |
Andrew Morton | 9679e4d | 2008-10-15 22:01:51 -0700 | [diff] [blame] | 1341 | if (copy_to_user(name, u->nodename, i)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1342 | errno = -EFAULT; |
| 1343 | up_read(&uts_sem); |
| 1344 | return errno; |
| 1345 | } |
| 1346 | |
| 1347 | #endif |
| 1348 | |
| 1349 | /* |
| 1350 | * Only setdomainname; getdomainname can be implemented by calling |
| 1351 | * uname() |
| 1352 | */ |
Heiko Carstens | 5a8a82b | 2009-01-14 14:14:25 +0100 | [diff] [blame] | 1353 | SYSCALL_DEFINE2(setdomainname, char __user *, name, int, len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1354 | { |
| 1355 | int errno; |
| 1356 | char tmp[__NEW_UTS_LEN]; |
| 1357 | |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 1358 | if (!ns_capable(current->nsproxy->uts_ns->user_ns, CAP_SYS_ADMIN)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1359 | return -EPERM; |
| 1360 | if (len < 0 || len > __NEW_UTS_LEN) |
| 1361 | return -EINVAL; |
| 1362 | |
| 1363 | down_write(&uts_sem); |
| 1364 | errno = -EFAULT; |
| 1365 | if (!copy_from_user(tmp, name, len)) { |
Andrew Morton | 9679e4d | 2008-10-15 22:01:51 -0700 | [diff] [blame] | 1366 | struct new_utsname *u = utsname(); |
| 1367 | |
| 1368 | memcpy(u->domainname, tmp, len); |
| 1369 | memset(u->domainname + len, 0, sizeof(u->domainname) - len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1370 | errno = 0; |
Sasikantha babu | 499eea6 | 2012-05-31 16:26:07 -0700 | [diff] [blame] | 1371 | uts_proc_notify(UTS_PROC_DOMAINNAME); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1372 | } |
| 1373 | up_write(&uts_sem); |
| 1374 | return errno; |
| 1375 | } |
| 1376 | |
Heiko Carstens | e48fbb6 | 2009-01-14 14:14:26 +0100 | [diff] [blame] | 1377 | SYSCALL_DEFINE2(getrlimit, unsigned int, resource, struct rlimit __user *, rlim) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1378 | { |
Jiri Slaby | b951834 | 2010-05-04 11:28:25 +0200 | [diff] [blame] | 1379 | struct rlimit value; |
| 1380 | int ret; |
| 1381 | |
| 1382 | ret = do_prlimit(current, resource, NULL, &value); |
| 1383 | if (!ret) |
| 1384 | ret = copy_to_user(rlim, &value, sizeof(*rlim)) ? -EFAULT : 0; |
| 1385 | |
| 1386 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1387 | } |
| 1388 | |
Al Viro | d9e968c | 2017-05-31 04:33:51 -0400 | [diff] [blame] | 1389 | #ifdef CONFIG_COMPAT |
| 1390 | |
| 1391 | COMPAT_SYSCALL_DEFINE2(setrlimit, unsigned int, resource, |
| 1392 | struct compat_rlimit __user *, rlim) |
| 1393 | { |
| 1394 | struct rlimit r; |
| 1395 | struct compat_rlimit r32; |
| 1396 | |
| 1397 | if (copy_from_user(&r32, rlim, sizeof(struct compat_rlimit))) |
| 1398 | return -EFAULT; |
| 1399 | |
| 1400 | if (r32.rlim_cur == COMPAT_RLIM_INFINITY) |
| 1401 | r.rlim_cur = RLIM_INFINITY; |
| 1402 | else |
| 1403 | r.rlim_cur = r32.rlim_cur; |
| 1404 | if (r32.rlim_max == COMPAT_RLIM_INFINITY) |
| 1405 | r.rlim_max = RLIM_INFINITY; |
| 1406 | else |
| 1407 | r.rlim_max = r32.rlim_max; |
| 1408 | return do_prlimit(current, resource, &r, NULL); |
| 1409 | } |
| 1410 | |
| 1411 | COMPAT_SYSCALL_DEFINE2(getrlimit, unsigned int, resource, |
| 1412 | struct compat_rlimit __user *, rlim) |
| 1413 | { |
| 1414 | struct rlimit r; |
| 1415 | int ret; |
| 1416 | |
| 1417 | ret = do_prlimit(current, resource, NULL, &r); |
| 1418 | if (!ret) { |
Al Viro | 58c7ffc | 2017-07-12 04:59:45 +0100 | [diff] [blame] | 1419 | struct compat_rlimit r32; |
Al Viro | d9e968c | 2017-05-31 04:33:51 -0400 | [diff] [blame] | 1420 | if (r.rlim_cur > COMPAT_RLIM_INFINITY) |
| 1421 | r32.rlim_cur = COMPAT_RLIM_INFINITY; |
| 1422 | else |
| 1423 | r32.rlim_cur = r.rlim_cur; |
| 1424 | if (r.rlim_max > COMPAT_RLIM_INFINITY) |
| 1425 | r32.rlim_max = COMPAT_RLIM_INFINITY; |
| 1426 | else |
| 1427 | r32.rlim_max = r.rlim_max; |
| 1428 | |
| 1429 | if (copy_to_user(rlim, &r32, sizeof(struct compat_rlimit))) |
| 1430 | return -EFAULT; |
| 1431 | } |
| 1432 | return ret; |
| 1433 | } |
| 1434 | |
| 1435 | #endif |
| 1436 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1437 | #ifdef __ARCH_WANT_SYS_OLD_GETRLIMIT |
| 1438 | |
| 1439 | /* |
| 1440 | * Back compatibility for getrlimit. Needed for some apps. |
| 1441 | */ |
Heiko Carstens | e48fbb6 | 2009-01-14 14:14:26 +0100 | [diff] [blame] | 1442 | SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource, |
| 1443 | struct rlimit __user *, rlim) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1444 | { |
| 1445 | struct rlimit x; |
| 1446 | if (resource >= RLIM_NLIMITS) |
| 1447 | return -EINVAL; |
| 1448 | |
| 1449 | task_lock(current->group_leader); |
| 1450 | x = current->signal->rlim[resource]; |
| 1451 | task_unlock(current->group_leader); |
Cal Peake | 756184b | 2006-09-30 23:27:24 -0700 | [diff] [blame] | 1452 | if (x.rlim_cur > 0x7FFFFFFF) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1453 | x.rlim_cur = 0x7FFFFFFF; |
Cal Peake | 756184b | 2006-09-30 23:27:24 -0700 | [diff] [blame] | 1454 | if (x.rlim_max > 0x7FFFFFFF) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1455 | x.rlim_max = 0x7FFFFFFF; |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 1456 | return copy_to_user(rlim, &x, sizeof(x)) ? -EFAULT : 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1457 | } |
| 1458 | |
Al Viro | 613763a | 2017-05-26 22:04:29 -0400 | [diff] [blame] | 1459 | #ifdef CONFIG_COMPAT |
| 1460 | COMPAT_SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource, |
| 1461 | struct compat_rlimit __user *, rlim) |
| 1462 | { |
| 1463 | struct rlimit r; |
| 1464 | |
| 1465 | if (resource >= RLIM_NLIMITS) |
| 1466 | return -EINVAL; |
| 1467 | |
| 1468 | task_lock(current->group_leader); |
| 1469 | r = current->signal->rlim[resource]; |
| 1470 | task_unlock(current->group_leader); |
| 1471 | if (r.rlim_cur > 0x7FFFFFFF) |
| 1472 | r.rlim_cur = 0x7FFFFFFF; |
| 1473 | if (r.rlim_max > 0x7FFFFFFF) |
| 1474 | r.rlim_max = 0x7FFFFFFF; |
| 1475 | |
| 1476 | if (put_user(r.rlim_cur, &rlim->rlim_cur) || |
| 1477 | put_user(r.rlim_max, &rlim->rlim_max)) |
| 1478 | return -EFAULT; |
| 1479 | return 0; |
| 1480 | } |
| 1481 | #endif |
| 1482 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1483 | #endif |
| 1484 | |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1485 | static inline bool rlim64_is_infinity(__u64 rlim64) |
| 1486 | { |
| 1487 | #if BITS_PER_LONG < 64 |
| 1488 | return rlim64 >= ULONG_MAX; |
| 1489 | #else |
| 1490 | return rlim64 == RLIM64_INFINITY; |
| 1491 | #endif |
| 1492 | } |
| 1493 | |
| 1494 | static void rlim_to_rlim64(const struct rlimit *rlim, struct rlimit64 *rlim64) |
| 1495 | { |
| 1496 | if (rlim->rlim_cur == RLIM_INFINITY) |
| 1497 | rlim64->rlim_cur = RLIM64_INFINITY; |
| 1498 | else |
| 1499 | rlim64->rlim_cur = rlim->rlim_cur; |
| 1500 | if (rlim->rlim_max == RLIM_INFINITY) |
| 1501 | rlim64->rlim_max = RLIM64_INFINITY; |
| 1502 | else |
| 1503 | rlim64->rlim_max = rlim->rlim_max; |
| 1504 | } |
| 1505 | |
| 1506 | static void rlim64_to_rlim(const struct rlimit64 *rlim64, struct rlimit *rlim) |
| 1507 | { |
| 1508 | if (rlim64_is_infinity(rlim64->rlim_cur)) |
| 1509 | rlim->rlim_cur = RLIM_INFINITY; |
| 1510 | else |
| 1511 | rlim->rlim_cur = (unsigned long)rlim64->rlim_cur; |
| 1512 | if (rlim64_is_infinity(rlim64->rlim_max)) |
| 1513 | rlim->rlim_max = RLIM_INFINITY; |
| 1514 | else |
| 1515 | rlim->rlim_max = (unsigned long)rlim64->rlim_max; |
| 1516 | } |
| 1517 | |
Jiri Slaby | 1c1e618 | 2009-08-28 14:08:17 +0200 | [diff] [blame] | 1518 | /* make sure you are allowed to change @tsk limits before calling this */ |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1519 | int do_prlimit(struct task_struct *tsk, unsigned int resource, |
| 1520 | struct rlimit *new_rlim, struct rlimit *old_rlim) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1521 | { |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1522 | struct rlimit *rlim; |
Jiri Slaby | 86f162f | 2009-11-14 17:37:04 +0100 | [diff] [blame] | 1523 | int retval = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1524 | |
| 1525 | if (resource >= RLIM_NLIMITS) |
| 1526 | return -EINVAL; |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1527 | if (new_rlim) { |
| 1528 | if (new_rlim->rlim_cur > new_rlim->rlim_max) |
| 1529 | return -EINVAL; |
| 1530 | if (resource == RLIMIT_NOFILE && |
| 1531 | new_rlim->rlim_max > sysctl_nr_open) |
| 1532 | return -EPERM; |
| 1533 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1534 | |
Jiri Slaby | 1c1e618 | 2009-08-28 14:08:17 +0200 | [diff] [blame] | 1535 | /* protect tsk->signal and tsk->sighand from disappearing */ |
| 1536 | read_lock(&tasklist_lock); |
| 1537 | if (!tsk->sighand) { |
| 1538 | retval = -ESRCH; |
| 1539 | goto out; |
| 1540 | } |
| 1541 | |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1542 | rlim = tsk->signal->rlim + resource; |
Jiri Slaby | 86f162f | 2009-11-14 17:37:04 +0100 | [diff] [blame] | 1543 | task_lock(tsk->group_leader); |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1544 | if (new_rlim) { |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 1545 | /* Keep the capable check against init_user_ns until |
| 1546 | cgroups can contain all limits */ |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1547 | if (new_rlim->rlim_max > rlim->rlim_max && |
| 1548 | !capable(CAP_SYS_RESOURCE)) |
| 1549 | retval = -EPERM; |
| 1550 | if (!retval) |
Eric W. Biederman | cad4ea5 | 2017-04-12 17:22:14 -0500 | [diff] [blame] | 1551 | retval = security_task_setrlimit(tsk, resource, new_rlim); |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1552 | if (resource == RLIMIT_CPU && new_rlim->rlim_cur == 0) { |
| 1553 | /* |
| 1554 | * The caller is asking for an immediate RLIMIT_CPU |
| 1555 | * expiry. But we use the zero value to mean "it was |
| 1556 | * never set". So let's cheat and make it one second |
| 1557 | * instead |
| 1558 | */ |
| 1559 | new_rlim->rlim_cur = 1; |
| 1560 | } |
Tom Alsberg | 9926e4c | 2007-05-08 00:30:31 -0700 | [diff] [blame] | 1561 | } |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1562 | if (!retval) { |
| 1563 | if (old_rlim) |
| 1564 | *old_rlim = *rlim; |
| 1565 | if (new_rlim) |
| 1566 | *rlim = *new_rlim; |
| 1567 | } |
Jiri Slaby | 7855c35 | 2009-08-26 23:45:34 +0200 | [diff] [blame] | 1568 | task_unlock(tsk->group_leader); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1569 | |
Andrew Morton | d3561f7 | 2006-03-24 03:18:36 -0800 | [diff] [blame] | 1570 | /* |
| 1571 | * RLIMIT_CPU handling. Note that the kernel fails to return an error |
| 1572 | * code if it rejected the user's attempt to set RLIMIT_CPU. This is a |
| 1573 | * very long-standing error, and fixing it now risks breakage of |
| 1574 | * applications, so we live with it |
| 1575 | */ |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1576 | if (!retval && new_rlim && resource == RLIMIT_CPU && |
Nicolas Pitre | baa73d9 | 2016-11-11 00:10:10 -0500 | [diff] [blame] | 1577 | new_rlim->rlim_cur != RLIM_INFINITY && |
| 1578 | IS_ENABLED(CONFIG_POSIX_TIMERS)) |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1579 | update_rlimit_cpu(tsk, new_rlim->rlim_cur); |
Andrew Morton | ec9e16b | 2006-03-24 03:18:34 -0800 | [diff] [blame] | 1580 | out: |
Jiri Slaby | 1c1e618 | 2009-08-28 14:08:17 +0200 | [diff] [blame] | 1581 | read_unlock(&tasklist_lock); |
Oleg Nesterov | 2fb9d26 | 2009-09-03 19:21:45 +0200 | [diff] [blame] | 1582 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1583 | } |
| 1584 | |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1585 | /* rcu lock must be held */ |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1586 | static int check_prlimit_permission(struct task_struct *task, |
| 1587 | unsigned int flags) |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1588 | { |
| 1589 | const struct cred *cred = current_cred(), *tcred; |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1590 | bool id_match; |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1591 | |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 1592 | if (current == task) |
| 1593 | return 0; |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1594 | |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 1595 | tcred = __task_cred(task); |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1596 | id_match = (uid_eq(cred->uid, tcred->euid) && |
| 1597 | uid_eq(cred->uid, tcred->suid) && |
| 1598 | uid_eq(cred->uid, tcred->uid) && |
| 1599 | gid_eq(cred->gid, tcred->egid) && |
| 1600 | gid_eq(cred->gid, tcred->sgid) && |
| 1601 | gid_eq(cred->gid, tcred->gid)); |
| 1602 | if (!id_match && !ns_capable(tcred->user_ns, CAP_SYS_RESOURCE)) |
| 1603 | return -EPERM; |
Serge E. Hallyn | fc832ad | 2011-03-23 16:43:22 -0700 | [diff] [blame] | 1604 | |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1605 | return security_task_prlimit(cred, tcred, flags); |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1606 | } |
| 1607 | |
| 1608 | SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource, |
| 1609 | const struct rlimit64 __user *, new_rlim, |
| 1610 | struct rlimit64 __user *, old_rlim) |
| 1611 | { |
| 1612 | struct rlimit64 old64, new64; |
| 1613 | struct rlimit old, new; |
| 1614 | struct task_struct *tsk; |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1615 | unsigned int checkflags = 0; |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1616 | int ret; |
| 1617 | |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1618 | if (old_rlim) |
| 1619 | checkflags |= LSM_PRLIMIT_READ; |
| 1620 | |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1621 | if (new_rlim) { |
| 1622 | if (copy_from_user(&new64, new_rlim, sizeof(new64))) |
| 1623 | return -EFAULT; |
| 1624 | rlim64_to_rlim(&new64, &new); |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1625 | checkflags |= LSM_PRLIMIT_WRITE; |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1626 | } |
| 1627 | |
| 1628 | rcu_read_lock(); |
| 1629 | tsk = pid ? find_task_by_vpid(pid) : current; |
| 1630 | if (!tsk) { |
| 1631 | rcu_read_unlock(); |
| 1632 | return -ESRCH; |
| 1633 | } |
Stephen Smalley | 791ec49 | 2017-02-17 07:57:00 -0500 | [diff] [blame] | 1634 | ret = check_prlimit_permission(tsk, checkflags); |
Jiri Slaby | c022a0a | 2010-05-04 18:03:50 +0200 | [diff] [blame] | 1635 | if (ret) { |
| 1636 | rcu_read_unlock(); |
| 1637 | return ret; |
| 1638 | } |
| 1639 | get_task_struct(tsk); |
| 1640 | rcu_read_unlock(); |
| 1641 | |
| 1642 | ret = do_prlimit(tsk, resource, new_rlim ? &new : NULL, |
| 1643 | old_rlim ? &old : NULL); |
| 1644 | |
| 1645 | if (!ret && old_rlim) { |
| 1646 | rlim_to_rlim64(&old, &old64); |
| 1647 | if (copy_to_user(old_rlim, &old64, sizeof(old64))) |
| 1648 | ret = -EFAULT; |
| 1649 | } |
| 1650 | |
| 1651 | put_task_struct(tsk); |
| 1652 | return ret; |
| 1653 | } |
| 1654 | |
Jiri Slaby | 7855c35 | 2009-08-26 23:45:34 +0200 | [diff] [blame] | 1655 | SYSCALL_DEFINE2(setrlimit, unsigned int, resource, struct rlimit __user *, rlim) |
| 1656 | { |
| 1657 | struct rlimit new_rlim; |
| 1658 | |
| 1659 | if (copy_from_user(&new_rlim, rlim, sizeof(*rlim))) |
| 1660 | return -EFAULT; |
Jiri Slaby | 5b41535 | 2010-03-24 16:11:29 +0100 | [diff] [blame] | 1661 | return do_prlimit(current, resource, &new_rlim, NULL); |
Jiri Slaby | 7855c35 | 2009-08-26 23:45:34 +0200 | [diff] [blame] | 1662 | } |
| 1663 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1664 | /* |
| 1665 | * It would make sense to put struct rusage in the task_struct, |
| 1666 | * except that would make the task_struct be *really big*. After |
| 1667 | * task_struct gets moved into malloc'ed memory, it would |
| 1668 | * make sense to do this. It will make moving the rest of the information |
| 1669 | * a lot simpler! (Which we're not doing right now because we're not |
| 1670 | * measuring them yet). |
| 1671 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1672 | * When sampling multiple threads for RUSAGE_SELF, under SMP we might have |
| 1673 | * races with threads incrementing their own counters. But since word |
| 1674 | * reads are atomic, we either get new values or old values and we don't |
| 1675 | * care which for the sums. We always take the siglock to protect reading |
| 1676 | * the c* fields from p->signal from races with exit.c updating those |
| 1677 | * fields when reaping, so a sample either gets all the additions of a |
| 1678 | * given child after it's reaped, or none so this sample is before reaping. |
Ravikiran G Thirumalai | 2dd0ebc | 2006-03-23 03:00:13 -0800 | [diff] [blame] | 1679 | * |
Ravikiran G Thirumalai | de047c1 | 2006-06-22 14:47:26 -0700 | [diff] [blame] | 1680 | * Locking: |
| 1681 | * We need to take the siglock for CHILDEREN, SELF and BOTH |
| 1682 | * for the cases current multithreaded, non-current single threaded |
| 1683 | * non-current multithreaded. Thread traversal is now safe with |
| 1684 | * the siglock held. |
| 1685 | * Strictly speaking, we donot need to take the siglock if we are current and |
| 1686 | * single threaded, as no one else can take our signal_struct away, no one |
| 1687 | * else can reap the children to update signal->c* counters, and no one else |
| 1688 | * can race with the signal-> fields. If we do not take any lock, the |
| 1689 | * signal-> fields could be read out of order while another thread was just |
| 1690 | * exiting. So we should place a read memory barrier when we avoid the lock. |
| 1691 | * On the writer side, write memory barrier is implied in __exit_signal |
| 1692 | * as __exit_signal releases the siglock spinlock after updating the signal-> |
| 1693 | * fields. But we don't do this yet to keep things simple. |
Ravikiran G Thirumalai | 2dd0ebc | 2006-03-23 03:00:13 -0800 | [diff] [blame] | 1694 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1695 | */ |
| 1696 | |
Frank Mayhar | f06febc | 2008-09-12 09:54:39 -0700 | [diff] [blame] | 1697 | static void accumulate_thread_rusage(struct task_struct *t, struct rusage *r) |
Sripathi Kodi | 679c9cd | 2008-04-29 00:58:42 -0700 | [diff] [blame] | 1698 | { |
Sripathi Kodi | 679c9cd | 2008-04-29 00:58:42 -0700 | [diff] [blame] | 1699 | r->ru_nvcsw += t->nvcsw; |
| 1700 | r->ru_nivcsw += t->nivcsw; |
| 1701 | r->ru_minflt += t->min_flt; |
| 1702 | r->ru_majflt += t->maj_flt; |
| 1703 | r->ru_inblock += task_io_get_inblock(t); |
| 1704 | r->ru_oublock += task_io_get_oublock(t); |
| 1705 | } |
| 1706 | |
Al Viro | ce72a16 | 2017-05-14 20:25:02 -0400 | [diff] [blame] | 1707 | void getrusage(struct task_struct *p, int who, struct rusage *r) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1708 | { |
| 1709 | struct task_struct *t; |
| 1710 | unsigned long flags; |
Frederic Weisbecker | 5613fda | 2017-01-31 04:09:23 +0100 | [diff] [blame] | 1711 | u64 tgutime, tgstime, utime, stime; |
Jiri Pirko | 1f10206 | 2009-09-22 16:44:10 -0700 | [diff] [blame] | 1712 | unsigned long maxrss = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1713 | |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 1714 | memset((char *)r, 0, sizeof (*r)); |
Martin Schwidefsky | 6486163 | 2011-12-15 14:56:09 +0100 | [diff] [blame] | 1715 | utime = stime = 0; |
Oleg Nesterov | 0f59cc4 | 2006-01-08 01:05:15 -0800 | [diff] [blame] | 1716 | |
Sripathi Kodi | 679c9cd | 2008-04-29 00:58:42 -0700 | [diff] [blame] | 1717 | if (who == RUSAGE_THREAD) { |
Frederic Weisbecker | e80d0a1a | 2012-11-21 16:26:44 +0100 | [diff] [blame] | 1718 | task_cputime_adjusted(current, &utime, &stime); |
Frank Mayhar | f06febc | 2008-09-12 09:54:39 -0700 | [diff] [blame] | 1719 | accumulate_thread_rusage(p, r); |
Jiri Pirko | 1f10206 | 2009-09-22 16:44:10 -0700 | [diff] [blame] | 1720 | maxrss = p->signal->maxrss; |
Sripathi Kodi | 679c9cd | 2008-04-29 00:58:42 -0700 | [diff] [blame] | 1721 | goto out; |
| 1722 | } |
| 1723 | |
Oleg Nesterov | d6cf723 | 2008-04-30 00:52:38 -0700 | [diff] [blame] | 1724 | if (!lock_task_sighand(p, &flags)) |
Ravikiran G Thirumalai | de047c1 | 2006-06-22 14:47:26 -0700 | [diff] [blame] | 1725 | return; |
Ravikiran G Thirumalai | 2dd0ebc | 2006-03-23 03:00:13 -0800 | [diff] [blame] | 1726 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1727 | switch (who) { |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 1728 | case RUSAGE_BOTH: |
| 1729 | case RUSAGE_CHILDREN: |
| 1730 | utime = p->signal->cutime; |
| 1731 | stime = p->signal->cstime; |
| 1732 | r->ru_nvcsw = p->signal->cnvcsw; |
| 1733 | r->ru_nivcsw = p->signal->cnivcsw; |
| 1734 | r->ru_minflt = p->signal->cmin_flt; |
| 1735 | r->ru_majflt = p->signal->cmaj_flt; |
| 1736 | r->ru_inblock = p->signal->cinblock; |
| 1737 | r->ru_oublock = p->signal->coublock; |
| 1738 | maxrss = p->signal->cmaxrss; |
Oleg Nesterov | 0f59cc4 | 2006-01-08 01:05:15 -0800 | [diff] [blame] | 1739 | |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 1740 | if (who == RUSAGE_CHILDREN) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1741 | break; |
Oleg Nesterov | 0f59cc4 | 2006-01-08 01:05:15 -0800 | [diff] [blame] | 1742 | |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 1743 | case RUSAGE_SELF: |
| 1744 | thread_group_cputime_adjusted(p, &tgutime, &tgstime); |
| 1745 | utime += tgutime; |
| 1746 | stime += tgstime; |
| 1747 | r->ru_nvcsw += p->signal->nvcsw; |
| 1748 | r->ru_nivcsw += p->signal->nivcsw; |
| 1749 | r->ru_minflt += p->signal->min_flt; |
| 1750 | r->ru_majflt += p->signal->maj_flt; |
| 1751 | r->ru_inblock += p->signal->inblock; |
| 1752 | r->ru_oublock += p->signal->oublock; |
| 1753 | if (maxrss < p->signal->maxrss) |
| 1754 | maxrss = p->signal->maxrss; |
| 1755 | t = p; |
| 1756 | do { |
| 1757 | accumulate_thread_rusage(t, r); |
| 1758 | } while_each_thread(p, t); |
| 1759 | break; |
| 1760 | |
| 1761 | default: |
| 1762 | BUG(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1763 | } |
Ravikiran G Thirumalai | de047c1 | 2006-06-22 14:47:26 -0700 | [diff] [blame] | 1764 | unlock_task_sighand(p, &flags); |
Ravikiran G Thirumalai | de047c1 | 2006-06-22 14:47:26 -0700 | [diff] [blame] | 1765 | |
Sripathi Kodi | 679c9cd | 2008-04-29 00:58:42 -0700 | [diff] [blame] | 1766 | out: |
Frederic Weisbecker | 5613fda | 2017-01-31 04:09:23 +0100 | [diff] [blame] | 1767 | r->ru_utime = ns_to_timeval(utime); |
| 1768 | r->ru_stime = ns_to_timeval(stime); |
Jiri Pirko | 1f10206 | 2009-09-22 16:44:10 -0700 | [diff] [blame] | 1769 | |
| 1770 | if (who != RUSAGE_CHILDREN) { |
| 1771 | struct mm_struct *mm = get_task_mm(p); |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 1772 | |
Jiri Pirko | 1f10206 | 2009-09-22 16:44:10 -0700 | [diff] [blame] | 1773 | if (mm) { |
| 1774 | setmax_mm_hiwater_rss(&maxrss, mm); |
| 1775 | mmput(mm); |
| 1776 | } |
| 1777 | } |
| 1778 | r->ru_maxrss = maxrss * (PAGE_SIZE / 1024); /* convert pages to KBs */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1779 | } |
| 1780 | |
Al Viro | ce72a16 | 2017-05-14 20:25:02 -0400 | [diff] [blame] | 1781 | SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1782 | { |
| 1783 | struct rusage r; |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 1784 | |
Sripathi Kodi | 679c9cd | 2008-04-29 00:58:42 -0700 | [diff] [blame] | 1785 | if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN && |
| 1786 | who != RUSAGE_THREAD) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1787 | return -EINVAL; |
Al Viro | ce72a16 | 2017-05-14 20:25:02 -0400 | [diff] [blame] | 1788 | |
| 1789 | getrusage(current, who, &r); |
| 1790 | return copy_to_user(ru, &r, sizeof(r)) ? -EFAULT : 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1791 | } |
| 1792 | |
Al Viro | 8d2d5c4 | 2013-03-03 12:49:06 -0500 | [diff] [blame] | 1793 | #ifdef CONFIG_COMPAT |
| 1794 | COMPAT_SYSCALL_DEFINE2(getrusage, int, who, struct compat_rusage __user *, ru) |
| 1795 | { |
| 1796 | struct rusage r; |
| 1797 | |
| 1798 | if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN && |
| 1799 | who != RUSAGE_THREAD) |
| 1800 | return -EINVAL; |
| 1801 | |
Al Viro | ce72a16 | 2017-05-14 20:25:02 -0400 | [diff] [blame] | 1802 | getrusage(current, who, &r); |
Al Viro | 8d2d5c4 | 2013-03-03 12:49:06 -0500 | [diff] [blame] | 1803 | return put_compat_rusage(&r, ru); |
| 1804 | } |
| 1805 | #endif |
| 1806 | |
Heiko Carstens | e48fbb6 | 2009-01-14 14:14:26 +0100 | [diff] [blame] | 1807 | SYSCALL_DEFINE1(umask, int, mask) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1808 | { |
| 1809 | mask = xchg(¤t->fs->umask, mask & S_IRWXUGO); |
| 1810 | return mask; |
| 1811 | } |
Serge E. Hallyn | 3b7391d | 2008-02-04 22:29:45 -0800 | [diff] [blame] | 1812 | |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 1813 | static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1814 | { |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1815 | struct fd exe; |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 1816 | struct file *old_exe, *exe_file; |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1817 | struct inode *inode; |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1818 | int err; |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1819 | |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1820 | exe = fdget(fd); |
| 1821 | if (!exe.file) |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1822 | return -EBADF; |
| 1823 | |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1824 | inode = file_inode(exe.file); |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1825 | |
| 1826 | /* |
| 1827 | * Because the original mm->exe_file points to executable file, make |
| 1828 | * sure that this one is executable as well, to avoid breaking an |
| 1829 | * overall picture. |
| 1830 | */ |
| 1831 | err = -EACCES; |
Eric W. Biederman | 90f8572 | 2015-06-29 14:42:03 -0500 | [diff] [blame] | 1832 | if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path)) |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1833 | goto exit; |
| 1834 | |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1835 | err = inode_permission(inode, MAY_EXEC); |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1836 | if (err) |
| 1837 | goto exit; |
| 1838 | |
Konstantin Khlebnikov | bafb282 | 2012-06-07 14:21:11 -0700 | [diff] [blame] | 1839 | /* |
Konstantin Khlebnikov | 4229fb1d | 2012-07-11 14:02:11 -0700 | [diff] [blame] | 1840 | * Forbid mm->exe_file change if old file still mapped. |
Konstantin Khlebnikov | bafb282 | 2012-06-07 14:21:11 -0700 | [diff] [blame] | 1841 | */ |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 1842 | exe_file = get_mm_exe_file(mm); |
Konstantin Khlebnikov | bafb282 | 2012-06-07 14:21:11 -0700 | [diff] [blame] | 1843 | err = -EBUSY; |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 1844 | if (exe_file) { |
Konstantin Khlebnikov | 4229fb1d | 2012-07-11 14:02:11 -0700 | [diff] [blame] | 1845 | struct vm_area_struct *vma; |
| 1846 | |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 1847 | down_read(&mm->mmap_sem); |
| 1848 | for (vma = mm->mmap; vma; vma = vma->vm_next) { |
| 1849 | if (!vma->vm_file) |
| 1850 | continue; |
| 1851 | if (path_equal(&vma->vm_file->f_path, |
| 1852 | &exe_file->f_path)) |
| 1853 | goto exit_err; |
| 1854 | } |
| 1855 | |
| 1856 | up_read(&mm->mmap_sem); |
| 1857 | fput(exe_file); |
Konstantin Khlebnikov | bafb282 | 2012-06-07 14:21:11 -0700 | [diff] [blame] | 1858 | } |
| 1859 | |
Konstantin Khlebnikov | 4229fb1d | 2012-07-11 14:02:11 -0700 | [diff] [blame] | 1860 | err = 0; |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 1861 | /* set the new file, lockless */ |
| 1862 | get_file(exe.file); |
| 1863 | old_exe = xchg(&mm->exe_file, exe.file); |
| 1864 | if (old_exe) |
| 1865 | fput(old_exe); |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1866 | exit: |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1867 | fdput(exe); |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1868 | return err; |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 1869 | exit_err: |
| 1870 | up_read(&mm->mmap_sem); |
| 1871 | fput(exe_file); |
| 1872 | goto exit; |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 1873 | } |
| 1874 | |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 1875 | /* |
| 1876 | * WARNING: we don't require any capability here so be very careful |
| 1877 | * in what is allowed for modification from userspace. |
| 1878 | */ |
| 1879 | static int validate_prctl_map(struct prctl_mm_map *prctl_map) |
| 1880 | { |
| 1881 | unsigned long mmap_max_addr = TASK_SIZE; |
| 1882 | struct mm_struct *mm = current->mm; |
| 1883 | int error = -EINVAL, i; |
| 1884 | |
| 1885 | static const unsigned char offsets[] = { |
| 1886 | offsetof(struct prctl_mm_map, start_code), |
| 1887 | offsetof(struct prctl_mm_map, end_code), |
| 1888 | offsetof(struct prctl_mm_map, start_data), |
| 1889 | offsetof(struct prctl_mm_map, end_data), |
| 1890 | offsetof(struct prctl_mm_map, start_brk), |
| 1891 | offsetof(struct prctl_mm_map, brk), |
| 1892 | offsetof(struct prctl_mm_map, start_stack), |
| 1893 | offsetof(struct prctl_mm_map, arg_start), |
| 1894 | offsetof(struct prctl_mm_map, arg_end), |
| 1895 | offsetof(struct prctl_mm_map, env_start), |
| 1896 | offsetof(struct prctl_mm_map, env_end), |
| 1897 | }; |
| 1898 | |
| 1899 | /* |
| 1900 | * Make sure the members are not somewhere outside |
| 1901 | * of allowed address space. |
| 1902 | */ |
| 1903 | for (i = 0; i < ARRAY_SIZE(offsets); i++) { |
| 1904 | u64 val = *(u64 *)((char *)prctl_map + offsets[i]); |
| 1905 | |
| 1906 | if ((unsigned long)val >= mmap_max_addr || |
| 1907 | (unsigned long)val < mmap_min_addr) |
| 1908 | goto out; |
| 1909 | } |
| 1910 | |
| 1911 | /* |
| 1912 | * Make sure the pairs are ordered. |
| 1913 | */ |
| 1914 | #define __prctl_check_order(__m1, __op, __m2) \ |
| 1915 | ((unsigned long)prctl_map->__m1 __op \ |
| 1916 | (unsigned long)prctl_map->__m2) ? 0 : -EINVAL |
| 1917 | error = __prctl_check_order(start_code, <, end_code); |
| 1918 | error |= __prctl_check_order(start_data, <, end_data); |
| 1919 | error |= __prctl_check_order(start_brk, <=, brk); |
| 1920 | error |= __prctl_check_order(arg_start, <=, arg_end); |
| 1921 | error |= __prctl_check_order(env_start, <=, env_end); |
| 1922 | if (error) |
| 1923 | goto out; |
| 1924 | #undef __prctl_check_order |
| 1925 | |
| 1926 | error = -EINVAL; |
| 1927 | |
| 1928 | /* |
| 1929 | * @brk should be after @end_data in traditional maps. |
| 1930 | */ |
| 1931 | if (prctl_map->start_brk <= prctl_map->end_data || |
| 1932 | prctl_map->brk <= prctl_map->end_data) |
| 1933 | goto out; |
| 1934 | |
| 1935 | /* |
| 1936 | * Neither we should allow to override limits if they set. |
| 1937 | */ |
| 1938 | if (check_data_rlimit(rlimit(RLIMIT_DATA), prctl_map->brk, |
| 1939 | prctl_map->start_brk, prctl_map->end_data, |
| 1940 | prctl_map->start_data)) |
| 1941 | goto out; |
| 1942 | |
| 1943 | /* |
| 1944 | * Someone is trying to cheat the auxv vector. |
| 1945 | */ |
| 1946 | if (prctl_map->auxv_size) { |
| 1947 | if (!prctl_map->auxv || prctl_map->auxv_size > sizeof(mm->saved_auxv)) |
| 1948 | goto out; |
| 1949 | } |
| 1950 | |
| 1951 | /* |
| 1952 | * Finally, make sure the caller has the rights to |
Kirill Tkhai | 4d28df6 | 2017-05-12 17:33:36 +0300 | [diff] [blame] | 1953 | * change /proc/pid/exe link: only local sys admin should |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 1954 | * be allowed to. |
| 1955 | */ |
| 1956 | if (prctl_map->exe_fd != (u32)-1) { |
Kirill Tkhai | 4d28df6 | 2017-05-12 17:33:36 +0300 | [diff] [blame] | 1957 | if (!ns_capable(current_user_ns(), CAP_SYS_ADMIN)) |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 1958 | goto out; |
| 1959 | } |
| 1960 | |
| 1961 | error = 0; |
| 1962 | out: |
| 1963 | return error; |
| 1964 | } |
| 1965 | |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 1966 | #ifdef CONFIG_CHECKPOINT_RESTORE |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 1967 | static int prctl_set_mm_map(int opt, const void __user *addr, unsigned long data_size) |
| 1968 | { |
| 1969 | struct prctl_mm_map prctl_map = { .exe_fd = (u32)-1, }; |
| 1970 | unsigned long user_auxv[AT_VECTOR_SIZE]; |
| 1971 | struct mm_struct *mm = current->mm; |
| 1972 | int error; |
| 1973 | |
| 1974 | BUILD_BUG_ON(sizeof(user_auxv) != sizeof(mm->saved_auxv)); |
| 1975 | BUILD_BUG_ON(sizeof(struct prctl_mm_map) > 256); |
| 1976 | |
| 1977 | if (opt == PR_SET_MM_MAP_SIZE) |
| 1978 | return put_user((unsigned int)sizeof(prctl_map), |
| 1979 | (unsigned int __user *)addr); |
| 1980 | |
| 1981 | if (data_size != sizeof(prctl_map)) |
| 1982 | return -EINVAL; |
| 1983 | |
| 1984 | if (copy_from_user(&prctl_map, addr, sizeof(prctl_map))) |
| 1985 | return -EFAULT; |
| 1986 | |
| 1987 | error = validate_prctl_map(&prctl_map); |
| 1988 | if (error) |
| 1989 | return error; |
| 1990 | |
| 1991 | if (prctl_map.auxv_size) { |
| 1992 | memset(user_auxv, 0, sizeof(user_auxv)); |
| 1993 | if (copy_from_user(user_auxv, |
| 1994 | (const void __user *)prctl_map.auxv, |
| 1995 | prctl_map.auxv_size)) |
| 1996 | return -EFAULT; |
| 1997 | |
| 1998 | /* Last entry must be AT_NULL as specification requires */ |
| 1999 | user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL; |
| 2000 | user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL; |
| 2001 | } |
| 2002 | |
Mateusz Guzik | ddf1d39 | 2016-01-20 15:01:02 -0800 | [diff] [blame] | 2003 | if (prctl_map.exe_fd != (u32)-1) { |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 2004 | error = prctl_set_mm_exe_file(mm, prctl_map.exe_fd); |
Mateusz Guzik | ddf1d39 | 2016-01-20 15:01:02 -0800 | [diff] [blame] | 2005 | if (error) |
| 2006 | return error; |
| 2007 | } |
| 2008 | |
| 2009 | down_write(&mm->mmap_sem); |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 2010 | |
| 2011 | /* |
| 2012 | * We don't validate if these members are pointing to |
| 2013 | * real present VMAs because application may have correspond |
| 2014 | * VMAs already unmapped and kernel uses these members for statistics |
| 2015 | * output in procfs mostly, except |
| 2016 | * |
| 2017 | * - @start_brk/@brk which are used in do_brk but kernel lookups |
| 2018 | * for VMAs when updating these memvers so anything wrong written |
| 2019 | * here cause kernel to swear at userspace program but won't lead |
| 2020 | * to any problem in kernel itself |
| 2021 | */ |
| 2022 | |
| 2023 | mm->start_code = prctl_map.start_code; |
| 2024 | mm->end_code = prctl_map.end_code; |
| 2025 | mm->start_data = prctl_map.start_data; |
| 2026 | mm->end_data = prctl_map.end_data; |
| 2027 | mm->start_brk = prctl_map.start_brk; |
| 2028 | mm->brk = prctl_map.brk; |
| 2029 | mm->start_stack = prctl_map.start_stack; |
| 2030 | mm->arg_start = prctl_map.arg_start; |
| 2031 | mm->arg_end = prctl_map.arg_end; |
| 2032 | mm->env_start = prctl_map.env_start; |
| 2033 | mm->env_end = prctl_map.env_end; |
| 2034 | |
| 2035 | /* |
| 2036 | * Note this update of @saved_auxv is lockless thus |
| 2037 | * if someone reads this member in procfs while we're |
| 2038 | * updating -- it may get partly updated results. It's |
| 2039 | * known and acceptable trade off: we leave it as is to |
| 2040 | * not introduce additional locks here making the kernel |
| 2041 | * more complex. |
| 2042 | */ |
| 2043 | if (prctl_map.auxv_size) |
| 2044 | memcpy(mm->saved_auxv, user_auxv, sizeof(user_auxv)); |
| 2045 | |
Mateusz Guzik | ddf1d39 | 2016-01-20 15:01:02 -0800 | [diff] [blame] | 2046 | up_write(&mm->mmap_sem); |
| 2047 | return 0; |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 2048 | } |
| 2049 | #endif /* CONFIG_CHECKPOINT_RESTORE */ |
| 2050 | |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2051 | static int prctl_set_auxv(struct mm_struct *mm, unsigned long addr, |
| 2052 | unsigned long len) |
| 2053 | { |
| 2054 | /* |
| 2055 | * This doesn't move the auxiliary vector itself since it's pinned to |
| 2056 | * mm_struct, but it permits filling the vector with new values. It's |
| 2057 | * up to the caller to provide sane values here, otherwise userspace |
| 2058 | * tools which use this vector might be unhappy. |
| 2059 | */ |
| 2060 | unsigned long user_auxv[AT_VECTOR_SIZE]; |
| 2061 | |
| 2062 | if (len > sizeof(user_auxv)) |
| 2063 | return -EINVAL; |
| 2064 | |
| 2065 | if (copy_from_user(user_auxv, (const void __user *)addr, len)) |
| 2066 | return -EFAULT; |
| 2067 | |
| 2068 | /* Make sure the last entry is always AT_NULL */ |
| 2069 | user_auxv[AT_VECTOR_SIZE - 2] = 0; |
| 2070 | user_auxv[AT_VECTOR_SIZE - 1] = 0; |
| 2071 | |
| 2072 | BUILD_BUG_ON(sizeof(user_auxv) != sizeof(mm->saved_auxv)); |
| 2073 | |
| 2074 | task_lock(current); |
| 2075 | memcpy(mm->saved_auxv, user_auxv, len); |
| 2076 | task_unlock(current); |
| 2077 | |
| 2078 | return 0; |
| 2079 | } |
| 2080 | |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2081 | static int prctl_set_mm(int opt, unsigned long addr, |
| 2082 | unsigned long arg4, unsigned long arg5) |
| 2083 | { |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2084 | struct mm_struct *mm = current->mm; |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2085 | struct prctl_mm_map prctl_map; |
Cyrill Gorcunov | fe8c7f5 | 2012-05-31 16:26:45 -0700 | [diff] [blame] | 2086 | struct vm_area_struct *vma; |
| 2087 | int error; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2088 | |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 2089 | if (arg5 || (arg4 && (opt != PR_SET_MM_AUXV && |
| 2090 | opt != PR_SET_MM_MAP && |
| 2091 | opt != PR_SET_MM_MAP_SIZE))) |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2092 | return -EINVAL; |
| 2093 | |
Cyrill Gorcunov | f606b77 | 2014-10-09 15:27:37 -0700 | [diff] [blame] | 2094 | #ifdef CONFIG_CHECKPOINT_RESTORE |
| 2095 | if (opt == PR_SET_MM_MAP || opt == PR_SET_MM_MAP_SIZE) |
| 2096 | return prctl_set_mm_map(opt, (const void __user *)addr, arg4); |
| 2097 | #endif |
| 2098 | |
Cyrill Gorcunov | 79f0713 | 2012-03-15 15:17:10 -0700 | [diff] [blame] | 2099 | if (!capable(CAP_SYS_RESOURCE)) |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2100 | return -EPERM; |
| 2101 | |
Davidlohr Bueso | 6e399cd | 2015-04-16 12:47:59 -0700 | [diff] [blame] | 2102 | if (opt == PR_SET_MM_EXE_FILE) |
| 2103 | return prctl_set_mm_exe_file(mm, (unsigned int)addr); |
Cyrill Gorcunov | b32dfe3 | 2012-05-31 16:26:46 -0700 | [diff] [blame] | 2104 | |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2105 | if (opt == PR_SET_MM_AUXV) |
| 2106 | return prctl_set_auxv(mm, addr, arg4); |
| 2107 | |
Cyrill Gorcunov | 1ad75b9 | 2012-06-07 14:21:11 -0700 | [diff] [blame] | 2108 | if (addr >= TASK_SIZE || addr < mmap_min_addr) |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2109 | return -EINVAL; |
| 2110 | |
Cyrill Gorcunov | fe8c7f5 | 2012-05-31 16:26:45 -0700 | [diff] [blame] | 2111 | error = -EINVAL; |
| 2112 | |
Mateusz Guzik | ddf1d39 | 2016-01-20 15:01:02 -0800 | [diff] [blame] | 2113 | down_write(&mm->mmap_sem); |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2114 | vma = find_vma(mm, addr); |
| 2115 | |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2116 | prctl_map.start_code = mm->start_code; |
| 2117 | prctl_map.end_code = mm->end_code; |
| 2118 | prctl_map.start_data = mm->start_data; |
| 2119 | prctl_map.end_data = mm->end_data; |
| 2120 | prctl_map.start_brk = mm->start_brk; |
| 2121 | prctl_map.brk = mm->brk; |
| 2122 | prctl_map.start_stack = mm->start_stack; |
| 2123 | prctl_map.arg_start = mm->arg_start; |
| 2124 | prctl_map.arg_end = mm->arg_end; |
| 2125 | prctl_map.env_start = mm->env_start; |
| 2126 | prctl_map.env_end = mm->env_end; |
| 2127 | prctl_map.auxv = NULL; |
| 2128 | prctl_map.auxv_size = 0; |
| 2129 | prctl_map.exe_fd = -1; |
| 2130 | |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2131 | switch (opt) { |
| 2132 | case PR_SET_MM_START_CODE: |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2133 | prctl_map.start_code = addr; |
Cyrill Gorcunov | fe8c7f5 | 2012-05-31 16:26:45 -0700 | [diff] [blame] | 2134 | break; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2135 | case PR_SET_MM_END_CODE: |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2136 | prctl_map.end_code = addr; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2137 | break; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2138 | case PR_SET_MM_START_DATA: |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2139 | prctl_map.start_data = addr; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2140 | break; |
Cyrill Gorcunov | fe8c7f5 | 2012-05-31 16:26:45 -0700 | [diff] [blame] | 2141 | case PR_SET_MM_END_DATA: |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2142 | prctl_map.end_data = addr; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2143 | break; |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2144 | case PR_SET_MM_START_STACK: |
| 2145 | prctl_map.start_stack = addr; |
| 2146 | break; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2147 | case PR_SET_MM_START_BRK: |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2148 | prctl_map.start_brk = addr; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2149 | break; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2150 | case PR_SET_MM_BRK: |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2151 | prctl_map.brk = addr; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2152 | break; |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2153 | case PR_SET_MM_ARG_START: |
| 2154 | prctl_map.arg_start = addr; |
| 2155 | break; |
| 2156 | case PR_SET_MM_ARG_END: |
| 2157 | prctl_map.arg_end = addr; |
| 2158 | break; |
| 2159 | case PR_SET_MM_ENV_START: |
| 2160 | prctl_map.env_start = addr; |
| 2161 | break; |
| 2162 | case PR_SET_MM_ENV_END: |
| 2163 | prctl_map.env_end = addr; |
| 2164 | break; |
| 2165 | default: |
| 2166 | goto out; |
| 2167 | } |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2168 | |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2169 | error = validate_prctl_map(&prctl_map); |
| 2170 | if (error) |
| 2171 | goto out; |
| 2172 | |
| 2173 | switch (opt) { |
Cyrill Gorcunov | fe8c7f5 | 2012-05-31 16:26:45 -0700 | [diff] [blame] | 2174 | /* |
| 2175 | * If command line arguments and environment |
| 2176 | * are placed somewhere else on stack, we can |
| 2177 | * set them up here, ARG_START/END to setup |
| 2178 | * command line argumets and ENV_START/END |
| 2179 | * for environment. |
| 2180 | */ |
| 2181 | case PR_SET_MM_START_STACK: |
| 2182 | case PR_SET_MM_ARG_START: |
| 2183 | case PR_SET_MM_ARG_END: |
| 2184 | case PR_SET_MM_ENV_START: |
| 2185 | case PR_SET_MM_ENV_END: |
| 2186 | if (!vma) { |
| 2187 | error = -EFAULT; |
| 2188 | goto out; |
| 2189 | } |
Cyrill Gorcunov | fe8c7f5 | 2012-05-31 16:26:45 -0700 | [diff] [blame] | 2190 | } |
Alexey Dobriyan | 4a00e9d | 2015-06-25 15:00:51 -0700 | [diff] [blame] | 2191 | |
| 2192 | mm->start_code = prctl_map.start_code; |
| 2193 | mm->end_code = prctl_map.end_code; |
| 2194 | mm->start_data = prctl_map.start_data; |
| 2195 | mm->end_data = prctl_map.end_data; |
| 2196 | mm->start_brk = prctl_map.start_brk; |
| 2197 | mm->brk = prctl_map.brk; |
| 2198 | mm->start_stack = prctl_map.start_stack; |
| 2199 | mm->arg_start = prctl_map.arg_start; |
| 2200 | mm->arg_end = prctl_map.arg_end; |
| 2201 | mm->env_start = prctl_map.env_start; |
| 2202 | mm->env_end = prctl_map.env_end; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2203 | |
| 2204 | error = 0; |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2205 | out: |
Mateusz Guzik | ddf1d39 | 2016-01-20 15:01:02 -0800 | [diff] [blame] | 2206 | up_write(&mm->mmap_sem); |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2207 | return error; |
| 2208 | } |
Cyrill Gorcunov | 300f786 | 2012-06-07 14:21:12 -0700 | [diff] [blame] | 2209 | |
Amnon Shiloh | 52b3694 | 2013-04-30 15:28:48 -0700 | [diff] [blame] | 2210 | #ifdef CONFIG_CHECKPOINT_RESTORE |
Cyrill Gorcunov | 300f786 | 2012-06-07 14:21:12 -0700 | [diff] [blame] | 2211 | static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr) |
| 2212 | { |
| 2213 | return put_user(me->clear_child_tid, tid_addr); |
| 2214 | } |
Amnon Shiloh | 52b3694 | 2013-04-30 15:28:48 -0700 | [diff] [blame] | 2215 | #else |
Cyrill Gorcunov | 300f786 | 2012-06-07 14:21:12 -0700 | [diff] [blame] | 2216 | static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr) |
| 2217 | { |
| 2218 | return -EINVAL; |
| 2219 | } |
Cyrill Gorcunov | 028ee4b | 2012-01-12 17:20:55 -0800 | [diff] [blame] | 2220 | #endif |
| 2221 | |
Pavel Tikhomirov | 749860c | 2017-01-30 18:06:12 +0300 | [diff] [blame] | 2222 | static int propagate_has_child_subreaper(struct task_struct *p, void *data) |
| 2223 | { |
| 2224 | /* |
| 2225 | * If task has has_child_subreaper - all its decendants |
| 2226 | * already have these flag too and new decendants will |
| 2227 | * inherit it on fork, skip them. |
| 2228 | * |
| 2229 | * If we've found child_reaper - skip descendants in |
| 2230 | * it's subtree as they will never get out pidns. |
| 2231 | */ |
| 2232 | if (p->signal->has_child_subreaper || |
| 2233 | is_child_reaper(task_pid(p))) |
| 2234 | return 0; |
| 2235 | |
| 2236 | p->signal->has_child_subreaper = 1; |
| 2237 | return 1; |
| 2238 | } |
| 2239 | |
Heiko Carstens | c4ea37c | 2009-01-14 14:14:28 +0100 | [diff] [blame] | 2240 | SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, |
| 2241 | unsigned long, arg4, unsigned long, arg5) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2242 | { |
David Howells | b6dff3e | 2008-11-14 10:39:16 +1100 | [diff] [blame] | 2243 | struct task_struct *me = current; |
| 2244 | unsigned char comm[sizeof(me->comm)]; |
| 2245 | long error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2246 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 2247 | error = security_task_prctl(option, arg2, arg3, arg4, arg5); |
| 2248 | if (error != -ENOSYS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2249 | return error; |
| 2250 | |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 2251 | error = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2252 | switch (option) { |
Andrew Morton | f3cbd43 | 2013-02-21 16:43:07 -0800 | [diff] [blame] | 2253 | case PR_SET_PDEATHSIG: |
| 2254 | if (!valid_signal(arg2)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2255 | error = -EINVAL; |
| 2256 | break; |
Andrew Morton | f3cbd43 | 2013-02-21 16:43:07 -0800 | [diff] [blame] | 2257 | } |
| 2258 | me->pdeath_signal = arg2; |
| 2259 | break; |
| 2260 | case PR_GET_PDEATHSIG: |
| 2261 | error = put_user(me->pdeath_signal, (int __user *)arg2); |
| 2262 | break; |
| 2263 | case PR_GET_DUMPABLE: |
| 2264 | error = get_dumpable(me->mm); |
| 2265 | break; |
| 2266 | case PR_SET_DUMPABLE: |
| 2267 | if (arg2 != SUID_DUMP_DISABLE && arg2 != SUID_DUMP_USER) { |
| 2268 | error = -EINVAL; |
| 2269 | break; |
| 2270 | } |
| 2271 | set_dumpable(me->mm, arg2); |
| 2272 | break; |
| 2273 | |
| 2274 | case PR_SET_UNALIGN: |
| 2275 | error = SET_UNALIGN_CTL(me, arg2); |
| 2276 | break; |
| 2277 | case PR_GET_UNALIGN: |
| 2278 | error = GET_UNALIGN_CTL(me, arg2); |
| 2279 | break; |
| 2280 | case PR_SET_FPEMU: |
| 2281 | error = SET_FPEMU_CTL(me, arg2); |
| 2282 | break; |
| 2283 | case PR_GET_FPEMU: |
| 2284 | error = GET_FPEMU_CTL(me, arg2); |
| 2285 | break; |
| 2286 | case PR_SET_FPEXC: |
| 2287 | error = SET_FPEXC_CTL(me, arg2); |
| 2288 | break; |
| 2289 | case PR_GET_FPEXC: |
| 2290 | error = GET_FPEXC_CTL(me, arg2); |
| 2291 | break; |
| 2292 | case PR_GET_TIMING: |
| 2293 | error = PR_TIMING_STATISTICAL; |
| 2294 | break; |
| 2295 | case PR_SET_TIMING: |
| 2296 | if (arg2 != PR_TIMING_STATISTICAL) |
| 2297 | error = -EINVAL; |
| 2298 | break; |
| 2299 | case PR_SET_NAME: |
| 2300 | comm[sizeof(me->comm) - 1] = 0; |
| 2301 | if (strncpy_from_user(comm, (char __user *)arg2, |
| 2302 | sizeof(me->comm) - 1) < 0) |
| 2303 | return -EFAULT; |
| 2304 | set_task_comm(me, comm); |
| 2305 | proc_comm_connector(me); |
| 2306 | break; |
| 2307 | case PR_GET_NAME: |
| 2308 | get_task_comm(comm, me); |
| 2309 | if (copy_to_user((char __user *)arg2, comm, sizeof(comm))) |
| 2310 | return -EFAULT; |
| 2311 | break; |
| 2312 | case PR_GET_ENDIAN: |
| 2313 | error = GET_ENDIAN(me, arg2); |
| 2314 | break; |
| 2315 | case PR_SET_ENDIAN: |
| 2316 | error = SET_ENDIAN(me, arg2); |
| 2317 | break; |
| 2318 | case PR_GET_SECCOMP: |
| 2319 | error = prctl_get_seccomp(); |
| 2320 | break; |
| 2321 | case PR_SET_SECCOMP: |
| 2322 | error = prctl_set_seccomp(arg2, (char __user *)arg3); |
| 2323 | break; |
| 2324 | case PR_GET_TSC: |
| 2325 | error = GET_TSC_CTL(arg2); |
| 2326 | break; |
| 2327 | case PR_SET_TSC: |
| 2328 | error = SET_TSC_CTL(arg2); |
| 2329 | break; |
| 2330 | case PR_TASK_PERF_EVENTS_DISABLE: |
| 2331 | error = perf_event_task_disable(); |
| 2332 | break; |
| 2333 | case PR_TASK_PERF_EVENTS_ENABLE: |
| 2334 | error = perf_event_task_enable(); |
| 2335 | break; |
| 2336 | case PR_GET_TIMERSLACK: |
John Stultz | da8b44d | 2016-03-17 14:20:51 -0700 | [diff] [blame] | 2337 | if (current->timer_slack_ns > ULONG_MAX) |
| 2338 | error = ULONG_MAX; |
| 2339 | else |
| 2340 | error = current->timer_slack_ns; |
Andrew Morton | f3cbd43 | 2013-02-21 16:43:07 -0800 | [diff] [blame] | 2341 | break; |
| 2342 | case PR_SET_TIMERSLACK: |
| 2343 | if (arg2 <= 0) |
| 2344 | current->timer_slack_ns = |
| 2345 | current->default_timer_slack_ns; |
| 2346 | else |
| 2347 | current->timer_slack_ns = arg2; |
| 2348 | break; |
| 2349 | case PR_MCE_KILL: |
| 2350 | if (arg4 | arg5) |
| 2351 | return -EINVAL; |
| 2352 | switch (arg2) { |
| 2353 | case PR_MCE_KILL_CLEAR: |
| 2354 | if (arg3 != 0) |
| 2355 | return -EINVAL; |
| 2356 | current->flags &= ~PF_MCE_PROCESS; |
| 2357 | break; |
| 2358 | case PR_MCE_KILL_SET: |
| 2359 | current->flags |= PF_MCE_PROCESS; |
| 2360 | if (arg3 == PR_MCE_KILL_EARLY) |
| 2361 | current->flags |= PF_MCE_EARLY; |
| 2362 | else if (arg3 == PR_MCE_KILL_LATE) |
| 2363 | current->flags &= ~PF_MCE_EARLY; |
| 2364 | else if (arg3 == PR_MCE_KILL_DEFAULT) |
| 2365 | current->flags &= |
| 2366 | ~(PF_MCE_EARLY|PF_MCE_PROCESS); |
| 2367 | else |
| 2368 | return -EINVAL; |
| 2369 | break; |
| 2370 | default: |
| 2371 | return -EINVAL; |
| 2372 | } |
| 2373 | break; |
| 2374 | case PR_MCE_KILL_GET: |
| 2375 | if (arg2 | arg3 | arg4 | arg5) |
| 2376 | return -EINVAL; |
| 2377 | if (current->flags & PF_MCE_PROCESS) |
| 2378 | error = (current->flags & PF_MCE_EARLY) ? |
| 2379 | PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE; |
| 2380 | else |
| 2381 | error = PR_MCE_KILL_DEFAULT; |
| 2382 | break; |
| 2383 | case PR_SET_MM: |
| 2384 | error = prctl_set_mm(arg2, arg3, arg4, arg5); |
| 2385 | break; |
| 2386 | case PR_GET_TID_ADDRESS: |
| 2387 | error = prctl_get_tid_address(me, (int __user **)arg2); |
| 2388 | break; |
| 2389 | case PR_SET_CHILD_SUBREAPER: |
| 2390 | me->signal->is_child_subreaper = !!arg2; |
Pavel Tikhomirov | 749860c | 2017-01-30 18:06:12 +0300 | [diff] [blame] | 2391 | if (!arg2) |
| 2392 | break; |
| 2393 | |
| 2394 | walk_process_tree(me, propagate_has_child_subreaper, NULL); |
Andrew Morton | f3cbd43 | 2013-02-21 16:43:07 -0800 | [diff] [blame] | 2395 | break; |
| 2396 | case PR_GET_CHILD_SUBREAPER: |
| 2397 | error = put_user(me->signal->is_child_subreaper, |
| 2398 | (int __user *)arg2); |
| 2399 | break; |
| 2400 | case PR_SET_NO_NEW_PRIVS: |
| 2401 | if (arg2 != 1 || arg3 || arg4 || arg5) |
| 2402 | return -EINVAL; |
| 2403 | |
Kees Cook | 1d4457f | 2014-05-21 15:23:46 -0700 | [diff] [blame] | 2404 | task_set_no_new_privs(current); |
Andrew Morton | f3cbd43 | 2013-02-21 16:43:07 -0800 | [diff] [blame] | 2405 | break; |
| 2406 | case PR_GET_NO_NEW_PRIVS: |
| 2407 | if (arg2 || arg3 || arg4 || arg5) |
| 2408 | return -EINVAL; |
Kees Cook | 1d4457f | 2014-05-21 15:23:46 -0700 | [diff] [blame] | 2409 | return task_no_new_privs(current) ? 1 : 0; |
Alex Thorlton | a0715cc | 2014-04-07 15:37:10 -0700 | [diff] [blame] | 2410 | case PR_GET_THP_DISABLE: |
| 2411 | if (arg2 || arg3 || arg4 || arg5) |
| 2412 | return -EINVAL; |
Michal Hocko | 1860033 | 2017-07-10 15:48:02 -0700 | [diff] [blame] | 2413 | error = !!test_bit(MMF_DISABLE_THP, &me->mm->flags); |
Alex Thorlton | a0715cc | 2014-04-07 15:37:10 -0700 | [diff] [blame] | 2414 | break; |
| 2415 | case PR_SET_THP_DISABLE: |
| 2416 | if (arg3 || arg4 || arg5) |
| 2417 | return -EINVAL; |
Michal Hocko | 17b0573 | 2016-05-23 16:26:05 -0700 | [diff] [blame] | 2418 | if (down_write_killable(&me->mm->mmap_sem)) |
| 2419 | return -EINTR; |
Alex Thorlton | a0715cc | 2014-04-07 15:37:10 -0700 | [diff] [blame] | 2420 | if (arg2) |
Michal Hocko | 1860033 | 2017-07-10 15:48:02 -0700 | [diff] [blame] | 2421 | set_bit(MMF_DISABLE_THP, &me->mm->flags); |
Alex Thorlton | a0715cc | 2014-04-07 15:37:10 -0700 | [diff] [blame] | 2422 | else |
Michal Hocko | 1860033 | 2017-07-10 15:48:02 -0700 | [diff] [blame] | 2423 | clear_bit(MMF_DISABLE_THP, &me->mm->flags); |
Alex Thorlton | a0715cc | 2014-04-07 15:37:10 -0700 | [diff] [blame] | 2424 | up_write(&me->mm->mmap_sem); |
| 2425 | break; |
Dave Hansen | fe3d197 | 2014-11-14 07:18:29 -0800 | [diff] [blame] | 2426 | case PR_MPX_ENABLE_MANAGEMENT: |
Dave Hansen | e9d1b4f | 2015-01-08 14:30:22 -0800 | [diff] [blame] | 2427 | if (arg2 || arg3 || arg4 || arg5) |
| 2428 | return -EINVAL; |
Dave Hansen | 46a6e0c | 2015-06-07 11:37:02 -0700 | [diff] [blame] | 2429 | error = MPX_ENABLE_MANAGEMENT(); |
Dave Hansen | fe3d197 | 2014-11-14 07:18:29 -0800 | [diff] [blame] | 2430 | break; |
| 2431 | case PR_MPX_DISABLE_MANAGEMENT: |
Dave Hansen | e9d1b4f | 2015-01-08 14:30:22 -0800 | [diff] [blame] | 2432 | if (arg2 || arg3 || arg4 || arg5) |
| 2433 | return -EINVAL; |
Dave Hansen | 46a6e0c | 2015-06-07 11:37:02 -0700 | [diff] [blame] | 2434 | error = MPX_DISABLE_MANAGEMENT(); |
Dave Hansen | fe3d197 | 2014-11-14 07:18:29 -0800 | [diff] [blame] | 2435 | break; |
Paul Burton | 9791554 | 2015-01-08 12:17:37 +0000 | [diff] [blame] | 2436 | case PR_SET_FP_MODE: |
| 2437 | error = SET_FP_MODE(me, arg2); |
| 2438 | break; |
| 2439 | case PR_GET_FP_MODE: |
| 2440 | error = GET_FP_MODE(me); |
| 2441 | break; |
Dave Martin | 2d2123b | 2017-10-31 15:51:14 +0000 | [diff] [blame] | 2442 | case PR_SVE_SET_VL: |
| 2443 | error = SVE_SET_VL(arg2); |
| 2444 | break; |
| 2445 | case PR_SVE_GET_VL: |
| 2446 | error = SVE_GET_VL(); |
| 2447 | break; |
Andrew Morton | f3cbd43 | 2013-02-21 16:43:07 -0800 | [diff] [blame] | 2448 | default: |
| 2449 | error = -EINVAL; |
| 2450 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2451 | } |
| 2452 | return error; |
| 2453 | } |
Andi Kleen | 3cfc348 | 2006-09-26 10:52:28 +0200 | [diff] [blame] | 2454 | |
Heiko Carstens | 836f92a | 2009-01-14 14:14:33 +0100 | [diff] [blame] | 2455 | SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, |
| 2456 | struct getcpu_cache __user *, unused) |
Andi Kleen | 3cfc348 | 2006-09-26 10:52:28 +0200 | [diff] [blame] | 2457 | { |
| 2458 | int err = 0; |
| 2459 | int cpu = raw_smp_processor_id(); |
vishnu.ps | ec94fc3 | 2014-10-09 15:30:23 -0700 | [diff] [blame] | 2460 | |
Andi Kleen | 3cfc348 | 2006-09-26 10:52:28 +0200 | [diff] [blame] | 2461 | if (cpup) |
| 2462 | err |= put_user(cpu, cpup); |
| 2463 | if (nodep) |
| 2464 | err |= put_user(cpu_to_node(cpu), nodep); |
Andi Kleen | 3cfc348 | 2006-09-26 10:52:28 +0200 | [diff] [blame] | 2465 | return err ? -EFAULT : 0; |
| 2466 | } |
Jeremy Fitzhardinge | 10a0a8d | 2007-07-17 18:37:02 -0700 | [diff] [blame] | 2467 | |
Stephen Rothwell | 4a22f16 | 2013-04-30 15:27:37 -0700 | [diff] [blame] | 2468 | /** |
| 2469 | * do_sysinfo - fill in sysinfo struct |
| 2470 | * @info: pointer to buffer to fill |
| 2471 | */ |
| 2472 | static int do_sysinfo(struct sysinfo *info) |
| 2473 | { |
| 2474 | unsigned long mem_total, sav_total; |
| 2475 | unsigned int mem_unit, bitcount; |
| 2476 | struct timespec tp; |
| 2477 | |
| 2478 | memset(info, 0, sizeof(struct sysinfo)); |
| 2479 | |
Oleg Nesterov | 45c6494 | 2013-07-03 15:05:01 -0700 | [diff] [blame] | 2480 | get_monotonic_boottime(&tp); |
Stephen Rothwell | 4a22f16 | 2013-04-30 15:27:37 -0700 | [diff] [blame] | 2481 | info->uptime = tp.tv_sec + (tp.tv_nsec ? 1 : 0); |
| 2482 | |
| 2483 | get_avenrun(info->loads, 0, SI_LOAD_SHIFT - FSHIFT); |
| 2484 | |
| 2485 | info->procs = nr_threads; |
| 2486 | |
| 2487 | si_meminfo(info); |
| 2488 | si_swapinfo(info); |
| 2489 | |
| 2490 | /* |
| 2491 | * If the sum of all the available memory (i.e. ram + swap) |
| 2492 | * is less than can be stored in a 32 bit unsigned long then |
| 2493 | * we can be binary compatible with 2.2.x kernels. If not, |
| 2494 | * well, in that case 2.2.x was broken anyways... |
| 2495 | * |
| 2496 | * -Erik Andersen <andersee@debian.org> |
| 2497 | */ |
| 2498 | |
| 2499 | mem_total = info->totalram + info->totalswap; |
| 2500 | if (mem_total < info->totalram || mem_total < info->totalswap) |
| 2501 | goto out; |
| 2502 | bitcount = 0; |
| 2503 | mem_unit = info->mem_unit; |
| 2504 | while (mem_unit > 1) { |
| 2505 | bitcount++; |
| 2506 | mem_unit >>= 1; |
| 2507 | sav_total = mem_total; |
| 2508 | mem_total <<= 1; |
| 2509 | if (mem_total < sav_total) |
| 2510 | goto out; |
| 2511 | } |
| 2512 | |
| 2513 | /* |
| 2514 | * If mem_total did not overflow, multiply all memory values by |
| 2515 | * info->mem_unit and set it to 1. This leaves things compatible |
| 2516 | * with 2.2.x, and also retains compatibility with earlier 2.4.x |
| 2517 | * kernels... |
| 2518 | */ |
| 2519 | |
| 2520 | info->mem_unit = 1; |
| 2521 | info->totalram <<= bitcount; |
| 2522 | info->freeram <<= bitcount; |
| 2523 | info->sharedram <<= bitcount; |
| 2524 | info->bufferram <<= bitcount; |
| 2525 | info->totalswap <<= bitcount; |
| 2526 | info->freeswap <<= bitcount; |
| 2527 | info->totalhigh <<= bitcount; |
| 2528 | info->freehigh <<= bitcount; |
| 2529 | |
| 2530 | out: |
| 2531 | return 0; |
| 2532 | } |
| 2533 | |
| 2534 | SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) |
| 2535 | { |
| 2536 | struct sysinfo val; |
| 2537 | |
| 2538 | do_sysinfo(&val); |
| 2539 | |
| 2540 | if (copy_to_user(info, &val, sizeof(struct sysinfo))) |
| 2541 | return -EFAULT; |
| 2542 | |
| 2543 | return 0; |
| 2544 | } |
| 2545 | |
| 2546 | #ifdef CONFIG_COMPAT |
| 2547 | struct compat_sysinfo { |
| 2548 | s32 uptime; |
| 2549 | u32 loads[3]; |
| 2550 | u32 totalram; |
| 2551 | u32 freeram; |
| 2552 | u32 sharedram; |
| 2553 | u32 bufferram; |
| 2554 | u32 totalswap; |
| 2555 | u32 freeswap; |
| 2556 | u16 procs; |
| 2557 | u16 pad; |
| 2558 | u32 totalhigh; |
| 2559 | u32 freehigh; |
| 2560 | u32 mem_unit; |
| 2561 | char _f[20-2*sizeof(u32)-sizeof(int)]; |
| 2562 | }; |
| 2563 | |
| 2564 | COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info) |
| 2565 | { |
| 2566 | struct sysinfo s; |
| 2567 | |
| 2568 | do_sysinfo(&s); |
| 2569 | |
| 2570 | /* Check to see if any memory value is too large for 32-bit and scale |
| 2571 | * down if needed |
| 2572 | */ |
Scotty Bauer | 0baae41 | 2014-10-09 15:30:26 -0700 | [diff] [blame] | 2573 | if (upper_32_bits(s.totalram) || upper_32_bits(s.totalswap)) { |
Stephen Rothwell | 4a22f16 | 2013-04-30 15:27:37 -0700 | [diff] [blame] | 2574 | int bitcount = 0; |
| 2575 | |
| 2576 | while (s.mem_unit < PAGE_SIZE) { |
| 2577 | s.mem_unit <<= 1; |
| 2578 | bitcount++; |
| 2579 | } |
| 2580 | |
| 2581 | s.totalram >>= bitcount; |
| 2582 | s.freeram >>= bitcount; |
| 2583 | s.sharedram >>= bitcount; |
| 2584 | s.bufferram >>= bitcount; |
| 2585 | s.totalswap >>= bitcount; |
| 2586 | s.freeswap >>= bitcount; |
| 2587 | s.totalhigh >>= bitcount; |
| 2588 | s.freehigh >>= bitcount; |
| 2589 | } |
| 2590 | |
| 2591 | if (!access_ok(VERIFY_WRITE, info, sizeof(struct compat_sysinfo)) || |
| 2592 | __put_user(s.uptime, &info->uptime) || |
| 2593 | __put_user(s.loads[0], &info->loads[0]) || |
| 2594 | __put_user(s.loads[1], &info->loads[1]) || |
| 2595 | __put_user(s.loads[2], &info->loads[2]) || |
| 2596 | __put_user(s.totalram, &info->totalram) || |
| 2597 | __put_user(s.freeram, &info->freeram) || |
| 2598 | __put_user(s.sharedram, &info->sharedram) || |
| 2599 | __put_user(s.bufferram, &info->bufferram) || |
| 2600 | __put_user(s.totalswap, &info->totalswap) || |
| 2601 | __put_user(s.freeswap, &info->freeswap) || |
| 2602 | __put_user(s.procs, &info->procs) || |
| 2603 | __put_user(s.totalhigh, &info->totalhigh) || |
| 2604 | __put_user(s.freehigh, &info->freehigh) || |
| 2605 | __put_user(s.mem_unit, &info->mem_unit)) |
| 2606 | return -EFAULT; |
| 2607 | |
| 2608 | return 0; |
| 2609 | } |
| 2610 | #endif /* CONFIG_COMPAT */ |