Searched refs:tomoyo_condition (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | condition.c | 11 /* 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, in tomoyo_same_condition() 358 const struct tomoyo_condition *b) in tomoyo_same_condition() 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, tomoyo_condition() function [all...] |
H A D | common.h | 68 /* 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); 1030 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param); 1188 * tomoyo_put_condition - Drop reference on "struct tomoyo_condition". 1190 * @cond: Pointer to "struct tomoyo_condition". Maybe NULL. 1194 static inline void tomoyo_put_condition(struct tomoyo_condition *con [all...] |
H A D | gc.c | 271 * tomoyo_del_condition - Delete members in "struct tomoyo_condition". 279 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition()
|
H A D | domain.c | 177 if (!tomoyo_condition(r, ptr->cond)) in tomoyo_check_acl()
|
H A D | common.c | 1228 * @cond: Pointer to "struct tomoyo_condition". 1233 const struct tomoyo_condition *cond) in tomoyo_print_condition()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | condition.c | 11 /* 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, in tomoyo_same_condition() 358 const struct tomoyo_condition *b) in tomoyo_same_condition() 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, tomoyo_condition() function [all...] |
H A D | common.h | 68 /* 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 D | gc.c | 271 * tomoyo_del_condition - Delete members in "struct tomoyo_condition". 279 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition()
|
H A D | domain.c | 177 if (!tomoyo_condition(r, ptr->cond)) in tomoyo_check_acl()
|
H A D | common.c | 1220 * @cond: Pointer to "struct tomoyo_condition". 1225 const struct tomoyo_condition *cond) in tomoyo_print_condition()
|
Completed in 16 milliseconds