Home
last modified time | relevance | path

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

/security/apparmor/
A Ddomain.c99 if (stack) in match_component()
575 struct aa_label *stack = NULL; in x_to_label() local
594 stack = new; in x_to_label()
645 if (new && stack) { in x_to_label()
654 aa_put_label(stack); in x_to_label()
1422 if (stack) in aa_change_profile()
1428 if (stack) in aa_change_profile()
1447 stack = true; in aa_change_profile()
1457 stack = true; in aa_change_profile()
1524 if (!stack) { in aa_change_profile()
[all …]
A Dtask.c97 void aa_set_current_onexec(struct aa_label *label, bool stack) in aa_set_current_onexec() argument
104 ctx->token = stack; in aa_set_current_onexec()
A Dlabel.c1865 int i, len, stack = 0, error; in aa_label_strn_parse() local
1880 stack = base->size; in aa_label_strn_parse()
1881 len += stack; in aa_label_strn_parse()
1890 for (i = 0; i < stack; i++) in aa_label_strn_parse()
1893 for (split = aa_label_strn_split(str, end - str), i = stack; in aa_label_strn_parse()
/security/
A DKconfig.hardening22 prompt "Initialize kernel stack variables at function entry"
27 This option enables initialization of stack variables at
39 bool "no automatic stack variable initialization (weakest)"
41 Disable automatic stack variable initialization.
43 classes of uninitialized stack variable exploits
51 Initializes everything on the stack (including padding)
53 all classes of uninitialized stack variable exploits and
71 Initializes everything on the stack (including padding)
73 classes of uninitialized stack variable exploits and
89 bool "Poison kernel stack before returning from syscalls"
[all …]
/security/keys/
A Dkeyring.c670 } stack[KEYRING_SEARCH_MAX_DEPTH]; in search_nested_keyrings() local
801 stack[sp].keyring = keyring; in search_nested_keyrings()
802 stack[sp].node = node; in search_nested_keyrings()
803 stack[sp].slot = slot; in search_nested_keyrings()
848 keyring = stack[sp].keyring; in search_nested_keyrings()
849 node = stack[sp].node; in search_nested_keyrings()
850 slot = stack[sp].slot + 1; in search_nested_keyrings()
862 stack[--sp].keyring->last_used_at = ctx->now; in search_nested_keyrings()
/security/apparmor/include/
A Dtask.h33 void aa_set_current_onexec(struct aa_label *label, bool stack);

Completed in 800 milliseconds