Searched refs:tomoyo_update_policy (Results 1 – 4 of 4) sorted by relevance
/linux/security/tomoyo/ |
H A D | group.c | 90 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group() 99 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group() 111 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
|
H A D | domain.c | 31 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, in tomoyo_update_policy() function 276 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_transition_control() 419 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_aggregator()
|
H A D | common.h | 1012 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size,
|
H A D | common.c | 869 error = tomoyo_update_policy(&e.head, sizeof(e), ¶m, in tomoyo_update_manager_entry()
|