Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 3 of 3) sorted by relevance

/security/keys/trusted-keys/
DKconfig37 comment "No trust source selected!"
/security/tomoyo/
Dcommon.c695 old_comment = profile->comment; in tomoyo_write_profile()
696 profile->comment = new_comment; in tomoyo_write_profile()
768 const struct tomoyo_path_info *comment = in tomoyo_read_profile() local
769 profile->comment; in tomoyo_read_profile()
773 tomoyo_set_string(head, comment ? comment->name : ""); in tomoyo_read_profile()
Dcommon.h881 const struct tomoyo_path_info *comment; member