Skip to content

Commit bf805b8

Browse files
committed
Update README + add release note
1 parent b6e175d commit bf805b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

comp/metadata/hostsysteminfo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The payload contains physical system identification attributes collected from th
1414

1515
The system information is collected using platform-specific APIs:
1616
- **Windows**: WMI queries (`Win32_ComputerSystem`, `Win32_BIOS`, `Win32_SystemEnclosure`)
17-
- **MacOS**: Work in progress
17+
- **MacOS**: IOKit queries (`IOPlatformExpertDevice`, `product`)
1818
- **Linux/Unix**: Will not run as it is currently not implemented
1919

2020
Collection includes:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
features:
2+
- |
3+
Adds system info metadata collection for macOS end-user devices.

0 commit comments

Comments
 (0)