Searched refs:tomoyo_update_domain (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | file.c | 390 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_path_acl() 466 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_mkdev_acl() 540 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_path2_acl() 674 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_path_number_acl() 975 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_mount_acl()
|
D | environ.c | 105 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_env()
|
D | network.c | 311 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_inet_network() 345 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_unix_network()
|
D | domain.c | 91 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain() function
|
D | common.h | 995 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size,
|
D | common.c | 1048 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_task()
|