mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +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>
1 line
59 B
Text
1 line
59 B
Text
* Added Tuxedo OS to the Linux distribution platform list.
|