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

/lxc/src/lxc/
H A Dconfile.c1576 static struct { const char *token; int mask; int flag; } allowed_auto_mounts[] = { local
1619 for (i = 0; allowed_auto_mounts[i].token; i++) {
1620 if (!strcmp(allowed_auto_mounts[i].token, token))
1624 if (!allowed_auto_mounts[i].token) {
1629 lxc_conf->auto_mounts &= ~allowed_auto_mounts[i].mask;
1630 lxc_conf->auto_mounts |= allowed_auto_mounts[i].flag;

Completed in 15 milliseconds