otubo

Untitled

Sep 1st, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. -sandbox on[,obsolete=allow|deny][,elevateprivileges=allow|deny|children]
  2. [,spawn=allow|deny][,resourcecontrol=allow|deny]
  3. Enable seccomp mode 2 system call filter (default 'off').
  4. use 'obsolete' to allow obsolete system calls that are provided
  5. by the kernel, but typically no longer used by modern
  6. C library implementations.
  7. use 'elevateprivileges' to allow or deny QEMU process to elevate
  8. its privileges by blacklisting all set*uid|gid system calls.
  9. The value 'children' will deny set*uid|gid system calls for
  10. main QEMU process but will allow forks and execves to run unprivileged
  11. use 'spawn' to avoid QEMU to spawn new threads or processes by
  12. blacklisting *fork and execve
  13. use 'resourcecontrol' to disable process affinity and schedular priority
Advertisement
Add Comment
Please, Sign In to add comment