Searched defs:config (Results 1 - 3 of 3) sorted by relevance

/lxc/config/apparmor/
H A Dlxc-generate-aa-rules.py66 config = "config" variable
68 config = sys.argv[1] variable
69 with open(config) as f:
/lxc/src/lxc/
H A Dconfile.c44 #include "config.h"
116 static struct lxc_config_t config[] = { variable in typeref:struct:lxc_config_t
273 static const size_t config_size = sizeof(config)/sizeof(struct lxc_config_t);
280 if (!strncmp(config[i].name, key,
281 strlen(config[i].name)))
282 return &config[i];
308 char *s = config[i].name;
354 * config entry is something like "lxc.network.0.ipv4"
364 struct lxc_config_t *config; local
382 config
1952 struct lxc_config_t *config; local
[all...]
H A Dlxccontainer.c47 #include "config.h"
111 /* $lxcpath + '/' + $cname + '/config' + \0 */
115 ret = snprintf(fname, len, "%s/%s/config", lxcpath, cname);
544 * If we're reading something other than the container's config,
546 * container's config file, take the disk lock.
1353 SYSERROR("reopening config for writing");
1372 fprintf(f, "# For additional config options, please look at lxc.container.conf(5)\n");
1447 * the container config and exists, then * caller is trying to create
1469 * container is already created if we have a config and rootfs.path is accessible
1520 /* save config fil
2455 struct lxc_config_t *config; local
[all...]

Completed in 20 milliseconds