]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)
authorebiggers <ebiggers@google.com>
Mon, 9 Sep 2019 21:10:11 +0000 (14:10 -0700)
committerJoseph Richey <joerichey@google.com>
Mon, 9 Sep 2019 21:10:11 +0000 (14:10 -0700)
commitd3a1991d4665578e5f315d4aab00b4e29c01df07
treeae57363d0f2881f2c886bf7630b77723e905ed96
parent237308a671bd2bbea2059bea9e75cb1272edbdbf
cmd/fscrypt: show encryption options with 'fscrypt status DIR' (#145)

Show the encryption options when running 'fscrypt status' on a
directory.  E.g.:

Policy:   490515286453d3f7
Options:  padding:32 contents:Adiantum filenames:Adiantum
Unlocked: Yes
actions/policy.go
cmd/fscrypt/status.go