diff options
author | Scott Anderson <scott@anderso.nz> | 2020-04-28 20:44:05 +1200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-04-29 10:39:09 +0200 |
commit | 906c0766df2fec4bd32c316fd1b0d46fded5fc84 (patch) | |
tree | 2d32acf48e0638acfa55cd573413489e4d074517 /README.md | |
parent | 98d949718c42a546466f79a4029b7d0d76650dc3 (diff) |
Remove libcap support
This is simply a false sense of security, and is worse than just using
setuid. CAP_SYS_ADMIN is an extremely serious capability that is
effectively as powerful as root.
It also required users to be in the input group, which allows any
process to keylog the entire system.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ Install dependencies: * pixman * systemd (optional, for logind support) * elogind (optional, for logind support on systems without systemd) -* libcap (optional, for capability support) If you choose to enable X11 support: |