commit | 5ab73e945d59472ed47ea2e0deee613c958d800c | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Fri Jul 03 16:17:23 2015 +0100 |
committer | Paul Crowley <paulcrowley@google.com> | Mon Nov 02 10:13:52 2015 +0000 |
tree | 05439ed560b66a8eae71816a93a50e2677ed54f2 | |
parent | 4432e73494dcdcd760e37b3d586978933debdbe3 [diff] [blame] |
Add --no-unlink option to secdiscard for testing. Also allow deletion of multiple files in one invocation. Change-Id: I5011bf45f2d3b91964bc68fd8e61ec037e1de2ca
diff --git a/Ext4Crypt.cpp b/Ext4Crypt.cpp index c337dbb..c8415d6 100644 --- a/Ext4Crypt.cpp +++ b/Ext4Crypt.cpp
@@ -660,6 +660,7 @@ SLOGD("Forked for secdiscard"); execl("/system/bin/secdiscard", "/system/bin/secdiscard", + "--", key_path.c_str(), NULL); SLOGE("Unable to launch secdiscard on %s: %s\n", key_path.c_str(),