Skip to content

Commit

Permalink
Some cleanup and I finally remembered to add the table plugin call in…
Browse files Browse the repository at this point in the history
… linux platform tables
  • Loading branch information
Micah-Kolide committed Feb 12, 2024
1 parent e46eb86 commit a92498e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/osquery/table/platform_tables_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"github.com/kolide/launcher/ee/tables/execparsers/simple_array"
"github.com/kolide/launcher/ee/tables/fscrypt_info"
"github.com/kolide/launcher/ee/tables/gsettings"
"github.com/kolide/launcher/ee/tables/nix_env/upgradeable"
"github.com/kolide/launcher/ee/tables/secureboot"
"github.com/kolide/launcher/ee/tables/xfconf"
"github.com/kolide/launcher/ee/tables/xrdb"
Expand All @@ -33,6 +34,7 @@ func platformSpecificTables(logger log.Logger, currentOsquerydBinaryPath string)
cryptsetup.TablePlugin(logger),
gsettings.Settings(logger),
gsettings.Metadata(logger),
nix_env_upgradeable.TablePlugin(logger),
secureboot.TablePlugin(logger),
xrdb.TablePlugin(logger),
fscrypt_info.TablePlugin(logger),
Expand Down

0 comments on commit a92498e

Please sign in to comment.