Created
June 15, 2022 10:47
-
-
Save spinus/be0ca03def0c856ada86b16d1727d09d to your computer and use it in GitHub Desktop.
crowdstrike falcon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{pkgs?import <nixpkgs> {}}: | |
with pkgs; | |
stdenv.mkDerivation { | |
name = "falcon-sensor"; | |
version = "4.18.0-6402"; | |
arch = "amd64"; | |
src = ./falcon-sensor_6.34.0-13108_amd64.deb; | |
nativeBuildInputs = [ dpkg autoPatchelfHook zlib pkgs.libnl pkgs.openssl ]; | |
propagateBuildInputs = [pkgs.libnl pkgs.openssl]; | |
sourceRoot = "."; | |
unpackCmd = '' | |
dpkg-deb -x "$src" . | |
''; | |
installPhase = '' | |
cp -r ./ $out/ | |
realpath $out | |
''; | |
meta = { | |
description = "Crowdstrike Falcon Sensor"; | |
homepage = "https://www.crowdstrike.com/"; | |
#license = licenses.unfree; | |
#platforms = platforms.linux; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I manually created
/var/log/falconctl.log
, but it's complaining about a missingfalconstore
.