This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/tests/userprog/rox-child.c

5 lines
165 B
C
Executable file

/* Ensure that the executable of a running process cannot be
modified, even by a child process. */
#define CHILD_CNT "1"
#include "tests/userprog/rox-child.inc"