Completed
Architecture of LSM
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Inside the Linux Security Modules
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why Linux security module
- 3 Introduction to Linux security module
- 4 Overview of LSM Framework
- 5 Architecture of LSM
- 6 LSM Security data fields
- 7 Security data fields inside kernel objects
- 8 LSM security data structures and hooks
- 9 Integration of an LSM into the linux kernel
- 10 LSM kernel configurations
- 11 LSM Code integration with the Kernel
- 12 Kernel calling LSM Hooks
- 13 Flow of open() system call
- 14 LSM file system hooks
- 15 LSM super_block hooks
- 16 LSM file hooks
- 17 LSM Task hooks
- 18 LSM IPC hooks
- 19 LSM Network hooks
- 20 LSM Module & System hooks
- 21 APPARMOR
- 22 Lockdown
- 23 Conclusion