Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dgroup.c88 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
96 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
108 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
Ddomain.c31 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, in tomoyo_update_policy() function
269 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_transition_control()
406 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_aggregator()
Dcommon.h1003 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size,
Dcommon.c859 error = tomoyo_update_policy(&e.head, sizeof(e), &param, in tomoyo_update_manager_entry()