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

/linux-master/security/tomoyo/
H A Dcondition.c11 /* List of "struct tomoyo_condition". */
226 * tomoyo_scan_exec_realpath - Check "exec.realpath" parameter of "struct tomoyo_condition".
350 * tomoyo_same_condition - Check for duplicated "struct tomoyo_condition" entry.
352 * @a: Pointer to "struct tomoyo_condition".
353 * @b: Pointer to "struct tomoyo_condition".
357 static inline bool tomoyo_same_condition(const struct tomoyo_condition *a,
358 const struct tomoyo_condition *b)
397 * tomoyo_commit_condition - Commit "struct tomoyo_condition".
399 * @entry: Pointer to "struct tomoyo_condition".
401 * Returns pointer to "struct tomoyo_condition" o
765 bool tomoyo_condition(struct tomoyo_request_info *r, 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. */
931 bool tomoyo_condition(struct tomoyo_request_info *r,
932 const struct tomoyo_condition *cond);
1029 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param);
1185 * tomoyo_put_condition - Drop reference on "struct tomoyo_condition".
1187 * @cond: Pointer to "struct tomoyo_condition". Maybe NULL.
1191 static inline void tomoyo_put_condition(struct tomoyo_condition *con
[all...]
H A Dgc.c271 * tomoyo_del_condition - Delete members in "struct tomoyo_condition".
279 struct tomoyo_condition *cond = container_of(element, typeof(*cond),
H A Ddomain.c177 if (!tomoyo_condition(r, ptr->cond))
H A Dcommon.c1220 * @cond: Pointer to "struct tomoyo_condition".
1225 const struct tomoyo_condition *cond)

Completed in 134 milliseconds