Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.h432 const struct tomoyo_path_info *filename;
434 const struct tomoyo_path_info *matched_path;
439 const struct tomoyo_path_info *filename1;
440 const struct tomoyo_path_info *filename2;
445 const struct tomoyo_path_info *filename;
453 const struct tomoyo_path_info *filename;
462 const struct tomoyo_path_info *name;
474 const struct tomoyo_path_info *address;
481 const struct tomoyo_path_info *type;
482 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()
560 const struct tomoyo_path_info *filename) in tomoyo_path_permission()
589 const struct tomoyo_path_info *filename) in tomoyo_execute_permission()
699 struct tomoyo_path_info buf; in tomoyo_path_number_perm()
741 struct tomoyo_path_info buf; in tomoyo_check_open_permission()
793 struct tomoyo_path_info buf; in tomoyo_path_perm()
795 struct tomoyo_path_info symlink_target; in tomoyo_path_perm()
[all …]
Dmount.c86 struct tomoyo_path_info rtype; in tomoyo_mount_acl()
87 struct tomoyo_path_info rdev; in tomoyo_mount_acl()
88 struct tomoyo_path_info rdir; in tomoyo_mount_acl()
Dcondition.c30 struct tomoyo_path_info arg; in tomoyo_argv()
63 struct tomoyo_path_info name; in tomoyo_envp()
64 struct tomoyo_path_info value; in tomoyo_envp()
231 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath()
250 static const struct tomoyo_path_info *tomoyo_get_dqword(char *start) in tomoyo_get_dqword()
310 const struct tomoyo_path_info *name; in tomoyo_parse_envp()
311 const struct tomoyo_path_info *value; in tomoyo_parse_envp()
791 struct tomoyo_path_info *symlink; in tomoyo_condition()
Dgroup.c127 const struct tomoyo_path_info *
128 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, in tomoyo_path_matches_group()
Ddomain.c291 (const struct list_head *list, const struct tomoyo_path_info *domainname, in tomoyo_scan_transition()
292 const struct tomoyo_path_info *program, const char *last_name, in tomoyo_scan_transition()
336 const struct tomoyo_path_info *domainname, in tomoyo_transition_type()
337 const struct tomoyo_path_info *program) in tomoyo_transition_type()
686 const struct tomoyo_path_info *candidate; in tomoyo_find_next_domain()
687 struct tomoyo_path_info exename; in tomoyo_find_next_domain()
Dutil.c150 const struct tomoyo_path_info *tomoyo_get_domainname in tomoyo_get_domainname()
582 struct tomoyo_path_info name; in tomoyo_find_domain()
643 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr) in tomoyo_fill_path_info()
902 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, in tomoyo_path_matches_pattern()
903 const struct tomoyo_path_info *pattern) in tomoyo_path_matches_pattern()
Denviron.c52 struct tomoyo_path_info environ; in tomoyo_env_perm()
Dmemory.c148 const struct tomoyo_path_info *tomoyo_get_name(const char *name) in tomoyo_get_name()
Dsecurityfs_if.c53 struct tomoyo_path_info name; in tomoyo_write_self()
Dcommon.c683 const struct tomoyo_path_info *new_comment in tomoyo_write_profile()
685 const struct tomoyo_path_info *old_comment; in tomoyo_write_profile()
761 const struct tomoyo_path_info *comment = in tomoyo_read_profile()
924 const struct tomoyo_path_info *domainname = tomoyo_domain()->domainname; in tomoyo_manager()
1068 struct tomoyo_path_info name; in tomoyo_delete_domain()
Dnetwork.c562 struct tomoyo_path_info addr; in tomoyo_unix_entry()