Eric W. Biederman c70d9d809f ptrace: Properly initialize ptracer_cred on fork
When I introduced ptracer_cred I failed to consider the weirdness of
fork where the task_struct copies the old value by default.  This
winds up leaving ptracer_cred set even when a process forks and
the child process does not wind up being ptraced.

Because ptracer_cred is not set on non-ptraced processes whose
parents were ptraced this has broken the ability of the enlightenment
window manager to start setuid children.

Fix this by properly initializing ptracer_cred in ptrace_init_task

This must be done with a little bit of care to preserve the current value
of ptracer_cred when ptrace carries through fork.  Re-reading the
ptracer_cred from the ptracing process at this point is inconsistent
with how PT_PTRACE_CAP has been maintained all of these years.

Tested-by: Takashi Iwai <tiwai@suse.de>
Fixes: 64b875f7ac8a ("ptrace: Capture the ptracer's creds not PT_PTRACE_CAP")
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2017-05-23 07:40:44 -05:00
..
2017-05-04 09:19:24 +02:00
2017-04-12 18:51:01 +02:00
2017-04-21 10:45:01 -04:00
2017-05-08 19:03:25 -07:00
2017-05-11 10:44:22 -07:00
2017-05-11 11:12:26 -07:00
2017-05-04 18:03:51 -07:00
2017-05-04 18:03:51 -07:00
2017-05-09 15:15:47 -07:00
2017-05-09 15:15:47 -07:00
2017-04-28 18:09:59 -04:00
2017-05-01 14:09:21 -07:00
2017-02-10 15:52:24 -05:00
2017-01-25 13:17:47 -05:00
2017-04-11 14:38:43 -04:00
2017-04-26 23:54:06 -04:00
2017-03-30 09:37:20 +02:00
2017-04-18 20:41:12 +02:00
2017-05-05 18:49:20 -07:00
2017-04-10 17:15:02 +02:00
2017-04-27 05:13:04 -04:00
2017-05-12 15:57:15 -07:00
2017-05-03 15:52:10 -07:00
2017-03-21 10:15:47 +02:00
2017-04-05 18:11:48 +02:00
2017-05-04 19:15:35 -07:00
2017-02-11 20:59:41 -05:00
2017-05-08 17:15:12 -07:00
2017-04-04 14:10:12 -07:00
2017-05-05 11:36:44 -07:00
2017-05-03 15:52:10 -07:00
2017-02-24 17:46:57 -08:00
2017-05-03 19:12:27 -07:00
2017-04-24 14:30:46 -04:00
2017-01-12 16:48:26 -05:00
2017-02-23 11:53:22 -08:00
2017-05-10 13:03:38 -07:00
2017-04-26 13:03:04 -04:00
2017-05-09 15:15:47 -07:00
2017-05-05 11:36:44 -07:00
2017-05-08 19:03:25 -07:00
2017-05-09 10:01:15 -07:00
2017-03-07 14:01:02 -08:00
2017-05-09 16:43:23 +03:00
2017-04-19 14:21:23 +02:00
2017-02-13 21:44:09 -05:00
2017-03-28 08:54:48 +02:00
2017-05-03 15:52:10 -07:00
2017-05-05 18:16:23 -07:00
2017-05-08 17:15:12 -07:00
2017-05-08 18:49:23 -07:00
2017-03-26 15:09:45 +02:00
2017-03-22 12:15:15 -07:00
2017-05-05 18:49:20 -07:00
2017-03-09 15:42:33 +01:00
2017-01-10 18:31:55 -08:00
2017-02-10 16:34:17 +00:00
2017-05-09 16:43:22 +03:00