Completed
What is Seccomp
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Seccomp to Limit the Kernel Attack Surface
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Seccomp
- 3 System calls
- 4 Seccomp history
- 5 Filter mode
- 6 System call limitation
- 7 Seccomp
- 8 Second Filtering
- 9 BPF
- 10 Virtual Machine
- 11 Conditional Jump Instructions
- 12 Relative Offsets
- 13 System Call Structure
- 14 BPF Statement
- 15 BPF Jump
- 16 BPF Return
- 17 ADD
- 18 Architecture
- 19 System Call Numbers
- 20 System Call Conventions
- 21 Filter Program
- 22 Example
- 23 Performance Cost
- 24 Which System Causes My Application Make
- 25 What About That
- 26 System Call Filtering
- 27 Lubeset Comp
- 28 Seccomp Context
- 29 BPF Compiler
- 30 JIT Compiler
- 31 Applications
- 32 Further Information
- 33 Questions