kDefaultTransferMode top-level constant

int const kDefaultTransferMode

Default Unix file permission bits used when copying files into containers.

Equivalent to octal 0644 (owner read/write, group read, other read), which is the conventional default for non-executable files on Linux.

Implementation

const int kDefaultTransferMode = 0x1A4;