You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
334 B
19 lines
334 B
# In this directory, test with:
|
|
# make LIBDIR=.
|
|
# ./minijail0 -n -S examples/cat.policy -- /bin/cat /proc/self/status
|
|
# This policy only works on x86_64.
|
|
|
|
read: 1
|
|
write: 1
|
|
restart_syscall: 1
|
|
rt_sigreturn: 1
|
|
exit_group: 1
|
|
|
|
open: 1
|
|
openat: 1
|
|
close: 1
|
|
fstat: 1
|
|
# Enforce W^X.
|
|
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
|
|
fadvise64: 1
|