Home
last modified time | relevance | path

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

/security/tomoyo/
Daudit.c349 mode = p->default_config; in tomoyo_get_audit()
Dcommon.c507 ptr->default_config = TOMOYO_CONFIG_DISABLED | in tomoyo_assign_profile()
602 config = profile->default_config; in tomoyo_set_mode()
663 profile->default_config = config; in tomoyo_set_mode()
798 tomoyo_print_config(head, profile->default_config); in tomoyo_read_profile()
Dutil.c984 mode = p->default_config; in tomoyo_get_mode()
Dcommon.h886 u8 default_config; member