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.
14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"userName": "tmpfsuser",
|
|
"realName": "Tmpfs Limits Test User",
|
|
"uid": 3014,
|
|
"gid": 3014,
|
|
"homeDirectory": "/home/tmpfsuser",
|
|
"shell": "/bin/bash",
|
|
"disposition": "regular",
|
|
"tmpLimit": 1073741824,
|
|
"tmpLimitScale": 214748364,
|
|
"devShmLimit": 536870912,
|
|
"devShmLimitScale": 107374182
|
|
}
|