![]() |
EpiRootkit
By STDBOOL
|
#include <linux/dcache.h>#include <linux/err.h>#include <linux/errno.h>#include <linux/limits.h>#include <linux/module.h>#include <linux/namei.h>#include <linux/slab.h>#include <linux/types.h>Go to the source code of this file.
Functions | |
| int | forbid_init (void) |
| void | forbid_exit (void) |
| int | forbid_file (const char *path) |
| int | unforbid_file (const char *path) |
| int | forbid_contains (const char __user *u_path) |
| int | forbid_contains_str (const char *k_path) |
| int | forbid_list_get (char *buf, size_t buf_size) |
| int forbid_contains | ( | const char __user * | u_path | ) |
Definition at line 81 of file forbid_api.c.
| int forbid_contains_str | ( | const char * | k_path | ) |
Definition at line 102 of file forbid_api.c.
| void forbid_exit | ( | void | ) |
Definition at line 19 of file forbid_api.c.
| int forbid_file | ( | const char * | path | ) |
Definition at line 24 of file forbid_api.c.
| int forbid_init | ( | void | ) |
Definition at line 8 of file forbid_api.c.
| int forbid_list_get | ( | char * | buf, |
| size_t | buf_size | ||
| ) |
Definition at line 106 of file forbid_api.c.
| int unforbid_file | ( | const char * | path | ) |
Definition at line 51 of file forbid_api.c.