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 /.builds/archlinux.yml | |
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 '.builds/archlinux.yml')
-rw-r--r-- | .builds/archlinux.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 11f0baaf..b3b1a3c0 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -2,7 +2,6 @@ image: archlinux packages: - clang - ffmpeg - - libcap - libinput - libxkbcommon - mesa |