diff options
| author | Joe Richey <joerichey@google.com> | 2017-08-31 14:05:29 -0700 |
|---|---|---|
| committer | Joe Richey <joerichey@google.com> | 2017-08-31 14:05:29 -0700 |
| commit | 0fcb6601ca66b9e4c2349392663fe9baa30dbbc7 (patch) | |
| tree | 134f1a6a8913b3c0049d0e1afa7e9d3e557274e2 /filesystem/filesystem.go | |
| parent | fe92c00f897c2c6b20d841c8a8f83ef6a247d18c (diff) | |
filesystem: libblkid -> search /dev/disk/by-uuid
Diffstat (limited to 'filesystem/filesystem.go')
| -rw-r--r-- | filesystem/filesystem.go | 4 |
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 |