Linux Kernel
3.7.1
|
#include <common.h>
Data Fields | |
void(* | read )(struct tomoyo_io_buffer *) |
int(* | write )(struct tomoyo_io_buffer *) |
unsigned int(* | poll )(struct file *file, poll_table *wait) |
struct mutex | io_sem |
char __user * | read_user_buf |
size_t | read_user_buf_avail |
struct { | |
struct list_head * ns | |
struct list_head * domain | |
struct list_head * group | |
struct list_head * acl | |
size_t avail | |
unsigned int step | |
unsigned int query_index | |
u16 index | |
u16 cond_index | |
u8 acl_group_index | |
u8 cond_step | |
u8 bit | |
u8 w_pos | |
bool eof | |
bool print_this_domain_only | |
bool print_transition_related_only | |
bool print_cond_part | |
const char * w [TOMOYO_MAX_IO_READ_QUEUE] | |
} | r |
struct { | |
struct tomoyo_policy_namespace * ns | |
struct tomoyo_domain_info * domain | |
size_t avail | |
bool is_delete | |
} | w |
char * | read_buf |
size_t | readbuf_size |
char * | write_buf |
size_t | writebuf_size |
enum tomoyo_securityfs_interface_index | type |
u8 | users |
struct list_head | list |
struct tomoyo_domain_info* domain |
struct { ... } r |
void(* read)(struct tomoyo_io_buffer *) |
struct { ... } w |
int(* write)(struct tomoyo_io_buffer *) |