Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dfile.c694 struct tomoyo_obj_info obj = { in tomoyo_path_number_perm()
742 struct tomoyo_obj_info obj = { in tomoyo_check_open_permission()
788 struct tomoyo_obj_info obj = { in tomoyo_path_perm()
845 struct tomoyo_obj_info obj = { in tomoyo_mkdev_perm()
892 struct tomoyo_obj_info obj = { in tomoyo_path2_perm()
Dcommon.h421 struct tomoyo_obj_info *obj;
579 struct tomoyo_obj_info { struct
619 struct tomoyo_obj_info obj; argument
1042 void tomoyo_get_attributes(struct tomoyo_obj_info *obj);
Dmount.c79 struct tomoyo_obj_info obj = { }; in tomoyo_mount_acl()
Dcondition.c693 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes()
755 struct tomoyo_obj_info *obj; in tomoyo_condition()
Daudit.c151 struct tomoyo_obj_info *obj = r->obj; in tomoyo_print_header()