mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Update apparmor_kernel_development_guide
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user