1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 08:35:09 +00:00
serenity/Base/usr/share/man/man8
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
..
chroot.md Userland: chroot: Add --userspec/-u flag to set uid/gid for chroot 2020-11-14 17:14:30 +01:00
lspci.md Base: Add a man page for lspci 2020-02-20 15:13:42 +01:00
modload.md Base: Move the modload and modunload command documentation to man8 2020-01-02 12:37:19 +01:00
modunload.md Base: Move the modload and modunload command documentation to man8 2020-01-02 12:37:19 +01:00
mount.md Base: Document MS_RDONLY 2020-05-29 07:53:30 +02:00
pls.md pls: Drastically simplify this program 2021-05-30 23:09:37 +02:00
purge.md Kernel: Make the purge() syscall superuser-only 2020-01-02 13:39:49 +01:00
sysctl.md Base: Add sysctl man page 2021-03-08 09:48:34 +01:00
TelnetServer.md Help+man.md: Add man sections 2019-09-30 21:38:39 +02:00
useradd.md Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
userdel.md Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00