summaryrefslogtreecommitdiff
path: root/pkg/rootless/rootless_linux.go
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-01-08 14:21:35 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-01-08 15:44:30 +0100
commit83764b84ec1aebfae0053a52b67d7f357545b6c9 (patch)
treef5ae151389be62b7314abdfb3ba1ce4206f660c4 /pkg/rootless/rootless_linux.go
parent88369acfca7740abca83d94ac9769d15ecfb3ec0 (diff)
downloadpodman-83764b84ec1aebfae0053a52b67d7f357545b6c9.tar.gz
podman-83764b84ec1aebfae0053a52b67d7f357545b6c9.tar.bz2
podman-83764b84ec1aebfae0053a52b67d7f357545b6c9.zip
fix lint in pkg/rootless
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'pkg/rootless/rootless_linux.go')
-rw-r--r--pkg/rootless/rootless_linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rootless/rootless_linux.go b/pkg/rootless/rootless_linux.go
index 94c42f7d0..182a39f6b 100644
--- a/pkg/rootless/rootless_linux.go
+++ b/pkg/rootless/rootless_linux.go
@@ -514,6 +514,8 @@ func TryJoinFromFilePaths(pausePidPath string, needNewNamespace bool, paths []st
return joinUserAndMountNS(uint(pausePid), pausePidPath)
}
+
+// ReadMappingsProc parses and returns the ID mappings at the specified path.
func ReadMappingsProc(path string) ([]idtools.IDMap, error) {
file, err := os.Open(path)
if err != nil {