|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Variables | |
| struct tomoyo_domain_info | tomoyo_kernel_domain |
| LIST_HEAD | ( | tomoyo_domain_list | ) |
|
read |
| void tomoyo_check_acl | ( | struct tomoyo_request_info * | r, |
| bool(*)(struct tomoyo_request_info *, const struct tomoyo_acl_info *) | check_entry | ||
| ) |
| bool tomoyo_dump_page | ( | struct linux_binprm * | bprm, |
| unsigned long | pos, | ||
| struct tomoyo_page_dump * | dump | ||
| ) |
| int tomoyo_find_next_domain | ( | struct linux_binprm * | bprm | ) |
| int tomoyo_update_domain | ( | struct tomoyo_acl_info * | new_entry, |
| const int | size, | ||
| struct tomoyo_acl_param * | param, | ||
| bool(*)(const struct tomoyo_acl_info *, const struct tomoyo_acl_info *) | check_duplicate, | ||
| bool(*)(struct tomoyo_acl_info *, struct tomoyo_acl_info *, const bool) | merge_duplicate | ||
| ) |
tomoyo_update_domain - Update an entry for domain policy.
: Pointer to "struct tomoyo_acl_info". : Size of in bytes.
| Pointer to "struct tomoyo_acl_param". : Callback function to find duplicated entry. : Callback function to merge duplicated entry. |
Returns 0 on success, negative value otherwise.
Caller holds tomoyo_read_lock().
| int tomoyo_update_policy | ( | struct tomoyo_acl_head * | new_entry, |
| const int | size, | ||
| struct tomoyo_acl_param * | param, | ||
| bool(*)(const struct tomoyo_acl_head *, const struct tomoyo_acl_head *) | check_duplicate | ||
| ) |
tomoyo_update_policy - Update an entry for exception policy.
: Pointer to "struct tomoyo_acl_info". : Size of in bytes.
| Pointer to "struct tomoyo_acl_param". : Callback function to find duplicated entry. |
Returns 0 on success, negative value otherwise.
Caller holds tomoyo_read_lock().
| int tomoyo_write_aggregator | ( | struct tomoyo_acl_param * | param | ) |
| int tomoyo_write_transition_control | ( | struct tomoyo_acl_param * | param, |
| const u8 | type | ||
| ) |
| struct tomoyo_domain_info tomoyo_kernel_domain |
1.8.2