traitor: mark as Linux-only

It's in the description of the package: "Automatic Linux privilege
escalation".
This commit is contained in:
Sebastián Mancilla 2022-07-09 23:24:46 -04:00
parent 7802f1b647
commit 3d1e82b6ce

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