Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dcommon.h465 const struct tomoyo_path_info *name;
484 const struct tomoyo_path_info *type;
485 const struct tomoyo_path_info *dir;
486 const struct tomoyo_path_info *dev;
504 struct tomoyo_path_info { struct
515 struct tomoyo_path_info entry; argument
609 const struct tomoyo_path_info *value;
615 const struct tomoyo_path_info *name;
616 const struct tomoyo_path_info *value;
869 const struct tomoyo_path_info *manager;
[all …]
H A Dfile.c81 const struct tomoyo_path_info *
130 static void tomoyo_add_slash(struct tomoyo_path_info *buf) in tomoyo_add_slash()
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()
867 struct tomoyo_path_info buf; in tomoyo_mkdev_perm()
907 struct tomoyo_path_info buf1; in tomoyo_path2_perm()
[all …]
H A 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()
H A 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()
H A Dgroup.c130 const struct tomoyo_path_info *
131 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, in tomoyo_path_matches_group()
H A 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()
H A 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()
H A Denviron.c52 struct tomoyo_path_info environ; in tomoyo_env_perm()
H A Dmemory.c152 const struct tomoyo_path_info *tomoyo_get_name(const char *name) in tomoyo_get_name()
H A Dsecurityfs_if.c55 struct tomoyo_path_info name; in tomoyo_write_self()
H A 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()
H A Dnetwork.c564 struct tomoyo_path_info addr; in tomoyo_unix_entry()