#include <bpf/vmlinux.h>
#include <bpf/bpf_helpers.h>
#include "seabee_maps.h"
#include "shared_rust_types.h"
#include "logging.h"
#include "logging_types.h"
Go to the source code of this file.
|
|
#define | ZERO 0 |
| | An alias for the literal number 0.
|
| |
|
#define | ALLOW 0 |
| | LSM return code for allowing an operation to continue.
|
| |
|
#define | DENY -1 |
| | LSM return code for denying an operation.
|
| |
|
| enum | object_type { OBJECT_TYPE_INODE
, OBJECT_TYPE_TASK
, OBJECT_TYPE_MAP
} |
| |
|
|
struct task_struct * | get_task () |
| | gets the task for the current context
|
| |
◆ inode_storage
local storage for inodes
local storage for inodes
◆ task_storage
local storage for tasks
local storage for tasks