Searched refs:profile (Results 26 - 29 of 29) sorted by relevance

12

/security/tomoyo/
H A Ddomain.c516 * profile for that domain is not yet created.
519 !entry->ns->profile_ptr[entry->profile])
546 e.profile = domain->profile;
573 entry->profile);
603 ee->r.profile = r->domain->profile;
604 ee->r.mode = tomoyo_get_mode(r->domain->ns, ee->r.profile,
H A Daudit.c162 "#%04u/%02u/%02u %02u:%02u:%02u# profile=%u mode=%s "
166 stamp.day, stamp.hour, stamp.min, stamp.sec, r->profile,
315 * @profile: Profile number.
322 const u8 profile, const u8 index,
332 p = tomoyo_profile(ns, profile);
364 if (!tomoyo_get_audit(r->domain->ns, r->profile, r->type,
321 tomoyo_get_audit(const struct tomoyo_policy_namespace *ns, const u8 profile, const u8 index, const struct tomoyo_acl_info *matched_acl, const bool is_granted) argument
H A Dcommon.h187 /* Follow profile's configuration. */
392 /* Index numbers for profile's PREFERENCE values. */
494 u8 profile; member in struct:tomoyo_request_info
683 u8 profile; /* Profile number to use. */ member in struct:tomoyo_domain_info
874 /* Structure for /sys/kernel/security/tomnoyo/profile interface. */
966 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile,
1028 const u8 profile);
H A Dfile.c564 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type);
592 * profile mode settings in order to check for domain transition
596 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type);

Completed in 71 milliseconds

12