Changes

485 bytes added ,  13:55, 7 April 2016
m
no edit summary
Line 9: Line 9:  
* Added timeout for dump procedure (5 sec by default)
 
* Added timeout for dump procedure (5 sec by default)
 
* Ability to override LSM profile on restore with CLI/RPC option
 
* Ability to override LSM profile on restore with CLI/RPC option
* [[External resources|External TTYs]]
   
* [[External bind mounts]] can be fs-root mounts too
 
* [[External bind mounts]] can be fs-root mounts too
 +
* Skip netns' internals on dump and restore (for Docker [[integration]])
 +
* Advanced support for [[external files]]
 +
** [[External resources|External TTYs]]
 
* C/R for
 
* C/R for
 
** Mode and uid/gid of cgroup files and dirs
 
** Mode and uid/gid of cgroup files and dirs
 
** Freeze cgroup state (frozen/thawed)
 
** Freeze cgroup state (frozen/thawed)
** Task's loginuid
+
** Task's loginuid and oom score
** Task's oom score
   
** Per-thread credentials
 
** Per-thread credentials
 
** Filter mode of seccomp  
 
** Filter mode of seccomp  
Line 22: Line 23:  
** Binfmt-misc FS contents
 
** Binfmt-misc FS contents
 
** Netfilter conntracks and expectations
 
** Netfilter conntracks and expectations
 +
** Multi-headed cgroups
 +
** CGroup namespaces (no nesting)
    
=== Optimizations/improvements ===
 
=== Optimizations/improvements ===
Line 30: Line 33:  
* CRIT shows device numbers in "maj:min" manner
 
* CRIT shows device numbers in "maj:min" manner
 
* CRIT shows mmap's status in verbose
 
* CRIT shows mmap's status in verbose
*  
+
* Docker files for builds on all supported arches
    
=== Fixes ===
 
=== Fixes ===
Line 46: Line 49:  
* CRIT didn't show IPC objects
 
* CRIT didn't show IPC objects
 
* CRIT didn't convert IP addresses in images
 
* CRIT didn't convert IP addresses in images
 +
* Logs from PIE code contained corrupted addresses and sizes
 +
* Not loaded netfilter modules could cause dump/restore to stuck on dumping netlink socket
 +
* Shared external mounts were restored with error
    
=== Security ===
 
=== Security ===
 
* [[User-mode]]
 
* [[User-mode]]
 +
* When checking for namespaces' CRIU entered userns with host creds
    
=== Deprecated/removed ===
 
=== Deprecated/removed ===
 
* Completely removed 'show' action. Use [[CRIT]] instead.
 
* Completely removed 'show' action. Use [[CRIT]] instead.