Home
last modified time | relevance | path

Searched refs:tomoyo_obj_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dfile.c695 struct tomoyo_obj_info obj = { in tomoyo_path_number_perm()
743 struct tomoyo_obj_info obj = { in tomoyo_check_open_permission()
789 struct tomoyo_obj_info obj = { in tomoyo_path_perm()
846 struct tomoyo_obj_info obj = { in tomoyo_mkdev_perm()
893 struct tomoyo_obj_info obj = { in tomoyo_path2_perm()
Dcommon.h422 struct tomoyo_obj_info *obj;
580 struct tomoyo_obj_info { struct
620 struct tomoyo_obj_info obj; argument
1043 void tomoyo_get_attributes(struct tomoyo_obj_info *obj);
Dmount.c80 struct tomoyo_obj_info obj = { }; in tomoyo_mount_acl()
Dcondition.c694 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes()
756 struct tomoyo_obj_info *obj; in tomoyo_condition()
Daudit.c152 struct tomoyo_obj_info *obj = r->obj; in tomoyo_print_header()