Home
last modified time | relevance | path

Searched refs:tomoyo_request_info (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dfile.c162 * @r: Pointer to "struct tomoyo_request_info".
166 static int tomoyo_audit_path_log(struct tomoyo_request_info *r) in tomoyo_audit_path_log()
176 * @r: Pointer to "struct tomoyo_request_info".
180 static int tomoyo_audit_path2_log(struct tomoyo_request_info *r) in tomoyo_audit_path2_log()
191 * @r: Pointer to "struct tomoyo_request_info".
195 static int tomoyo_audit_mkdev_log(struct tomoyo_request_info *r) in tomoyo_audit_mkdev_log()
208 * @r: Pointer to "struct tomoyo_request_info".
212 static int tomoyo_audit_path_number_log(struct tomoyo_request_info *r) in tomoyo_audit_path_number_log()
243 * @r: Pointer to "struct tomoyo_request_info".
252 static bool tomoyo_check_path_acl(struct tomoyo_request_info *
[all...]
H A Denviron.c13 * @r: Pointer to "struct tomoyo_request_info".
18 static bool tomoyo_check_env_acl(struct tomoyo_request_info *r, in tomoyo_check_env_acl()
30 * @r: Pointer to "struct tomoyo_request_info".
34 static int tomoyo_audit_env_log(struct tomoyo_request_info *r) in tomoyo_audit_env_log()
43 * @r: Pointer to "struct tomoyo_request_info".
50 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
H A Dcommon.h420 struct tomoyo_request_info { struct
622 struct tomoyo_request_info r;
931 bool tomoyo_condition(struct tomoyo_request_info *r,
937 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r);
956 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt,
973 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env);
974 int tomoyo_execute_permission(struct tomoyo_request_info *r,
979 int tomoyo_init_request_info(struct tomoyo_request_info *r,
1003 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...)
1047 void tomoyo_check_acl(struct tomoyo_request_info *
[all...]
H A Dmount.c26 * @r: Pointer to "struct tomoyo_request_info".
30 static int tomoyo_audit_mount_log(struct tomoyo_request_info *r) in tomoyo_audit_mount_log()
42 * @r: Pointer to "struct tomoyo_request_info".
47 static bool tomoyo_check_mount_acl(struct tomoyo_request_info *r, in tomoyo_check_mount_acl()
67 * @r: Pointer to "struct tomoyo_request_info".
77 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl()
195 struct tomoyo_request_info r; in tomoyo_mount_permission()
H A Dnetwork.c355 * @r: Pointer to "struct tomoyo_request_info".
363 static int tomoyo_audit_net_log(struct tomoyo_request_info *r, in tomoyo_audit_net_log()
375 * @r: Pointer to "struct tomoyo_request_info".
379 static int tomoyo_audit_inet_log(struct tomoyo_request_info *r) in tomoyo_audit_inet_log()
400 * @r: Pointer to "struct tomoyo_request_info".
404 static int tomoyo_audit_unix_log(struct tomoyo_request_info *r) in tomoyo_audit_unix_log()
414 * @r: Pointer to "struct tomoyo_request_info".
419 static bool tomoyo_check_inet_acl(struct tomoyo_request_info *r, in tomoyo_check_inet_acl()
444 * @r: Pointer to "struct tomoyo_request_info".
449 static bool tomoyo_check_unix_acl(struct tomoyo_request_info *
[all...]
H A Dsecurityfs_if.c14 * @r: Pointer to "struct tomoyo_request_info".
19 static bool tomoyo_check_task_acl(struct tomoyo_request_info *r, in tomoyo_check_task_acl()
56 struct tomoyo_request_info r; in tomoyo_write_self()
H A Daudit.c143 * @r: Pointer to "struct tomoyo_request_info".
150 static char *tomoyo_print_header(struct tomoyo_request_info *r) in tomoyo_print_header()
234 * @r: Pointer to "struct tomoyo_request_info".
244 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_init_log()
358 * @r: Pointer to "struct tomoyo_request_info".
365 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_write_log2()
414 * @r: Pointer to "struct tomoyo_request_info".
419 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_write_log()
H A Ddomain.c154 * @r: Pointer to "struct tomoyo_request_info".
161 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl()
162 bool (*check_entry)(struct tomoyo_request_info *, in tomoyo_check_acl()
590 struct tomoyo_request_info r; in tomoyo_assign_domain()
617 struct tomoyo_request_info *r = &ee->r; in tomoyo_environ()
H A Dutil.c1006 * tomoyo_init_request_info - Initialize "struct tomoyo_request_info" members.
1008 * @r: Pointer to "struct tomoyo_request_info" to initialize.
1014 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info()
1033 * @r: Pointer to "struct tomoyo_request_info".
1039 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r) in tomoyo_domain_quota_is_ok()
H A Dcondition.c758 * @r: Pointer to "struct tomoyo_request_info".
765 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition()
H A Dcommon.c2051 * @r: Pointer to "struct tomoyo_request_info".
2059 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c162 * @r: Pointer to "struct tomoyo_request_info".
166 static int tomoyo_audit_path_log(struct tomoyo_request_info *r) in tomoyo_audit_path_log()
176 * @r: Pointer to "struct tomoyo_request_info".
180 static int tomoyo_audit_path2_log(struct tomoyo_request_info *r) in tomoyo_audit_path2_log()
191 * @r: Pointer to "struct tomoyo_request_info".
195 static int tomoyo_audit_mkdev_log(struct tomoyo_request_info *r) in tomoyo_audit_mkdev_log()
208 * @r: Pointer to "struct tomoyo_request_info".
212 static int tomoyo_audit_path_number_log(struct tomoyo_request_info *r) in tomoyo_audit_path_number_log()
243 * @r: Pointer to "struct tomoyo_request_info".
252 static bool tomoyo_check_path_acl(struct tomoyo_request_info *
[all...]
H A Denviron.c13 * @r: Pointer to "struct tomoyo_request_info".
18 static bool tomoyo_check_env_acl(struct tomoyo_request_info *r, in tomoyo_check_env_acl()
30 * @r: Pointer to "struct tomoyo_request_info".
34 static int tomoyo_audit_env_log(struct tomoyo_request_info *r) in tomoyo_audit_env_log()
43 * @r: Pointer to "struct tomoyo_request_info".
50 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
H A Dcommon.h420 struct tomoyo_request_info { struct
622 struct tomoyo_request_info r;
931 bool tomoyo_condition(struct tomoyo_request_info *r,
937 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r);
956 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt,
972 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env);
973 int tomoyo_execute_permission(struct tomoyo_request_info *r,
978 int tomoyo_init_request_info(struct tomoyo_request_info *r,
1002 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...)
1044 void tomoyo_check_acl(struct tomoyo_request_info *
[all...]
H A Dmount.c26 * @r: Pointer to "struct tomoyo_request_info".
30 static int tomoyo_audit_mount_log(struct tomoyo_request_info *r) in tomoyo_audit_mount_log()
42 * @r: Pointer to "struct tomoyo_request_info".
47 static bool tomoyo_check_mount_acl(struct tomoyo_request_info *r, in tomoyo_check_mount_acl()
67 * @r: Pointer to "struct tomoyo_request_info".
77 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl()
195 struct tomoyo_request_info r; in tomoyo_mount_permission()
H A Dnetwork.c355 * @r: Pointer to "struct tomoyo_request_info".
363 static int tomoyo_audit_net_log(struct tomoyo_request_info *r, in tomoyo_audit_net_log()
375 * @r: Pointer to "struct tomoyo_request_info".
379 static int tomoyo_audit_inet_log(struct tomoyo_request_info *r) in tomoyo_audit_inet_log()
400 * @r: Pointer to "struct tomoyo_request_info".
404 static int tomoyo_audit_unix_log(struct tomoyo_request_info *r) in tomoyo_audit_unix_log()
414 * @r: Pointer to "struct tomoyo_request_info".
419 static bool tomoyo_check_inet_acl(struct tomoyo_request_info *r, in tomoyo_check_inet_acl()
444 * @r: Pointer to "struct tomoyo_request_info".
449 static bool tomoyo_check_unix_acl(struct tomoyo_request_info *
[all...]
H A Dsecurityfs_if.c14 * @r: Pointer to "struct tomoyo_request_info".
19 static bool tomoyo_check_task_acl(struct tomoyo_request_info *r, in tomoyo_check_task_acl()
56 struct tomoyo_request_info r; in tomoyo_write_self()
H A Daudit.c143 * @r: Pointer to "struct tomoyo_request_info".
150 static char *tomoyo_print_header(struct tomoyo_request_info *r) in tomoyo_print_header()
234 * @r: Pointer to "struct tomoyo_request_info".
244 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_init_log()
359 * @r: Pointer to "struct tomoyo_request_info".
366 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_write_log2()
415 * @r: Pointer to "struct tomoyo_request_info".
420 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_write_log()
H A Ddomain.c154 * @r: Pointer to "struct tomoyo_request_info".
161 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl()
162 bool (*check_entry)(struct tomoyo_request_info *, in tomoyo_check_acl()
588 struct tomoyo_request_info r; in tomoyo_assign_domain()
615 struct tomoyo_request_info *r = &ee->r; in tomoyo_environ()
H A Dutil.c1011 * tomoyo_init_request_info - Initialize "struct tomoyo_request_info" members.
1013 * @r: Pointer to "struct tomoyo_request_info" to initialize.
1019 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info()
1038 * @r: Pointer to "struct tomoyo_request_info".
1044 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r) in tomoyo_domain_quota_is_ok()
H A Dcondition.c758 * @r: Pointer to "struct tomoyo_request_info".
765 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition()
H A Dcommon.c2043 * @r: Pointer to "struct tomoyo_request_info".
2051 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor()

Completed in 25 milliseconds