Searched refs:tomoyo_path_info (Results 1 – 12 of 12) sorted by relevance
| /linux/security/tomoyo/ |
| H A D | common.h | 435 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 …]
|
| H A D | file.c | 76 * @name: Pointer to "struct tomoyo_path_info". 79 * Returns "struct tomoyo_path_info" if @name matches @ptr, NULL otherwise. 81 const struct tomoyo_path_info * 82 tomoyo_compare_name_union(const struct tomoyo_path_info *name, in tomoyo_compare_name_union() 123 * @buf: Pointer to "struct tomoyo_path_info". 130 static void tomoyo_add_slash(struct tomoyo_path_info *buf) in tomoyo_add_slash() 144 * @buf: Pointer to "struct tomoyo_path_info". 149 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path) in tomoyo_get_realpath() 578 const struct tomoyo_path_info *filename) in tomoyo_path_permission() 608 const struct tomoyo_path_info *filenam in tomoyo_execute_permission() [all...] |
| H A D | mount.c | 90 struct tomoyo_path_info rtype; in tomoyo_mount_acl() 91 struct tomoyo_path_info rdev; in tomoyo_mount_acl() 92 struct tomoyo_path_info rdir; in tomoyo_mount_acl()
|
| H A D | condition.c | 30 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()
|
| H A D | domain.c | 298 (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() 709 const struct tomoyo_path_info *candidate; in tomoyo_find_next_domain() 710 struct tomoyo_path_info exename; in tomoyo_find_next_domain()
|
| H A D | group.c | 130 const struct tomoyo_path_info * 131 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, in tomoyo_path_matches_group()
|
| H A D | util.c | 155 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()
|
| H A D | environ.c | 53 struct tomoyo_path_info environ; in tomoyo_env_perm()
|
| H A D | memory.c | 152 const struct tomoyo_path_info *tomoyo_get_name(const char *name) in tomoyo_get_name()
|
| H A D | securityfs_if.c | 55 struct tomoyo_path_info name; in tomoyo_write_self()
|
| H A D | common.c | 693 const struct tomoyo_path_info *new_comment in tomoyo_write_profile() 695 const struct tomoyo_path_info *old_comment; in tomoyo_write_profile() 775 const struct tomoyo_path_info *comment = in tomoyo_read_profile() 945 const struct tomoyo_path_info *domainname = tomoyo_domain()->domainname; in tomoyo_manager() 1099 struct tomoyo_path_info name; in tomoyo_delete_domain()
|
| H A D | network.c | 567 struct tomoyo_path_info addr; in tomoyo_unix_entry()
|