mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
Update apparmor_kernel_development_guide
@@ -5,13 +5,13 @@
|
||||
- [Kernel Development Guide](apparmor_kernel_development_guide)
|
||||
- [Policy Development Guide](aparmor_policy_development_guide)
|
||||
|
||||
# General code notes
|
||||
# ```General code notes```
|
||||
- aa_ : prefix is used to namespace apparmor fns that are visible.
|
||||
- __XXX: leading underscores indicates fn needs to be used within locking or other special conditions
|
||||
- AA_BUG(): is used in new code to check (when debug is on) and document preconditions. Not all code has been converted to using this convention.
|
||||
|
||||
|
||||
# Layout
|
||||
# ```Layout```
|
||||
AppArmor is largely self contained in
|
||||
- security/apparmor/
|
||||
|
||||
|
Reference in New Issue
Block a user