Searched refs:tomoyo_request_info (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | file.c | 166 static int tomoyo_audit_path_log(struct tomoyo_request_info *r) in tomoyo_audit_path_log() 180 static int tomoyo_audit_path2_log(struct tomoyo_request_info *r) in tomoyo_audit_path2_log() 195 static int tomoyo_audit_mkdev_log(struct tomoyo_request_info *r) in tomoyo_audit_mkdev_log() 212 static int tomoyo_audit_path_number_log(struct tomoyo_request_info *r) in tomoyo_audit_path_number_log() 251 static bool tomoyo_check_path_acl(struct tomoyo_request_info *r, in tomoyo_check_path_acl() 273 static bool tomoyo_check_path_number_acl(struct tomoyo_request_info *r, in tomoyo_check_path_number_acl() 293 static bool tomoyo_check_path2_acl(struct tomoyo_request_info *r, in tomoyo_check_path2_acl() 312 static bool tomoyo_check_mkdev_acl(struct tomoyo_request_info *r, in tomoyo_check_mkdev_acl() 559 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission() 588 int tomoyo_execute_permission(struct tomoyo_request_info *r, in tomoyo_execute_permission() [all …]
|
D | environ.c | 18 static bool tomoyo_check_env_acl(struct tomoyo_request_info *r, in tomoyo_check_env_acl() 34 static int tomoyo_audit_env_log(struct tomoyo_request_info *r) in tomoyo_audit_env_log() 50 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
|
D | common.h | 417 struct tomoyo_request_info { struct 619 struct tomoyo_request_info r; 921 bool tomoyo_condition(struct tomoyo_request_info *r, 927 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r); 946 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, 963 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env); 964 int tomoyo_execute_permission(struct tomoyo_request_info *r, 969 int tomoyo_init_request_info(struct tomoyo_request_info *r, 993 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) 1036 void tomoyo_check_acl(struct tomoyo_request_info *r, [all …]
|
D | mount.c | 29 static int tomoyo_audit_mount_log(struct tomoyo_request_info *r) in tomoyo_audit_mount_log() 46 static bool tomoyo_check_mount_acl(struct tomoyo_request_info *r, in tomoyo_check_mount_acl() 75 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() 192 struct tomoyo_request_info r; in tomoyo_mount_permission()
|
D | network.c | 363 static int tomoyo_audit_net_log(struct tomoyo_request_info *r, in tomoyo_audit_net_log() 379 static int tomoyo_audit_inet_log(struct tomoyo_request_info *r) in tomoyo_audit_inet_log() 404 static int tomoyo_audit_unix_log(struct tomoyo_request_info *r) in tomoyo_audit_unix_log() 419 static bool tomoyo_check_inet_acl(struct tomoyo_request_info *r, in tomoyo_check_inet_acl() 449 static bool tomoyo_check_unix_acl(struct tomoyo_request_info *r, in tomoyo_check_unix_acl() 470 struct tomoyo_request_info r; in tomoyo_inet_entry() 545 struct tomoyo_request_info r; in tomoyo_unix_entry()
|
D | audit.c | 148 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() 359 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_write_log2() 412 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_write_log()
|
D | securityfs_if.c | 19 static bool tomoyo_check_task_acl(struct tomoyo_request_info *r, in tomoyo_check_task_acl() 54 struct tomoyo_request_info r; in tomoyo_write_self()
|
D | domain.c | 159 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl() argument 160 bool (*check_entry) (struct tomoyo_request_info *, in tomoyo_check_acl() 571 struct tomoyo_request_info r; in tomoyo_assign_domain() 593 struct tomoyo_request_info *r = &ee->r; in tomoyo_environ()
|
D | util.c | 984 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info() 1008 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r) in tomoyo_domain_quota_is_ok()
|
D | condition.c | 745 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition()
|
D | common.c | 1996 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor()
|