Home
last modified time | relevance | path

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

/linux-6.6.21/security/tomoyo/
Dfile.c712 struct tomoyo_obj_info obj = { in tomoyo_path_number_perm()
760 struct tomoyo_obj_info obj = { in tomoyo_check_open_permission()
806 struct tomoyo_obj_info obj = { in tomoyo_path_perm()
863 struct tomoyo_obj_info obj = { in tomoyo_mkdev_perm()
910 struct tomoyo_obj_info obj = { in tomoyo_path2_perm()
Dcommon.h425 struct tomoyo_obj_info *obj;
583 struct tomoyo_obj_info { struct
623 struct tomoyo_obj_info obj; argument
1051 void tomoyo_get_attributes(struct tomoyo_obj_info *obj);
Dmount.c82 struct tomoyo_obj_info obj = { }; in tomoyo_mount_acl()
Dcondition.c713 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes()
776 struct tomoyo_obj_info *obj; in tomoyo_condition()
Daudit.c154 struct tomoyo_obj_info *obj = r->obj; in tomoyo_print_header()