mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
# Changes I'm running orbit based osqueryd on a laptop with [Tuxedo OS](https://www.tuxedocomputers.com/en/TUXEDO-OS_1.tuxedo#). This OS identifies its platform via osquery as `tuxedo` and is therefore not recognized by the Fleet server: ```json { "err": "unrecognized platform", "hostID": 76, "level": "error", "platform": "tuxedo", "ts": "2024-05-15T13:17:34.513509387Z" } ``` This causes policy and scheduled queries to not being run on my system. With this PR Im adding `tuxedo` to all occurrences found when searching for `kali`. Additionally pre-commit checks were failing for me locally as it could not find the hook-id `RuboCop`. This could be solved by using `rubocop` instead. Afterwards all pre-commit checks succeeded locally. # Checklist for submitter - [x] Added/updated tests Signed-off-by: Andreas Ulm <andreas.ulm@prisma-capacity.eu> |
||
|---|---|---|
| .. | ||
| .keep | ||
| 14722-activity-feed-webhooks | ||
| 16795-update-go | ||
| 17309-support-env-vars-profiles | ||
| 17513-bulk-host-opts-filters | ||
| 17860-improve-license-expiration-banner | ||
| 18053-ubuntu-kernel-vuln-detection | ||
| 18119-iphone-ipad-support | ||
| 18461-windows-lock | ||
| 18515-remove-host-ids-from-list-labels | ||
| 18741-form-field-tooltip-positions | ||
| 18838-additional-db-optimizations | ||
| 18881-queries-table-filter-bugs | ||
| 19052-activity-feed-webhooks | ||
| 19072-additional-stats | ||
| 19171-host-query-bug-fixes | ||
| 19311-scep-renew | ||
| add-tuxedo-os | ||
| jve-fix-lock-script-typo | ||