2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Confining_all_tasks: initial markdown conversion

Steve Beattie
2017-11-07 08:18:12 -08:00
parent 123d877977
commit 369bfd0ffc

19
Confining_all_tasks.md Normal file

@@ -0,0 +1,19 @@
This is a guide on how to use AppArmor to confine all tasks on
the system.
- need to load policy early (initrd)
- precompile policy and rebuild so that initrd can just use a loader instead of including the compiler
- may need to use change\_profile to put init task into a profile
Reasons to do this total lock down Interest profile abstraction
development
Output goes to dmesg, then logs, then apparmor daemon for complain
messages if it is up and running
policy techniques - [Policy creation guide](CreatingPolicy) link back
to policy authoring techniques
can't just set up profiles base on application name globbing domain
hierarchy (like tomoyo) domain types (specific transitions between
types)