Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | dprintk(...) do { } while (0) |
#define dprintk | ( | ... | ) | do { } while (0) |
Definition at line 379 of file condition.c.
LIST_HEAD | ( | tomoyo_condition_list | ) |
bool tomoyo_condition | ( | struct tomoyo_request_info * | r, |
const struct tomoyo_condition * | cond | ||
) |
tomoyo_condition - Check condition part.
: Pointer to "struct tomoyo_request_info". : Pointer to "struct tomoyo_condition". Maybe NULL.
Returns true on success, false otherwise.
Caller holds tomoyo_read_lock().
Definition at line 744 of file condition.c.
void tomoyo_get_attributes | ( | struct tomoyo_obj_info * | obj | ) |
tomoyo_get_attributes - Revalidate "struct inode".
: Pointer to "struct tomoyo_obj_info".
Returns nothing.
Definition at line 693 of file condition.c.
|
read |
tomoyo_get_condition - Parse condition part.
Pointer to "struct tomoyo_acl_param". |
Returns pointer to "struct tomoyo_condition" on success, NULL otherwise.
Definition at line 478 of file condition.c.