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:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user