]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
cmd/fscrypt: fix protector and policy cleanup
authorJoe Richey joerichey@google.com <joerichey@google.com>
Fri, 14 Jul 2017 18:32:41 +0000 (11:32 -0700)
committerJoe Richey joerichey@google.com <joerichey@google.com>
Fri, 14 Jul 2017 18:32:41 +0000 (11:32 -0700)
commit9272c344cfcc7f4b153c408d05b57175bb1095cf
tree2d535f12d36213d68ed3ab2b5036250200b6c61a
parentfbdba58ffbbbdc034982b15cee9985af16a680cd
cmd/fscrypt: fix protector and policy cleanup

Protectors are only reverted if they were created, and Policies are only
depovisioned on failure.
cmd/fscrypt/commands.go