Merge pull request #180918 from smancill/traitor-platforms

traitor: mark as Linux-only
This commit is contained in:
Rick van Schijndel 2022-07-10 13:40:42 +02:00 committed by GitHub
commit 8a353c2f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ buildGoModule rec {
vendorSha256 = null;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Automatic Linux privilege escalation";
longDescription = ''
Automatically exploit low-hanging fruit to pop a root shell. Traitor packages
@ -26,6 +25,7 @@ buildGoModule rec {
(including most of GTFOBins) in order to pop a root shell.
'';
homepage = "https://github.com/liamg/traitor";
platforms = platforms.linux;
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};