mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Support time namespace
"time" namespace was introduced in Linux v5.6
support new time namespace to set boottime and monotonic time offset
Example runtime spec
"timeOffsets": {
"monotonic": {
"secs": 172800,
"nanosecs": 0
},
"boottime": {
"secs": 604800,
"nanosecs": 0
}
}
Signed-off-by: Chethan Suresh <chethan.suresh@sony.com>
This commit is contained in:
@@ -23,6 +23,7 @@ const (
|
||||
GidmapPathAttr uint16 = 27289
|
||||
MountSourcesAttr uint16 = 27290
|
||||
IdmapSourcesAttr uint16 = 27291
|
||||
TimeOffsetsAttr uint16 = 27292
|
||||
)
|
||||
|
||||
type Int32msg struct {
|
||||
|
||||
Reference in New Issue
Block a user