#include <linux/init.h>
#include <rsbac/rkmem.h>
#include <rsbac/lists.h>
Go to the source code of this file.
Defines | |
#define | RSBAC_LIST_DISK_VERSION 10002 |
#define | RSBAC_LIST_DISK_OLD_VERSION 10001 |
#define | RSBAC_LIST_NONAME "(no name)" |
#define | RSBAC_LIST_PROC_NAME "gen_lists" |
#define | RSBAC_LIST_DEVICENAME "gen_list_device" |
#define | RSBAC_LIST_FILENAME "genlst" |
#define | RSBAC_GEN_LIST_DISK_VERSION 10001 |
#define | RSBAC_GEN_LIST_KEY 0x101face |
#define | RSBAC_LIST_TA_KEY 0xface99 |
Typedefs | |
typedef __u32 | rsbac_list_count_t |
Functions | |
int __init | rsbac_list_init (void) |
int | rsbac_list_mount (kdev_t kdev) |
int | rsbac_list_umount (kdev_t kdev) |
int | rsbac_check_lists (int correct) |
|
Definition at line 22 of file gen_lists.h. |
|
Definition at line 23 of file gen_lists.h. |
|
Definition at line 19 of file gen_lists.h. |
|
Definition at line 16 of file gen_lists.h. Referenced by read_list(), and read_lol_list(). |
|
Definition at line 15 of file gen_lists.h. Referenced by fill_buffer(), fill_lol_buffer(), read_list(), and read_lol_list(). |
|
Definition at line 20 of file gen_lists.h. |
|
Definition at line 17 of file gen_lists.h. Referenced by create_lol_reg(), and create_reg(). |
|
Definition at line 18 of file gen_lists.h. Referenced by rsbac_list_init(). |
|
Definition at line 25 of file gen_lists.h. Referenced by rsbac_list_init(). |
|
Definition at line 77 of file gen_lists.h. |
|
|
|
Definition at line 5104 of file gen_lists.c. Referenced by rsbac_mount(). |
|
Definition at line 5109 of file gen_lists.c. Referenced by rsbac_umount(). |