Searched refs:attach_options (Results 1 - 7 of 7) sorted by relevance
/lxc/src/lxc/ |
H A D | attach.h | 28 #include <lxc/attach_options.h>
|
H A D | confile.h | 28 #include <lxc/attach_options.h>
|
H A D | lxccontainer.h | 31 #include <lxc/attach_options.h>
|
/lxc/src/tests/ |
H A D | attach.c | 91 lxc_attach_options_t attach_options = LXC_ATTACH_OPTIONS_DEFAULT; local 100 attach_options.stdout_fd = pipefd[1]; 101 attach_options.attach_flags &= ~(LXC_ATTACH_LSM_EXEC|LXC_ATTACH_DROP_CAPABILITIES); 102 attach_options.attach_flags |= LXC_ATTACH_LSM_NOW; 103 ret = ct->attach(ct, test_attach_lsm_func_func, NULL, &attach_options, &pid); 140 lxc_attach_options_t attach_options = LXC_ATTACH_OPTIONS_DEFAULT; local 149 attach_options.stdout_fd = pipefd[1]; 151 ret = ct->attach(ct, lxc_attach_run_command, &command, &attach_options, &pid); 202 lxc_attach_options_t attach_options = LXC_ATTACH_OPTIONS_DEFAULT; local 215 attach_options 253 lxc_attach_options_t attach_options = LXC_ATTACH_OPTIONS_DEFAULT; local [all...] |
H A D | aa.c | 70 lxc_attach_options_t attach_options = LXC_ATTACH_OPTIONS_DEFAULT; local 77 attach_options.stdout_fd = pipefd[1]; 78 attach_options.attach_flags &= ~(LXC_ATTACH_LSM_EXEC|LXC_ATTACH_DROP_CAPABILITIES); 79 attach_options.attach_flags |= LXC_ATTACH_LSM_NOW; 80 ret = c->attach(c, test_attach_write_file, fnam, &attach_options, &pid);
|
/lxc/src/lxc/tools/ |
H A D | lxc_attach.c | 378 lxc_attach_options_t attach_options = LXC_ATTACH_OPTIONS_DEFAULT; local 438 attach_options.attach_flags |= LXC_ATTACH_REMOUNT_PROC_SYS; 440 attach_options.attach_flags &= ~(elevated_privileges); 441 attach_options.namespaces = namespace_flags; 442 attach_options.personality = new_personality; 443 attach_options.env_policy = env_policy; 444 attach_options.extra_env_vars = extra_env; 445 attach_options.extra_keep_env = extra_keep; 454 .options = &attach_options 470 ret = c->attach(c, lxc_attach_run_command, &command, &attach_options, [all...] |
H A D | lxc_copy.c | 392 lxc_attach_options_t attach_options = LXC_ATTACH_OPTIONS_DEFAULT; local 393 attach_options.env_policy = LXC_ATTACH_CLEAR_ENV; 452 ret = clone->attach_run_wait(clone, &attach_options, arg->argv[0], (const char *const *)arg->argv);
|
Completed in 12 milliseconds