mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
Add a simple fuzzer that verifies our machinery for parsing user records from JSON works as intended. The initial corpus was created with the help of Claude, so we have a bunch of valid user records with as much fields as possible for the initial corpus.
15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"userName": "noautoresize",
|
|
"realName": "No Auto Resize User",
|
|
"uid": 3007,
|
|
"gid": 3007,
|
|
"homeDirectory": "/home/noautoresize",
|
|
"shell": "/bin/bash",
|
|
"disposition": "regular",
|
|
"storage": "luks",
|
|
"imagePath": "/home/noautoresize.home",
|
|
"diskSize": 53687091200,
|
|
"autoResizeMode": "off",
|
|
"rebalanceWeight": false
|
|
}
|