Brock Walters

Results 249 comments of Brock Walters

@mostlikelee @allenhouchins @ddribeiro @dherder @noahtalerman @marko-lisica @lukeheath In Jamf, uploaded packages have 2 names: 1. the "filename" i.e. whatever the unix file system name the package file has on the...

@noahtalerman @mostlikelee no matter how many improvements we make to name matching we are never going to control whether or not an admin changes the name of a package /...

@noahtalerman Since we are using `system_info` table to get serial number for Fleet's own data & this table is osquery core the problem could be there (ie, not necessarily that...

@spokanemac @noahtalerman @JoStableford That 1st query returns Windows Defender on my Windows VM. This would return the process if it was running I think: `SELECT processes.pid, processes.name, users.username, processes.path, processes.cmdline...

Per the Jun 2025 Apple IT Developer Summit, there should be more urgency at Fleet around DDM. See: https://docs.google.com/document/d/1R9aobf44cf3JOTkbxNZjQit6LkxZtQc_9yOEstvNFzs/edit?tab=t.0 I think we should reconsider the priorities laid out here: https://github.com/fleetdm/fleet/blob/5d0209e53d9ba4b911474f8b6d6bc763d0461a43/docs/Contributing/research/mdm/apple-user-channel.md?plain=1...

Heads up: @noahtalerman @marko-lisica @eugkuo https://community.jamf.com/t5/tech-thoughts/upcoming-change-device-compliance-integration-for-macos-sso/ba-p/358895

note: in order for this to happen I believe it must be the case that the computers in this environment are bound to the LDAP in such a way that...

This is exactly what I was thinking @lucasmrod - there is some range of UID that is for local vs. service vs. ??? (e.g., over 1000) or maybe there is...

good analysis @lucasmrod! https://www.baeldung.com/linux/user-ids-reserved-values Have you looked into this? Basically 3 UID ranges: system users = 0-99 application users = 100-999 regular users = 1000-9999 It will not be totally...