mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 00:35:13 +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
|
Calls to the hooks are spread through out the kernel, called using
|
||||||
- security_XXX.
|
- security_XXX.
|
||||||
|
|
||||||
Security hooks tend to either return no value
|
## return no value.
|
||||||
|
Security hooks return either
|
||||||
|
|
||||||
void security_XXX()
|
void security_XXX()
|
||||||
|
|
||||||
for hooks that can not fail or int
|
for hooks that can not fail, or int
|
||||||
|
|
||||||
int security_XXX()
|
int security_XXX()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user