2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-02 15:25:21 +00:00

remap: Add cmdline option to allow linked remap

By default crtools shouldn't modify the environment, except for
killing the dumped tasks. The link remap does so and should sit
under explicit cmdline option.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-09-26 06:39:23 +04:00
parent fe187fe0ed
commit 1be08acc7c
5 changed files with 16 additions and 1 deletions

View File

@@ -95,4 +95,6 @@ extern int set_fd_flags(int fd, int flags);
#define AT_EMPTY_PATH 0x1000
#endif
#define LREMAP_PARAM "link-remap"
#endif /* FILES_H_ */