# Permissions / Credentials - Add a list of uids/gids to each process - Check process permissions when accessing a file - Add all the syscalls related to these IDs ## New syscalls ### UID - [x] g/setuid() - [x] g/seteuid() - [x] setreuid() - [x] setresuid() ### GID - [x] g/setgid() - [x] g/setegid() - [x] setregid() - [x] setresgid() ## Updated syscalls - [ ] wait: GID support