aboutsummaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2017-08-31 14:51:37 -0700
committerGitHub <noreply@github.com>2017-08-31 14:51:37 -0700
commit5285a8c451ef660f932e9f1823ad7da52ad25b74 (patch)
tree134f1a6a8913b3c0049d0e1afa7e9d3e557274e2 /filesystem/filesystem.go
parentfe92c00f897c2c6b20d841c8a8f83ef6a247d18c (diff)
parent0fcb6601ca66b9e4c2349392663fe9baa30dbbc7 (diff)
Merge pull request #54 from google/uuid
Use `/dev/disk/by-uuid` to get UUID links to other filesystems
Diffstat (limited to 'filesystem/filesystem.go')
-rw-r--r--filesystem/filesystem.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go
index b5fedf9..86c168a 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -84,9 +84,7 @@ var (
// There is also the ability to reference another filesystem's metadata. This is
// used when a Policy on filesystem A is protected with Protector on filesystem
// B. In this scenario, we store a "link file" in the protectors directory whose
-// contents look like "UUID=3a6d9a76-47f0-4f13-81bf-3332fbe984fb". These
-// contents can be anything parsable by libblkid (i.e. anything that could be in
-// the Device column of /etc/fstab).
+// contents look like "UUID=3a6d9a76-47f0-4f13-81bf-3332fbe984fb".
type Mount struct {
Path string
Filesystem string