Home
last modified time | relevance | path

Searched refs:tomoyo_acl_info (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dfile.c253 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl()
276 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl()
342 const struct tomoyo_acl_info *b) in tomoyo_same_path_acl()
360 struct tomoyo_acl_info *b, in tomoyo_merge_path_acl()
414 const struct tomoyo_acl_info *b) in tomoyo_same_mkdev_acl()
435 struct tomoyo_acl_info *b, in tomoyo_merge_mkdev_acl()
496 const struct tomoyo_acl_info *b) in tomoyo_same_path2_acl()
515 struct tomoyo_acl_info *b, in tomoyo_merge_path2_acl()
632 const struct tomoyo_acl_info *b) in tomoyo_same_path_number_acl()
653 struct tomoyo_acl_info *b, in tomoyo_merge_path_number_acl()
[all …]
H A Dcommon.h494 struct tomoyo_acl_info *matched_acl;
672 struct tomoyo_acl_info { struct
710 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */
729 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */
741 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH2_ACL */
764 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_INET_ACL */
773 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_UNIX_ACL */
1007 (const struct tomoyo_acl_info *,
1008 const struct tomoyo_acl_info *),
1010 (struct tomoyo_acl_info *, struct tomoyo_acl_info *,
[all …]
H A Denviron.c19 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl()
76 static bool tomoyo_same_env_acl(const struct tomoyo_acl_info *a, in tomoyo_same_env_acl()
77 const struct tomoyo_acl_info *b) in tomoyo_same_env_acl()
H A Dnetwork.c192 static bool tomoyo_same_inet_acl(const struct tomoyo_acl_info *a, in tomoyo_same_inet_acl()
193 const struct tomoyo_acl_info *b) in tomoyo_same_inet_acl()
211 static bool tomoyo_same_unix_acl(const struct tomoyo_acl_info *a, in tomoyo_same_unix_acl()
212 const struct tomoyo_acl_info *b) in tomoyo_same_unix_acl()
230 static bool tomoyo_merge_inet_acl(struct tomoyo_acl_info *a, in tomoyo_merge_inet_acl()
231 struct tomoyo_acl_info *b, in tomoyo_merge_inet_acl()
256 static bool tomoyo_merge_unix_acl(struct tomoyo_acl_info *a, in tomoyo_merge_unix_acl()
257 struct tomoyo_acl_info *b, in tomoyo_merge_unix_acl()
420 const struct tomoyo_acl_info *ptr) in tomoyo_check_inet_acl()
450 const struct tomoyo_acl_info *ptr) in tomoyo_check_unix_acl()
H A Ddomain.c73 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, in tomoyo_same_acl_head()
74 const struct tomoyo_acl_info *b) in tomoyo_same_acl_head()
92 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain() argument
94 bool (*check_duplicate)(const struct tomoyo_acl_info in tomoyo_update_domain() argument
96 const struct tomoyo_acl_info in tomoyo_update_domain() argument
98 bool (*merge_duplicate)(struct tomoyo_acl_info *, in tomoyo_update_domain() argument
99 struct tomoyo_acl_info *, in tomoyo_update_domain()
104 struct tomoyo_acl_info *entry; in tomoyo_update_domain()
163 const struct tomoyo_acl_info *)) in tomoyo_check_acl() argument
166 struct tomoyo_acl_info *ptr; in tomoyo_check_acl()
H A Dgc.c158 struct tomoyo_acl_info *acl = in tomoyo_del_acl()
255 struct tomoyo_acl_info *acl; in tomoyo_del_domain()
256 struct tomoyo_acl_info *tmp; in tomoyo_del_domain()
508 struct tomoyo_acl_info *acl; in tomoyo_collect_acl()
509 struct tomoyo_acl_info *tmp; in tomoyo_collect_acl()
H A Dsecurityfs_if.c20 const struct tomoyo_acl_info *ptr) in tomoyo_check_task_acl()
H A Dmount.c48 const struct tomoyo_acl_info *ptr) in tomoyo_check_mount_acl()
H A Daudit.c330 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit()
H A Dcommon.c1035 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl()
1036 const struct tomoyo_acl_info *b) in tomoyo_same_task_acl()
1385 struct tomoyo_acl_info *acl) in tomoyo_print_entry()
1593 struct tomoyo_acl_info *ptr = in tomoyo_read_domain2()
H A Dutil.c1048 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok()