diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-23 11:36:55 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-23 11:36:55 +0200 |
| commit | 2064fc5c9114c170841328aaa4b124a4062becf6 (patch) | |
| tree | 1e81e0ac88e3bb0ee6a74f60f12b16474469312c /sys/linux/sys.txt | |
| parent | f199f3a27d167f9814bd08aefca7698b0c23cd13 (diff) | |
sys/linux: add 2 custom uids
Give fuzzer 2 custom uids to mess with.
Ideally these should be proc, we can't do this for resources.
Diffstat (limited to 'sys/linux/sys.txt')
| -rw-r--r-- | sys/linux/sys.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index 405b3f156..bfd62369b 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -306,8 +306,8 @@ utimensat(dir fd_dir, pathname ptr[in, filename], times ptr[in, itimerval], flag clone(flags flags[clone_flags], sp buffer[in], parentid ptr[out, int32], childtid ptr[out, int32], tls buffer[in]) resource pid[int32]: 0, 0xffffffffffffffff -resource uid[int32]: 0, 0xffffffffffffffff -resource gid[int32]: 0, 0xffffffffffffffff +resource uid[int32]: 0, 0xffffffffffffffff, 0xee00, 0xee01 +resource gid[int32]: 0, 0xffffffffffffffff, 0xee00, 0xee01 getgid() gid getegid() gid |
