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
+1 -1
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 ];
};