Searched refs:tomoyo_request_info (Results 1 – 11 of 11) sorted by relevance
| /linux/security/tomoyo/ |
| H A D | file.c | 162 * @r: Pointer to "struct tomoyo_request_info". 166 static int tomoyo_audit_path_log(struct tomoyo_request_info *r) in tomoyo_audit_path_log() 177 * @r: Pointer to "struct tomoyo_request_info". 181 static int tomoyo_audit_path2_log(struct tomoyo_request_info *r) in tomoyo_audit_path2_log() 193 * @r: Pointer to "struct tomoyo_request_info". 197 static int tomoyo_audit_mkdev_log(struct tomoyo_request_info *r) in tomoyo_audit_mkdev_log() 211 * @r: Pointer to "struct tomoyo_request_info". 215 static int tomoyo_audit_path_number_log(struct tomoyo_request_info *r) in tomoyo_audit_path_number_log() 247 * @r: Pointer to "struct tomoyo_request_info". 256 static bool tomoyo_check_path_acl(struct tomoyo_request_info * in tomoyo_check_path_acl() [all...] |
| H A D | common.h | 420 struct tomoyo_request_info { struct 622 struct tomoyo_request_info r; 962 bool tomoyo_condition(struct tomoyo_request_info *r, 968 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r); 987 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, 1003 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) __must_hold_shared(&tomoyo_ss); 1004 int tomoyo_execute_permission(struct tomoyo_request_info *r, 1009 int tomoyo_init_request_info(struct tomoyo_request_info *r, 1033 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) 1076 void tomoyo_check_acl(struct tomoyo_request_info *r, [all …]
|
| H A D | environ.c | 13 * @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() 44 * @r: Pointer to "struct tomoyo_request_info". 51 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
|
| H A D | mount.c | 26 * @r: Pointer to "struct tomoyo_request_info". 30 static int tomoyo_audit_mount_log(struct tomoyo_request_info *r) in tomoyo_audit_mount_log() 43 * @r: Pointer to "struct tomoyo_request_info". 48 static bool tomoyo_check_mount_acl(struct tomoyo_request_info *r, in tomoyo_check_mount_acl() 68 * @r: Pointer to "struct tomoyo_request_info". 78 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() 197 struct tomoyo_request_info r; in tomoyo_mount_permission()
|
| H A D | network.c | 355 * @r: Pointer to "struct tomoyo_request_info". 363 static int tomoyo_audit_net_log(struct tomoyo_request_info *r, in tomoyo_audit_net_log() 376 * @r: Pointer to "struct tomoyo_request_info". 380 static int tomoyo_audit_inet_log(struct tomoyo_request_info *r) in tomoyo_audit_inet_log() 402 * @r: Pointer to "struct tomoyo_request_info". 406 static int tomoyo_audit_unix_log(struct tomoyo_request_info *r) in tomoyo_audit_unix_log() 417 * @r: Pointer to "struct tomoyo_request_info". 422 static bool tomoyo_check_inet_acl(struct tomoyo_request_info *r, in tomoyo_check_inet_acl() 447 * @r: Pointer to "struct tomoyo_request_info". 452 static bool tomoyo_check_unix_acl(struct tomoyo_request_info * in tomoyo_check_unix_acl() [all...] |
| H A D | audit.c | 150 static char *tomoyo_print_header(struct tomoyo_request_info *r) in tomoyo_print_header() 242 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_init_log() 364 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_write_log2() 418 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_write_log()
|
| H A D | securityfs_if.c | 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 D | domain.c | 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() argument 588 struct tomoyo_request_info r; in tomoyo_assign_domain() 616 struct tomoyo_request_info *r = &ee->r; in tomoyo_environ()
|
| H A D | util.c | 1019 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info() 1044 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r) in tomoyo_domain_quota_is_ok()
|
| H A D | condition.c | 765 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition()
|
| H A D | common.c | 2194 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor()
|