diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-10-02 16:49:16 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-10-02 16:49:16 -0700 |
| commit | c6568945adb69a3b7779c0f9e0e1f427d31209ab (patch) | |
| tree | 38a3d5d4f65988238c4affb22011f90beab9ad40 /cmd/fscrypt/flags.go | |
| parent | d6efd2ab463e82cc3a78860384f26d809bd76ce5 (diff) | |
security: Sync filesystem before dropping caches
Diffstat (limited to 'cmd/fscrypt/flags.go')
| -rw-r--r-- | cmd/fscrypt/flags.go | 6 |
1 files changed, 3 insertions, 3 deletions
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, } ) |