Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Sandboxing a Linux Application
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Who am I
- 3 Disclaimer
- 4 What is a Sandbox
- 5 Why use a Sandbox
- 6 Application expectations
- 7 Setting up a sandbox
- 8 Example application
- 9 namespaces
- 10 usernamespace
- 11 mappings
- 12 running as root
- 13 making a new file system
- 14 making a new mount point
- 15 making a temporary file system
- 16 proc file system
- 17 new proc namespace
- 18 pid namespace
- 19 Create new namespace
- 20 Clone newnet
- 21 Build the application
- 22 Protect the system
- 23 Seccomp
- 24 Seccomp Program
- 25 libsec comp
- 26 argument checks
- 27 compare strings