#include <linux/config.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/sched.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>
#include <linux/fs.h>
#include <asm/uaccess.h>
#include <rsbac/types.h>
#include <rsbac/reg.h>
#include <rsbac/adf.h>
#include <rsbac/aci.h>
#include <rsbac/lists.h>
#include <rsbac/getname.h>
#include <rsbac/error.h>
#include <rsbac/proc_fs.h>
Go to the source code of this file.
|
Definition at line 66 of file reg_sample3.c. |
|
Definition at line 69 of file reg_sample3.c. Referenced by init_module(). |
|
Definition at line 35 of file reg_sample3.c. Referenced by init_module(), and need_overwrite_func(). |
|
Definition at line 31 of file reg_sample3.c. Referenced by init_module(), and request_func(). |
|
Definition at line 33 of file reg_sample3.c. Referenced by init_module(), and set_attr_func(). |
|
Definition at line 39 of file reg_sample3.c. Referenced by init_module(), and syscall_func(). |
|
Definition at line 37 of file reg_sample3.c. Referenced by init_module(), and write_func(). |
|
Definition at line 408 of file reg_sample3.c. References handle, list_handle, listkey, proc_rsbac_root_p, rsbac_list_detach(), rsbac_reg_unregister(), rsbac_reg_unregister_syscall(), and syscall_registration_handle. |
|
Definition at line 193 of file reg_sample3.c. Referenced by init_module(), lookup_item_data_compare(), lookup_lol_subitem_compare(), and lookup_lol_subitem_user_compare(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 243 of file reg_sample3.c. References FALSE, list_handle, nr_need_overwrite_calls, ORD_overwrite, and rsbac_list_add_u32(). Referenced by init_module(). |
|
Definition at line 207 of file reg_sample3.c. References GRANTED, list_handle, nr_request_calls, ORD_request, R_SEARCH, rsbac_list_add_u32(), rsbac_pid_t, and rsbac_uid_t. Referenced by init_module(). |
|
Definition at line 224 of file reg_sample3.c. References list_handle, nr_set_attr_calls, ORD_set_attr, R_SEARCH, rsbac_list_add_u32(), rsbac_pid_t, and rsbac_uid_t. Referenced by init_module(). |
|
Definition at line 257 of file reg_sample3.c. References list_handle, nr_system_calls, ORD_syscall, rsbac_list_add_u32(), and system_call_arg. Referenced by init_module(). |
|
Definition at line 250 of file reg_sample3.c. References list_handle, nr_write_calls, ORD_write, and rsbac_list_add_u32(). Referenced by init_module(). |
|
Definition at line 48 of file reg_sample3.c. Referenced by init_module(). |
|
Definition at line 52 of file reg_sample3.c. Referenced by init_module(). |
|
Definition at line 58 of file reg_sample3.c. Referenced by cleanup_module(), and init_module(). |
|
Definition at line 71 of file reg_sample3.c. Referenced by cleanup_module(), init_module(), need_overwrite_func(), request_func(), set_attr_func(), syscall_func(), and write_func(). |
|
Definition at line 55 of file reg_sample3.c. Referenced by cleanup_module(), and init_module(). |
|
Definition at line 47 of file reg_sample3.c. Referenced by init_module(). |
|
Definition at line 34 of file reg_sample3.c. Referenced by init_module(), and need_overwrite_func(). |
|
Definition at line 30 of file reg_sample3.c. Referenced by init_module(), and request_func(). |
|
Definition at line 32 of file reg_sample3.c. Referenced by init_module(), and set_attr_func(). |
|
Definition at line 38 of file reg_sample3.c. Referenced by init_module(), and syscall_func(). |
|
Definition at line 36 of file reg_sample3.c. Referenced by init_module(), and write_func(). |
|
Definition at line 63 of file reg_sample3.c. Referenced by init_module(). |
|
Definition at line 51 of file reg_sample3.c. Referenced by init_module(). |
|
Definition at line 61 of file reg_sample3.c. Referenced by cleanup_module(), and init_module(). |
|
Definition at line 40 of file reg_sample3.c. Referenced by syscall_func(). |