Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/
Dselinuxfs.c68 static char **bool_pending_names; variable
1053 if (index >= bool_num || strcmp(name, bool_pending_names[index])) in sel_read_bool()
1091 if (index >= bool_num || strcmp(name, bool_pending_names[index])) in sel_write_bool()
1211 kfree(bool_pending_names[i]); in sel_make_bools()
1212 kfree(bool_pending_names); in sel_make_bools()
1215 bool_pending_names = NULL; in sel_make_bools()
1257 bool_pending_names = names; in sel_make_bools()