Searched refs:tomoyo_profile (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/security/tomoyo/
H A Dcommon.c482 * Returns pointer to "struct tomoyo_profile" on success, NULL otherwise.
484 static struct tomoyo_profile *tomoyo_assign_profile tomoyo_assign_profile()
487 struct tomoyo_profile *ptr; tomoyo_assign_profile()
488 struct tomoyo_profile *entry; tomoyo_assign_profile()
520 * tomoyo_profile - Find a profile.
525 * Returns pointer to "struct tomoyo_profile".
527 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns, tomoyo_profile() function
530 static struct tomoyo_profile tomoyo_null_profile; tomoyo_profile()
531 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; tomoyo_profile()
580 * @profile: Pointer to "struct tomoyo_profile".
585 struct tomoyo_profile *profile) tomoyo_set_mode()
665 struct tomoyo_profile *profile; tomoyo_write_profile()
733 const struct tomoyo_profile *profile; tomoyo_read_profile()
H A Daudit.c329 struct tomoyo_profile *p; tomoyo_get_audit()
332 p = tomoyo_profile(ns, profile); tomoyo_get_audit()
H A Dutil.c979 struct tomoyo_profile *p; tomoyo_get_mode()
983 p = tomoyo_profile(ns, profile); tomoyo_get_mode()
1076 if (count < tomoyo_profile(domain->ns, domain->profile)-> tomoyo_domain_quota_is_ok()
H A Dcommon.h875 struct tomoyo_profile { struct
899 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES];
1027 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns,

Completed in 117 milliseconds