1*4b9c6d91SCole Faust# In this directory, test with: 2*4b9c6d91SCole Faust# make LIBDIR=. 3*4b9c6d91SCole Faust# ./minijail0 -n -S examples/cat.policy -- /bin/cat /proc/self/status 4*4b9c6d91SCole Faust# This policy only works on x86_64. 5*4b9c6d91SCole Faust 6*4b9c6d91SCole Faustread: 1 7*4b9c6d91SCole Faustwrite: 1 8*4b9c6d91SCole Faustrestart_syscall: 1 9*4b9c6d91SCole Faustrt_sigreturn: 1 10*4b9c6d91SCole Faustexit_group: 1 11*4b9c6d91SCole Faust 12*4b9c6d91SCole Faustopen: 1 13*4b9c6d91SCole Faustopenat: 1 14*4b9c6d91SCole Faustclose: 1 15*4b9c6d91SCole Faustfstat: 1 16*4b9c6d91SCole Faust# Enforce W^X. 17*4b9c6d91SCole Faustmmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE 18*4b9c6d91SCole Faustfadvise64: 1 19