Searched defs:new_entry (Results 1 - 1 of 1) sorted by relevance

/security/tomoyo/
H A Ddomain.c19 * @new_entry: Pointer to "struct tomoyo_acl_info".
20 * @size: Size of @new_entry in bytes.
28 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, argument
44 if (!check_duplicate(entry, new_entry))
51 entry = tomoyo_commit_ok(new_entry, size);
78 * @new_entry: Pointer to "struct tomoyo_acl_info".
79 * @size: Size of @new_entry in bytes.
88 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, argument
104 new_entry->cond = tomoyo_get_condition(param);
105 if (!new_entry
[all...]

Completed in 3 milliseconds