Featured image of post PwnCollege_Note7

PwnCollege_Note7

ASU CSE 365, sandboxing

Sandboxing

———–ASU CSE 365: System Security

Sandboxing: Introduction

untrusted code/data should live in a process with almost 0 permissions

  • spawn “privileged” parent process
  • spawn “sandboxed” child processes
  • when a child needs to perform a privileged action, it asks the parent

babyjail

level1: Escape a basic chroot sandbox!

Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy
Caret Up