Home
last modified time | relevance | path

Searched refs:tomoyo_request_info (Results 1 – 11 of 11) sorted by relevance

/linux/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()
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 Dcommon.h420 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 *
425 objtomoyo_request_info global() argument
430 eetomoyo_request_info global() argument
431 domaintomoyo_request_info global() argument
433 __anonf37bdf5a010atomoyo_request_info global() argument
493 paramtomoyo_request_info global() argument
494 matched_acltomoyo_request_info global() argument
495 param_typetomoyo_request_info global() argument
496 grantedtomoyo_request_info global() argument
497 retrytomoyo_request_info global() argument
498 profiletomoyo_request_info global() argument
499 modetomoyo_request_info global() argument
500 typetomoyo_request_info global() argument
[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()
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 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()
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 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()
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 Daudit.c150 static char *tomoyo_print_header(struct tomoyo_request_info *r) in tomoyo_print_header()
244 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_init_log()
366 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_write_log2()
420 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_write_log()
H A Dsecurityfs_if.c19 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 Ddomain.c161 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 Dutil.c1019 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 Dcondition.c765 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition()
H A Dcommon.c2194 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor()