Add GetSELinuxSupport to mounter.

This commit is contained in:
Jan Safranek
2018-05-17 13:36:37 +02:00
parent c2b4fc99df
commit 598ca5accc
15 changed files with 159 additions and 21 deletions

View File

@@ -131,6 +131,7 @@ type Mounter interface {
// idempotent.
SetUpAt(dir string, fsGroup *int64) error
// GetAttributes returns the attributes of the mounter.
// This function is called after SetUp()/SetUpAt().
GetAttributes() Attributes
}