Home
last modified time | relevance | path

Searched refs:tomoyo_update_policy (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dgroup.c85 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
93 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
105 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
Ddomain.c28 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, in tomoyo_update_policy() function
266 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_transition_control()
403 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_aggregator()
Dcommon.h1002 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size,
Dcommon.c858 error = tomoyo_update_policy(&e.head, sizeof(e), &param, in tomoyo_update_manager_entry()