Home
last modified time | relevance | path

Searched refs:tunables (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dexpand.c1122 /* Skip tunables */ in bool_copy_callback()
2877 * If tunables are requested to be preserved then they would be in discard_tunables()
2891 int booleans, tunables, i; in discard_tunables() local
2895 booleans = tunables = 0; in discard_tunables()
2904 tmp[tunables++] = booldatum; in discard_tunables()
2910 * that no mixture of tunables and booleans in one in discard_tunables()
2912 * request to preserve tunables */ in discard_tunables()
2914 assert(!(booleans && tunables)); in discard_tunables()
2918 if (tunables) { in discard_tunables()
2919 for (i = 0; i < tunables; in discard_tunables()
[all...]

Completed in 4 milliseconds