ladybird/Base/etc
Andreas Kling 33f2eeea4a pls: Drastically simplify this program
Since this program is setuid-root, it should be as simple as possible.

To that end, remove `/etc/plsusers` and use filesystem permissions to
achieve the same thing. `/bin/pls` is now only executable by `root` or
members of the `wheel` group.

Also remove all the logic that went to great lengths to `unveil()` a
minimal set of filesystem paths that may be used for the command.
The complexity-to-benefit ratio did not seem justified, and I think
we're better off keeping this simple.

Finally, remove pledge promises the moment they are no longer needed.
2021-05-30 23:09:37 +02:00
..
ca_certs.ini Base: Add Amazon's intermediate root certificate (Server CA 1B) 2020-12-30 13:31:55 +01:00
FileIconProvider.ini Base: Add new icons for fonts and File Manager 2021-02-25 08:08:26 +01:00
fstab Base: Make /www read-write by default 2021-02-03 21:23:15 +01:00
group Userland: Remove SymbolServer and the "symbol" user+group 2021-05-22 18:54:22 +02:00
hosts LookupServer: Load hostnames 2019-06-07 08:35:41 +02:00
Keyboard.ini Userland: Preserve keyboard mapping preference on reboot (#6955) 2021-05-09 15:56:03 +02:00
LookupServer.ini LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
motd Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
passwd Userland: Remove SymbolServer and the "symbol" user+group 2021-05-22 18:54:22 +02:00
protocols Base files: Add protocols file 2020-04-18 10:11:55 +02:00
services Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
shadow Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd() 2021-05-01 12:40:12 +02:00
shellrc Base: Document the Shell's new termios allow-list 2021-05-24 23:26:49 +04:30
SystemServer.ini Userland: Remove SymbolServer and the "symbol" user+group 2021-05-22 18:54:22 +02:00
WindowServer.ini WindowServer: Store system font queries in WindowServer.ini :^) 2021-05-21 20:15:51 +02:00