Home
last modified time | relevance | path

Searched refs:tomoyo_condition (Results 1 – 5 of 5) sorted by relevance

/linux/security/tomoyo/
H A Dcondition.c357 static inline bool tomoyo_same_condition(const struct tomoyo_condition *a, in tomoyo_same_condition()
358 const struct tomoyo_condition *b) in tomoyo_same_condition()
406 static struct tomoyo_condition *tomoyo_commit_condition in tomoyo_commit_condition()
407 (struct tomoyo_condition *entry) in tomoyo_commit_condition()
409 struct tomoyo_condition *ptr; in tomoyo_commit_condition()
455 struct tomoyo_condition *e) in tomoyo_get_transit_preference()
495 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param) in tomoyo_get_condition()
497 struct tomoyo_condition *entry = NULL; in tomoyo_get_condition()
503 struct tomoyo_condition e = { }; in tomoyo_get_condition()
765 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition() function
[all …]
H A Dcommon.h68 /* Index numbers for "struct tomoyo_condition". */
632 /* Structure for entries which follows "struct tomoyo_condition". */
652 struct tomoyo_condition { struct
674 struct tomoyo_condition *cond; /* Maybe NULL. */ argument
962 bool tomoyo_condition(struct tomoyo_request_info *r,
963 const struct tomoyo_condition *cond);
1061 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param);
1190 * tomoyo_put_condition - Drop reference on "struct tomoyo_condition".
1192 * @cond: Pointer to "struct tomoyo_condition". Maybe NULL.
1196 static inline void tomoyo_put_condition(struct tomoyo_condition *con in tomoyo_put_condition()
[all...]
H A Dgc.c270 * tomoyo_del_condition - Delete members in "struct tomoyo_condition".
278 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition()
H A Ddomain.c177 if (!tomoyo_condition(r, ptr->cond)) in tomoyo_check_acl()
H A Dcommon.c1243 const struct tomoyo_condition *cond) in tomoyo_print_condition()