Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c488 * Returns pointer to "struct tomoyo_profile" on success, NULL otherwise.
490 static struct tomoyo_profile *tomoyo_assign_profile in tomoyo_assign_profile()
493 struct tomoyo_profile *ptr; in tomoyo_assign_profile()
494 struct tomoyo_profile *entry; in tomoyo_assign_profile()
527 * tomoyo_profile - Find a profile.
532 * Returns pointer to "struct tomoyo_profile".
534 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns, in tomoyo_profile() function
537 static struct tomoyo_profile tomoyo_null_profile; in tomoyo_profile()
538 struct tomoyo_profile *pt in tomoyo_profile()
[all...]
H A Dcommon.h880 struct tomoyo_profile { struct
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES];
1039 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns,
H A Dutil.c991 struct tomoyo_profile *p; in tomoyo_get_mode()
995 p = tomoyo_profile(ns, profile); in tomoyo_get_mode()
1090 if (count < tomoyo_profile(domain->ns, domain->profile)-> in tomoyo_domain_quota_is_ok()
H A Daudit.c335 struct tomoyo_profile *p; in tomoyo_get_audit()
339 p = tomoyo_profile(ns, profile); in tomoyo_get_audit()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c480 * Returns pointer to "struct tomoyo_profile" on success, NULL otherwise.
482 static struct tomoyo_profile *tomoyo_assign_profile in tomoyo_assign_profile()
485 struct tomoyo_profile *ptr; in tomoyo_assign_profile()
486 struct tomoyo_profile *entry; in tomoyo_assign_profile()
519 * tomoyo_profile - Find a profile.
524 * Returns pointer to "struct tomoyo_profile".
526 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns, in tomoyo_profile() function
529 static struct tomoyo_profile tomoyo_null_profile; in tomoyo_profile()
530 struct tomoyo_profile *pt in tomoyo_profile()
[all...]
H A Dcommon.h880 struct tomoyo_profile { struct
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES];
1038 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns,
H A Dutil.c996 struct tomoyo_profile *p; in tomoyo_get_mode()
1000 p = tomoyo_profile(ns, profile); in tomoyo_get_mode()
1095 if (count < tomoyo_profile(domain->ns, domain->profile)-> in tomoyo_domain_quota_is_ok()
H A Daudit.c336 struct tomoyo_profile *p; in tomoyo_get_audit()
340 p = tomoyo_profile(ns, profile); in tomoyo_get_audit()

Completed in 13 milliseconds