From 0fcb6601ca66b9e4c2349392663fe9baa30dbbc7 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Thu, 31 Aug 2017 14:05:29 -0700 Subject: filesystem: libblkid -> search /dev/disk/by-uuid --- filesystem/filesystem.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'filesystem/filesystem.go') 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 -- cgit v1.2.3