Andreas Kling
82f86e35d6
Kernel+LibC: Introduce a "dumpable" flag for processes
...
This new flag controls two things:
- Whether the kernel will generate core dumps for the process
- Whether the EUID:EGID should own the process's files in /proc
Processes are automatically made non-dumpable when their EUID or EGID is
changed, either via syscalls that specifically modify those ID's, or via
sys$execve(), when a set-uid or set-gid program is executed.
A process can change its own dumpable flag at any time by calling the
new sys$prctl(PR_SET_DUMPABLE) syscall.
Fixes #4504 .
2020-12-25 19:35:55 +01:00
..
2020-12-18 10:02:14 +01:00
2020-12-25 19:35:55 +01:00
2020-12-23 14:30:10 +01:00
2020-12-25 17:04:28 +01:00
2020-12-25 19:35:55 +01:00
2020-11-04 21:21:37 +01:00
2020-12-21 00:19:21 +01:00
2020-08-12 20:40:59 +02:00
2020-12-25 19:35:55 +01:00
2020-12-25 17:05:05 +01:00
2020-12-25 17:04:28 +01:00
2020-12-25 19:35:55 +01:00
2020-12-12 21:28:12 +01:00
2020-12-21 18:26:12 +01:00
2020-12-21 00:09:48 +01:00
2020-12-25 17:05:05 +01:00
2020-12-21 00:09:48 +01:00
2020-12-25 19:35:55 +01:00
2020-09-25 21:18:17 +02:00
2020-08-25 09:48:48 +02:00
2020-09-25 21:18:17 +02:00
2020-09-13 21:19:15 +02:00
2020-12-25 19:35:55 +01:00
2020-12-22 10:09:41 +01:00
2020-11-30 13:17:02 +01:00
2020-11-30 13:17:02 +01:00
2020-12-14 23:05:53 +01:00
2020-12-21 00:19:21 +01:00
2020-12-23 00:40:11 +01:00
2020-12-18 19:22:26 +01:00
2020-12-18 19:22:26 +01:00
2020-08-22 20:55:10 +02:00
2020-09-25 21:18:17 +02:00
2020-08-22 20:55:10 +02:00
2020-12-25 01:03:46 +01:00
2020-08-10 20:05:18 +02:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00
2020-12-19 10:23:12 +01:00
2020-12-19 10:23:12 +01:00
2020-09-25 21:18:17 +02:00
2020-12-25 01:03:46 +01:00
2020-12-25 19:35:55 +01:00
2020-11-30 13:17:02 +01:00
2020-11-30 13:17:02 +01:00
2020-12-25 01:03:46 +01:00
2020-08-10 11:51:45 +02:00
2020-12-25 19:35:55 +01:00
2020-09-25 21:18:17 +02:00
2020-12-12 21:28:12 +01:00
2020-11-29 20:22:56 +01:00
2020-08-26 08:52:07 +02:00
2020-12-25 17:05:05 +01:00
2020-12-12 21:28:12 +01:00
2020-11-24 21:26:39 +01:00
2020-11-24 21:26:39 +01:00
2020-11-11 12:27:25 +01:00
2020-09-13 21:19:15 +02:00
2020-10-02 15:38:07 +02:00
2020-12-22 19:38:25 +01:00
2020-12-25 17:05:05 +01:00
2020-12-25 17:04:28 +01:00
2020-12-12 21:28:12 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00
2020-12-21 18:26:12 +01:00
2020-12-21 18:26:12 +01:00
2020-12-21 18:26:12 +01:00
2020-09-22 15:06:40 +02:00
2020-09-15 20:36:45 +02:00
2020-12-25 12:51:11 +01:00
2020-12-25 12:51:11 +01:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00