Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MountCfg ¶
type MountCfg struct { Lower, Upper, Work, Dest, Lbl string }
MountCfg contains the needed data to construct the overlay mount syscall. The Lower and Upper fields are paths to the filesystems to be merged. The Work field should be an empty directory. Dest is where the mount will be located. Lbl is an SELinux label.
Click to show internal directories.
Click to hide internal directories.