+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+91
nixos/modules/services/monitoring/osquery.nix
+91
nixos/modules/services/monitoring/osquery.nix
···+ExecStart = "${pkgs.osquery}/bin/osqueryd --logger_path ${escapeShellArg cfg.loggerPath} --pidfile ${escapeShellArg cfg.pidfile} --database_path ${escapeShellArg cfg.databasePath}";
+23
pkgs/development/libraries/linenoise-ng/default.nix
+23
pkgs/development/libraries/linenoise-ng/default.nix
···+description = "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters";
+5
pkgs/development/libraries/rocksdb/default.nix
+5
pkgs/development/libraries/rocksdb/default.nix
······
+65
pkgs/tools/package-management/apt/default.nix
+65
pkgs/tools/package-management/apt/default.nix
···
+79
pkgs/tools/system/osquery/default.nix
+79
pkgs/tools/system/osquery/default.nix
···
+187
pkgs/tools/system/osquery/misc.patch
+187
pkgs/tools/system/osquery/misc.patch
···+@@ -188,7 +189,7 @@ inline bool isPlatform(PlatformType a, const PlatformType& t = kPlatformType) {+diff --git a/osquery/tables/system/linux/tests/md_tables_tests.cpp b/osquery/tables/system/linux/tests/md_tables_tests.cpp+- Column("user_account", TEXT, "The name of the account that the service process will be logged on as when it runs. This name can be of the form Domain\UserName. If the account belongs to the built-in domain, the name can be of the form .\UserName."),++ Column("user_account", TEXT, "The name of the account that the service process will be logged on as when it runs. This name can be of the form Domain\\UserName. If the account belongs to the built-in domain, the name can be of the form .\\UserName."),
+22
pkgs/tools/system/osquery/platform-nixos.patch
+22
pkgs/tools/system/osquery/platform-nixos.patch
···
+10
pkgs/top-level/all-packages.nix
+10
pkgs/top-level/all-packages.nix
············