criu/lib
Nicolas Viennot 56d8e2455f memfd: add seals support
See "man fcntl" for more information about seals.

memfd are the only files that can be sealed, currently. For this
reason, we dump the seal values in the MEMFD_INODE image.

Restoring seals must be done carefully as the seal F_SEAL_FUTURE_WRITE
prevents future write access. This means that any memory mapping with
write access must be restored before restoring the seals.

Signed-off-by: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
2020-03-27 19:36:20 +03:00
..
c lib/c: fix a compile time error 2020-02-04 12:39:04 -08:00
py memfd: add seals support 2020-03-27 19:36:20 +03:00
Makefile make: Insert version macros in criu.h 2019-09-07 15:59:55 +03:00