Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-fdm committed Oct 23, 2023
1 parent c9b4b0e commit 0170ca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
8 changes: 1 addition & 7 deletions orbit/pkg/table/extension_darwin_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ import (
"github.com/kolide/launcher/pkg/osquery/tables/profiles"
"github.com/kolide/launcher/pkg/osquery/tables/pwpolicy"

// TODO: Need coding/other
//"github.com/kolide/launcher/pkg/osquery/tables/munki"
// TODO: This Kolide table requires more complicated coding
//"github.com/kolide/launcher/pkg/osquery/tables/osquery_user_exec_table"

"github.com/macadmins/osquery-extension/tables/filevaultusers"
Expand Down Expand Up @@ -80,10 +79,5 @@ func PlatformTables() []osquery.OsqueryPlugin {
pwpolicy.TablePlugin(kolideLogger),
airport.TablePlugin(kolideLogger),
apple_silicon_security_policy.TablePlugin(kolideLogger),

// TODO: Need coding/other
// munki.MunkiReport(logger log.Logger), // TODO: compare with the existing munki table. Maybe no need for this.
// osquery_user_exec_table.TablePlugin(logger log.Logger, tablename string, osqueryd string,osqueryQuery string, columns []table.ColumnDefinition,), // add params

}
}
7 changes: 2 additions & 5 deletions orbit/pkg/table/extension_darwin_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ import (
// ARM64 Kolide tables
appicons "github.com/kolide/launcher/pkg/osquery/tables/app-icons"

// TODO: Need coding/other
//"github.com/kolide/launcher/pkg/osquery/tables/munki"
// TODO: This Kolide table requires more complicated coding
//"github.com/kolide/launcher/pkg/osquery/tables/osquery_user_exec_table"

"github.com/macadmins/osquery-extension/tables/filevaultusers"
Expand Down Expand Up @@ -89,9 +88,7 @@ func PlatformTables() []osquery.OsqueryPlugin {
macos_software_update.MacOSUpdate(),
appicons.AppIcons(),

// TODO: Need coding/other
// munki.MunkiReport(logger log.Logger), // TODO: compare with the existing munki table. Maybe no need for this.
// TODO: This Kolide table requires more complicated coding
// osquery_user_exec_table.TablePlugin(logger log.Logger, tablename string, osqueryd string,osqueryQuery string, columns []table.ColumnDefinition,), // add params

}
}

0 comments on commit 0170ca7

Please sign in to comment.