Searched refs:tomoyo_update_domain (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | environ.c | 104 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_env()
|
D | file.c | 389 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_path_acl() 465 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_mkdev_acl() 539 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_path2_acl() 673 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_path_number_acl() 974 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_update_mount_acl()
|
D | network.c | 310 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_inet_network() 344 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_unix_network()
|
D | domain.c | 88 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain() function
|
D | common.h | 994 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size,
|
D | common.c | 1047 error = tomoyo_update_domain(&e.head, sizeof(e), param, in tomoyo_write_task()
|