Andreas Kling
096cdf891b
Revert "Terminal: Drop "proc" and "exec" pledges after initializing"
...
This reverts commit dea0d22ab3
.
I'm dumb. We need these for utmpupdate, and for "new terminal" :^(
Fixes #5372 .
2021-02-16 17:44:40 +01:00
Andreas Kling
89c7886d1c
Terminal: Turn the "settings" and "find" popups into tool windows :^)
2021-02-16 16:26:29 +01:00
Andreas Kling
dea0d22ab3
Terminal: Drop "proc" and "exec" pledges after initializing
...
We shouldn't need these once we've got the shell process running. :^)
2021-02-16 13:39:03 +01:00
Andreas Kling
d312011708
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
...
Now that WindowServer broadcasts the system theme using an anonymous
file, we need clients to pledge "recvfd" so they can receive it.
Some programs keep the "shared_buffer" pledge since it's still used for
a handful of things.
2021-01-16 19:30:32 +01:00
Andreas Kling
20915795a8
Everywhere: Pledge "sendfd" in WindowServer client programs
...
This is needed for the new way we transfer window backing stores.
2021-01-15 14:10:32 +01:00
Andreas Kling
dc28c07fa5
Applications: Move to Userland/Applications/
2021-01-12 12:05:23 +01:00