Symbol: tomoyo_request_info
security/tomoyo/audit.c
150
static char *tomoyo_print_header(struct tomoyo_request_info *r)
security/tomoyo/audit.c
244
char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt,
security/tomoyo/audit.c
366
void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt,
security/tomoyo/audit.c
420
void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...)
security/tomoyo/common.c
2194
int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...)
security/tomoyo/common.h
1003
int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) __must_hold_shared(&tomoyo_ss);
security/tomoyo/common.h
1004
int tomoyo_execute_permission(struct tomoyo_request_info *r,
security/tomoyo/common.h
1009
int tomoyo_init_request_info(struct tomoyo_request_info *r,
security/tomoyo/common.h
1033
int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...)
security/tomoyo/common.h
1076
void tomoyo_check_acl(struct tomoyo_request_info *r,
security/tomoyo/common.h
1077
bool (*check_entry)(struct tomoyo_request_info *,
security/tomoyo/common.h
1097
void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...)
security/tomoyo/common.h
1099
void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt,
security/tomoyo/common.h
622
struct tomoyo_request_info r;
security/tomoyo/common.h
962
bool tomoyo_condition(struct tomoyo_request_info *r,
security/tomoyo/common.h
968
bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r);
security/tomoyo/common.h
987
char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt,
security/tomoyo/condition.c
765
bool tomoyo_condition(struct tomoyo_request_info *r,
security/tomoyo/domain.c
161
void tomoyo_check_acl(struct tomoyo_request_info *r,
security/tomoyo/domain.c
162
bool (*check_entry)(struct tomoyo_request_info *,
security/tomoyo/domain.c
588
struct tomoyo_request_info r;
security/tomoyo/domain.c
616
struct tomoyo_request_info *r = &ee->r;
security/tomoyo/environ.c
18
static bool tomoyo_check_env_acl(struct tomoyo_request_info *r,
security/tomoyo/environ.c
34
static int tomoyo_audit_env_log(struct tomoyo_request_info *r)
security/tomoyo/environ.c
51
int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env)
security/tomoyo/file.c
166
static int tomoyo_audit_path_log(struct tomoyo_request_info *r)
security/tomoyo/file.c
181
static int tomoyo_audit_path2_log(struct tomoyo_request_info *r)
security/tomoyo/file.c
197
static int tomoyo_audit_mkdev_log(struct tomoyo_request_info *r)
security/tomoyo/file.c
215
static int tomoyo_audit_path_number_log(struct tomoyo_request_info *r)
security/tomoyo/file.c
256
static bool tomoyo_check_path_acl(struct tomoyo_request_info *r,
security/tomoyo/file.c
279
static bool tomoyo_check_path_number_acl(struct tomoyo_request_info *r,
security/tomoyo/file.c
300
static bool tomoyo_check_path2_acl(struct tomoyo_request_info *r,
security/tomoyo/file.c
320
static bool tomoyo_check_mkdev_acl(struct tomoyo_request_info *r,
security/tomoyo/file.c
577
static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation,
security/tomoyo/file.c
607
int tomoyo_execute_permission(struct tomoyo_request_info *r,
security/tomoyo/file.c
716
struct tomoyo_request_info r;
security/tomoyo/file.c
764
struct tomoyo_request_info r;
security/tomoyo/file.c
810
struct tomoyo_request_info r;
security/tomoyo/file.c
867
struct tomoyo_request_info r;
security/tomoyo/file.c
914
struct tomoyo_request_info r;
security/tomoyo/mount.c
197
struct tomoyo_request_info r;
security/tomoyo/mount.c
30
static int tomoyo_audit_mount_log(struct tomoyo_request_info *r)
security/tomoyo/mount.c
48
static bool tomoyo_check_mount_acl(struct tomoyo_request_info *r,
security/tomoyo/mount.c
78
static int tomoyo_mount_acl(struct tomoyo_request_info *r,
security/tomoyo/network.c
363
static int tomoyo_audit_net_log(struct tomoyo_request_info *r,
security/tomoyo/network.c
380
static int tomoyo_audit_inet_log(struct tomoyo_request_info *r)
security/tomoyo/network.c
406
static int tomoyo_audit_unix_log(struct tomoyo_request_info *r)
security/tomoyo/network.c
422
static bool tomoyo_check_inet_acl(struct tomoyo_request_info *r,
security/tomoyo/network.c
452
static bool tomoyo_check_unix_acl(struct tomoyo_request_info *r,
security/tomoyo/network.c
473
struct tomoyo_request_info r;
security/tomoyo/network.c
550
struct tomoyo_request_info r;
security/tomoyo/securityfs_if.c
19
static bool tomoyo_check_task_acl(struct tomoyo_request_info *r,
security/tomoyo/securityfs_if.c
56
struct tomoyo_request_info r;
security/tomoyo/util.c
1019
int tomoyo_init_request_info(struct tomoyo_request_info *r,
security/tomoyo/util.c
1044
bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r)