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.
This commit is contained in:
Scott Anderson 2020-04-28 20:44:05 +12:00 committed by Simon Ser
parent 98d949718c
commit 906c0766df
8 changed files with 1 additions and 45 deletions

View file

@ -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: