summaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/rox-child.c
blob: 30afba25933d403c51de14af0be2311a78bd5b3d (plain) (blame)
1
2
3
4
5
/* 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"