Home
last modified time | relevance | path

Searched refs:tomoyo_path_info (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/security/tomoyo/
Dcommon.h435 const struct tomoyo_path_info *filename;
437 const struct tomoyo_path_info *matched_path;
442 const struct tomoyo_path_info *filename1;
443 const struct tomoyo_path_info *filename2;
448 const struct tomoyo_path_info *filename;
456 const struct tomoyo_path_info *filename;
465 const struct tomoyo_path_info *name;
477 const struct tomoyo_path_info *address;
484 const struct tomoyo_path_info *type;
485 const struct tomoyo_path_info *dir;
[all …]
Dfile.c81 const struct tomoyo_path_info *
82 tomoyo_compare_name_union(const struct tomoyo_path_info *name, in tomoyo_compare_name_union()
130 static void tomoyo_add_slash(struct tomoyo_path_info *buf) in tomoyo_add_slash()
149 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path) in tomoyo_get_realpath()
574 const struct tomoyo_path_info *filename) in tomoyo_path_permission()
603 const struct tomoyo_path_info *filename) in tomoyo_execute_permission()
716 struct tomoyo_path_info buf; in tomoyo_path_number_perm()
758 struct tomoyo_path_info buf; in tomoyo_check_open_permission()
810 struct tomoyo_path_info buf; in tomoyo_path_perm()
812 struct tomoyo_path_info symlink_target; in tomoyo_path_perm()
[all …]
Dmount.c88 struct tomoyo_path_info rtype; in tomoyo_mount_acl()
89 struct tomoyo_path_info rdev; in tomoyo_mount_acl()
90 struct tomoyo_path_info rdir; in tomoyo_mount_acl()
Dcondition.c30 struct tomoyo_path_info arg; in tomoyo_argv()
65 struct tomoyo_path_info name; in tomoyo_envp()
66 struct tomoyo_path_info value; in tomoyo_envp()
239 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath()
259 static const struct tomoyo_path_info *tomoyo_get_dqword(char *start) in tomoyo_get_dqword()
321 const struct tomoyo_path_info *name; in tomoyo_parse_envp()
322 const struct tomoyo_path_info *value; in tomoyo_parse_envp()
812 struct tomoyo_path_info *symlink; in tomoyo_condition()
Dgroup.c130 const struct tomoyo_path_info *
131 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, in tomoyo_path_matches_group()
Ddomain.c298 (const struct list_head *list, const struct tomoyo_path_info *domainname, in tomoyo_scan_transition()
299 const struct tomoyo_path_info *program, const char *last_name, in tomoyo_scan_transition()
345 const struct tomoyo_path_info *domainname, in tomoyo_transition_type()
346 const struct tomoyo_path_info *program) in tomoyo_transition_type()
708 const struct tomoyo_path_info *candidate; in tomoyo_find_next_domain()
709 struct tomoyo_path_info exename; in tomoyo_find_next_domain()
Dutil.c155 const struct tomoyo_path_info *tomoyo_get_domainname in tomoyo_get_domainname()
615 struct tomoyo_path_info name; in tomoyo_find_domain()
677 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr) in tomoyo_fill_path_info()
937 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, in tomoyo_path_matches_pattern()
938 const struct tomoyo_path_info *pattern) in tomoyo_path_matches_pattern()
Denviron.c52 struct tomoyo_path_info environ; in tomoyo_env_perm()
Dmemory.c152 const struct tomoyo_path_info *tomoyo_get_name(const char *name) in tomoyo_get_name()
Dsecurityfs_if.c55 struct tomoyo_path_info name; in tomoyo_write_self()
Dcommon.c689 const struct tomoyo_path_info *new_comment in tomoyo_write_profile()
691 const struct tomoyo_path_info *old_comment; in tomoyo_write_profile()
769 const struct tomoyo_path_info *comment = in tomoyo_read_profile()
934 const struct tomoyo_path_info *domainname = tomoyo_domain()->domainname; in tomoyo_manager()
1084 struct tomoyo_path_info name; in tomoyo_delete_domain()
Dnetwork.c564 struct tomoyo_path_info addr; in tomoyo_unix_entry()