Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 7 of 7) sorted by relevance

/security/
DKconfig.hardening8 stack variable initializations, this warning is silenced for
38 prompt "Initialize kernel stack variables at function entry"
44 This option enables initialization of stack variables at
56 bool "no automatic stack variable initialization (weakest)"
58 Disable automatic stack variable initialization.
60 classes of uninitialized stack variable exploits
68 Zero-initialize any structures on the stack containing
70 uninitialized stack variable exploits and information
80 Zero-initialize any structures on the stack that may
83 of uninitialized stack variable exploits and information
[all …]
DKconfig151 separately allocated pages, are not on the process stack,
/security/apparmor/
Ddomain.c101 bool stack, unsigned int state) in match_component() argument
105 if (stack) in match_component()
135 struct aa_label *label, bool stack, in label_compound_match() argument
147 state = match_component(profile, tp, stack, state); in label_compound_match()
195 struct aa_label *label, bool stack, in label_components_match() argument
209 state = match_component(profile, tp, stack, start); in label_components_match()
225 state = match_component(profile, tp, stack, start); in label_components_match()
256 bool stack, unsigned int state, bool subns, u32 request, in label_match() argument
262 error = label_compound_match(profile, label, stack, state, subns, in label_match()
268 return label_components_match(profile, label, stack, state, subns, in label_match()
[all …]
Dtask.c93 int aa_set_current_onexec(struct aa_label *label, bool stack) in aa_set_current_onexec() argument
100 ctx->token = stack; in aa_set_current_onexec()
Dlabel.c1891 int i, len, stack = 0, error; in aa_label_strn_parse() local
1906 stack = base->size; in aa_label_strn_parse()
1907 len += stack; in aa_label_strn_parse()
1916 for (i = 0; i < stack; i++) in aa_label_strn_parse()
1919 for (split = aa_label_strn_split(str, end - str), i = stack; in aa_label_strn_parse()
/security/keys/
Dkeyring.c670 } stack[KEYRING_SEARCH_MAX_DEPTH]; in search_nested_keyrings() local
798 stack[sp].keyring = keyring; in search_nested_keyrings()
799 stack[sp].node = node; in search_nested_keyrings()
800 stack[sp].slot = slot; in search_nested_keyrings()
845 keyring = stack[sp].keyring; in search_nested_keyrings()
846 node = stack[sp].node; in search_nested_keyrings()
847 slot = stack[sp].slot + 1; in search_nested_keyrings()
859 stack[--sp].keyring->last_used_at = ctx->now; in search_nested_keyrings()
/security/apparmor/include/
Dtask.h33 int aa_set_current_onexec(struct aa_label *label, bool stack);