Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Dcommon.h876 struct tomoyo_profile { struct
900 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES]; argument
1028 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns,
Dcommon.c484 static struct tomoyo_profile *tomoyo_assign_profile in tomoyo_assign_profile()
487 struct tomoyo_profile *ptr; in tomoyo_assign_profile()
488 struct tomoyo_profile *entry; in tomoyo_assign_profile()
527 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns, in tomoyo_profile() function
530 static struct tomoyo_profile tomoyo_null_profile; in tomoyo_profile()
531 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile()
585 struct tomoyo_profile *profile) in tomoyo_set_mode()
665 struct tomoyo_profile *profile; in tomoyo_write_profile()
733 const struct tomoyo_profile *profile; in tomoyo_read_profile()
Dutil.c981 struct tomoyo_profile *p; in tomoyo_get_mode()
985 p = tomoyo_profile(ns, profile); in tomoyo_get_mode()
1078 if (count < tomoyo_profile(domain->ns, domain->profile)-> in tomoyo_domain_quota_is_ok()
Daudit.c322 struct tomoyo_profile *p; in tomoyo_get_audit()
325 p = tomoyo_profile(ns, profile); in tomoyo_get_audit()