Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 10 of 10) sorted by relevance

/security/smack/
DKconfig14 If you are unsure how to answer this question, answer N.
32 If you are unsure how to answer this question, answer N.
43 If you are unsure how to answer this question, answer N.
55 If you are unsure how to answer this question, answer N.
/security/selinux/
DKconfig10 If you are unsure how to answer this question, answer N.
24 If you are unsure how to answer this question, answer N.
45 If you are unsure how to answer this question, answer N.
87 If you are unsure how to answer this question, answer 0.
/security/
DKconfig20 If you are unsure how to answer this question, answer N.
33 If you are unsure how to answer this question, answer N.
46 If you are unsure how to answer this question, answer N.
55 If you are unsure how to answer this question, answer N.
75 If you are unsure how to answer this question, answer N.
88 If you are unsure how to answer this question, answer N.
97 If you are unsure how to answer this question, answer N.
127 If you are unsure as to whether this is required, answer N.
/security/yama/
DKconfig14 If you are unsure how to answer this question, answer N.
/security/safesetid/
DKconfig15 If you are unsure how to answer this question, answer N.
/security/keys/
DKconfig22 If you are unsure as to whether this is required, answer N.
75 If you are unsure as to whether this is required, answer N.
91 If you are unsure as to whether this is required, answer N.
109 If you are unsure as to whether this is required, answer N.
122 If you are unsure as to whether this is required, answer N.
/security/integrity/evm/
DKconfig14 If you are unsure how to answer this question, answer N.
/security/apparmor/
DKconfig16 If you are unsure how to answer this question, answer N.
/security/tomoyo/
DKconfig16 If you are unsure how to answer this question, answer N.
Dcommon.c1958 u8 answer; member
2126 (tomoyo_answer_wait, entry.answer || in tomoyo_supervisor()
2135 switch (entry.answer) { in tomoyo_supervisor()
2268 unsigned int answer; in tomoyo_write_answer() local
2277 if (sscanf(data, "A%u=%u", &serial, &answer) != 2) in tomoyo_write_answer()
2285 ptr->answer = answer; in tomoyo_write_answer()
2287 if (ptr->answer) in tomoyo_write_answer()