Home
last modified time | relevance | path

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

/external/selinux/secilc/test/
Dintegration.cil112 (tunable allow_execfile true)
113 (tunable allow_userexec false)
211 (tunable tun1 true)
Dpolicy.cil168 (tunable allow_execfile true)
169 (tunable allow_userexec false)
306 (tunable tun1 true)
/external/selinux/checkpolicy/
Dpolicy_scan.l100 tunable { return(TUNABLE); }
DChangeLog62 * Separate tunable from boolean during compile.
/external/selinux/libsepol/cil/src/
Dcil_tree.c905 struct cil_tunable *tunable = node->data; in cil_tree_print_node() local
906 cil_log(CIL_INFO, "TUNABLE: %s, value: %d\n", tunable->datum.name, tunable->value); in cil_tree_print_node()
Dcil_build_ast.c2160 struct cil_tunable *tunable = NULL; in cil_gen_tunable() local
2172 cil_tunable_init(&tunable); in cil_gen_tunable()
2177 tunable->value = CIL_TRUE; in cil_gen_tunable()
2179 tunable->value = CIL_FALSE; in cil_gen_tunable()
2186 …rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)tunable, (hashtab_key_t)key, CIL_SYM_TUN… in cil_gen_tunable()
2196 cil_destroy_tunable(tunable); in cil_gen_tunable()
2201 void cil_destroy_tunable(struct cil_tunable *tunable) in cil_destroy_tunable() argument
2203 if (tunable == NULL) { in cil_destroy_tunable()
2207 cil_symtab_datum_destroy(&tunable->datum); in cil_destroy_tunable()
2208 free(tunable); in cil_destroy_tunable()
Dcil_build_ast.h119 void cil_destroy_tunable(struct cil_tunable *tunable);
/external/selinux/libsepol/
DChangeLog78 * Indicate when boolean is indeed a tunable.
79 * Separate tunable from boolean during compile.
83 * Skip tunable identifier and cond_node_t in expansion.
/external/libxml2/os400/
DREADME40038 _ Edit file iniscript.sh. You may want to change tunable configuration
/external/libvncserver/x11vnc/
DChangeLog826 * Alt+Button+Motion to wireframe. tunable in WIREFRAME_PARMS
DREADME3026 colors to be correct. There are a number of tunable parameters to try
3031 speedup. See the -8to24 help description for information on tunable
6593 course!) some tunable parameters. The "-alphacut n" option lets you
8015 UINPUT". See the -pipeinput description for tunable parameters, etc.
16073 packed with many tunable parameters for this scheme:
/external/libxml2/
DNEWS2271 size to be application tunable.