2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

Update apparmor_kernel_development_guide

John Johansen
2018-10-04 20:52:10 +00:00
parent aa935c60ac
commit e1144ae707

@@ -77,11 +77,12 @@ and blobs via a security (void *) field off of several kernel object (inode, fil
Calls to the hooks are spread through out the kernel, called using
- security_XXX.
Security hooks tend to either return no value
## return no value.
Security hooks return either
void security_XXX()
for hooks that can not fail or int
for hooks that can not fail, or int
int security_XXX()