From c6568945adb69a3b7779c0f9e0e1f427d31209ab Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Mon, 2 Oct 2017 16:49:16 -0700 Subject: security: Sync filesystem before dropping caches --- cmd/fscrypt/flags.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/fscrypt/flags.go') diff --git a/cmd/fscrypt/flags.go b/cmd/fscrypt/flags.go index bb8de3d..5137eff 100644 --- a/cmd/fscrypt/flags.go +++ b/cmd/fscrypt/flags.go @@ -164,9 +164,9 @@ var ( dropCachesFlag = &boolFlag{ Name: "drop-caches", Usage: `After purging the keys from the keyring, drop the - inode and dentry cache for the purge to take effect. - Without this flag, cached encrypted files may still have - their plaintext visible. Requires root privileges.`, + associated caches for the purge to take effect. Without + this flag, cached encrypted files may still have their + plaintext visible. Requires root privileges.`, Default: true, } ) -- cgit v1.2.3