Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Uid, Gid, UUid to macos.system.users #4021

Merged
merged 10 commits into from
Jan 21, 2025
Prev Previous commit
fix test case
  • Loading branch information
ydkhatri committed Jan 21, 2025
commit 77b8e670062b75e7bb98c6ce4d4cbd34068a4ca3
4 changes: 2 additions & 2 deletions artifacts/testdata/server/testcases/plist.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SELECT * FROM Artifact.MacOS.System.Users(UserPlistGlob=srcDir + '/artifacts/tes
{
"Name": "vagrant",
"RealName": "vagrant",
"Uid": 501,
"Gid": 20,
"Uid": "501",
"Gid": "20",
"UUid": "11112222-3333-4444-AAAA-BBBBCCCCDDDD",
"UserShell": "/bin/bash",
"HomeDir": "/Users/vagrant",
Expand Down
Loading