From 2064fc5c9114c170841328aaa4b124a4062becf6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 23 Jun 2018 11:36:55 +0200 Subject: 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. --- sys/linux/sys.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/sys.txt') 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 -- cgit mrf-deployment