Searched refs:tomoyo_request_info (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | environ.c | 17 static bool tomoyo_check_env_acl(struct tomoyo_request_info *r, in tomoyo_check_env_acl() 33 static int tomoyo_audit_env_log(struct tomoyo_request_info *r) in tomoyo_audit_env_log() 49 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
|
D | file.c | 165 static int tomoyo_audit_path_log(struct tomoyo_request_info *r) in tomoyo_audit_path_log() 179 static int tomoyo_audit_path2_log(struct tomoyo_request_info *r) in tomoyo_audit_path2_log() 194 static int tomoyo_audit_mkdev_log(struct tomoyo_request_info *r) in tomoyo_audit_mkdev_log() 211 static int tomoyo_audit_path_number_log(struct tomoyo_request_info *r) in tomoyo_audit_path_number_log() 250 static bool tomoyo_check_path_acl(struct tomoyo_request_info *r, in tomoyo_check_path_acl() 272 static bool tomoyo_check_path_number_acl(struct tomoyo_request_info *r, in tomoyo_check_path_number_acl() 292 static bool tomoyo_check_path2_acl(struct tomoyo_request_info *r, in tomoyo_check_path2_acl() 311 static bool tomoyo_check_mkdev_acl(struct tomoyo_request_info *r, in tomoyo_check_mkdev_acl() 558 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission() 587 int tomoyo_execute_permission(struct tomoyo_request_info *r, in tomoyo_execute_permission() [all …]
|
D | common.h | 416 struct tomoyo_request_info { struct 618 struct tomoyo_request_info r; 920 bool tomoyo_condition(struct tomoyo_request_info *r, 926 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r); 945 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, 962 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env); 963 int tomoyo_execute_permission(struct tomoyo_request_info *r, 968 int tomoyo_init_request_info(struct tomoyo_request_info *r, 992 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) 1035 void tomoyo_check_acl(struct tomoyo_request_info *r, [all …]
|
D | mount.c | 28 static int tomoyo_audit_mount_log(struct tomoyo_request_info *r) in tomoyo_audit_mount_log() 45 static bool tomoyo_check_mount_acl(struct tomoyo_request_info *r, in tomoyo_check_mount_acl() 74 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() 191 struct tomoyo_request_info r; in tomoyo_mount_permission()
|
D | network.c | 362 static int tomoyo_audit_net_log(struct tomoyo_request_info *r, in tomoyo_audit_net_log() 378 static int tomoyo_audit_inet_log(struct tomoyo_request_info *r) in tomoyo_audit_inet_log() 403 static int tomoyo_audit_unix_log(struct tomoyo_request_info *r) in tomoyo_audit_unix_log() 418 static bool tomoyo_check_inet_acl(struct tomoyo_request_info *r, in tomoyo_check_inet_acl() 448 static bool tomoyo_check_unix_acl(struct tomoyo_request_info *r, in tomoyo_check_unix_acl() 469 struct tomoyo_request_info r; in tomoyo_inet_entry() 544 struct tomoyo_request_info r; in tomoyo_unix_entry()
|
D | audit.c | 147 static char *tomoyo_print_header(struct tomoyo_request_info *r) in tomoyo_print_header() 241 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_init_log() 358 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_write_log2() 411 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_write_log()
|
D | securityfs_if.c | 18 static bool tomoyo_check_task_acl(struct tomoyo_request_info *r, in tomoyo_check_task_acl() 57 struct tomoyo_request_info r; in tomoyo_write_self()
|
D | domain.c | 156 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl() argument 157 bool (*check_entry) (struct tomoyo_request_info *, in tomoyo_check_acl() 568 struct tomoyo_request_info r; in tomoyo_assign_domain() 590 struct tomoyo_request_info *r = &ee->r; in tomoyo_environ()
|
D | util.c | 1002 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info() 1026 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r) in tomoyo_domain_quota_is_ok()
|
D | condition.c | 744 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition()
|
D | common.c | 1995 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor()
|