No description
Find a file
Jeff Sharkey 401b260351 Delay touching disks when secure keyguard showing.
We've tried our best to protect against malicious storage devices
with limited SELinux domains, but let's be even more paranoid and
refuse to look at disks inserted while a secure keyguard is
showing.  We'll gladly scan them right away once the user confirms
their credentials.

Test: builds, boots, manual testing
Bug: 68054513
Change-Id: I37fd6c25bbd6631fa4ba3f84e19384d746a22498
2017-12-15 13:44:55 -07:00
bench Abort long-running benchmarks, report progress. 2017-11-07 09:57:12 -07:00
binder/android/os Delay touching disks when secure keyguard showing. 2017-12-15 13:44:55 -07:00
fs Vold: format f2fs partition 2017-11-14 17:52:16 -08:00
model Merge "Workaround perdev_minors path change in Linux" am: d3870c5167 am: 5687befd86 2017-11-28 19:19:36 +00:00
tests Merge "Key upgrading for FDE." am: 997e605563 am: 2b1b72d183 2017-11-27 21:05:35 +00:00
.clang-format Get ourselves some clang-format. 2017-10-18 12:17:36 -06:00
Android.bp Merge "Export AIDL files as a filegroup for framework.jar" 2017-12-02 23:20:42 +00:00
Benchmark.cpp Abort long-running benchmarks, report progress. 2017-11-07 09:57:12 -07:00
Benchmark.h Fix task memory leaks; better path validation. 2017-10-18 11:44:57 -06:00
BenchmarkGen.h Abort long-running benchmarks, report progress. 2017-11-07 09:57:12 -07:00
CheckEncryption.cpp Test that plaintext can't be read from disk for encrypted files. 2017-10-27 15:14:56 -07:00
CheckEncryption.h Test that plaintext can't be read from disk for encrypted files. 2017-10-27 15:14:56 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:05:25 -08:00
cryptfs.cpp Merge "Key upgrading for FDE." am: 997e605563 am: 2b1b72d183 2017-11-27 21:05:35 +00:00
cryptfs.h Be even more C++. Switch on a warning. 2017-10-31 08:40:23 -07:00
Devmapper.cpp Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
Devmapper.h Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
EncryptInplace.cpp Remove CheckBattery altogether 2017-10-03 21:38:15 -07:00
EncryptInplace.h Refactor to lay the groundwork for metadata encryption 2017-04-21 10:47:17 -07:00
Ext4Crypt.cpp When we forget a volume, forget per-volume key 2017-10-26 12:19:09 -07:00
Ext4Crypt.h Forget keys when we forget the volume. 2017-10-26 12:19:03 -07:00
FileDeviceUtils.cpp Move functions useful for crypto test into their own file 2017-06-16 16:17:26 -07:00
FileDeviceUtils.h Move functions useful for crypto test into their own file 2017-06-16 16:17:26 -07:00
hash.h vold: Bugfixes & cleanups 2010-03-13 16:42:19 -08:00
IdleMaint.cpp Add functions to handle idle maintenance 2017-11-14 15:12:30 -08:00
IdleMaint.h Add functions to handle idle maintenance 2017-11-14 15:12:30 -08:00
KeyBuffer.cpp Zero memory used for encryuption keys. 2017-08-10 17:31:03 +01:00
KeyBuffer.h Zero memory used for encryuption keys. 2017-08-10 17:31:03 +01:00
Keymaster.cpp Merge "Key upgrading for FDE." 2017-11-27 20:59:33 +00:00
Keymaster.h Merge "Key upgrading for FDE." am: 997e605563 am: 2b1b72d183 2017-11-27 21:05:35 +00:00
KeyStorage.cpp Vold: Add fsync in writeStringToFile() am: 701d05d32c 2017-11-08 21:38:42 +00:00
KeyStorage.h When we forget a volume, forget per-volume key 2017-10-26 12:19:09 -07:00
KeyUtil.cpp When we forget a volume, forget per-volume key 2017-10-26 12:19:09 -07:00
KeyUtil.h When we forget a volume, forget per-volume key 2017-10-26 12:19:09 -07:00
Loop.cpp Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
Loop.h Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
main.cpp Use main thread for Binder transactions. 2017-10-18 16:54:46 -06:00
MetadataCrypt.cpp Refactor of use of fstab in advance of fix. 2017-09-26 14:21:10 -07:00
MetadataCrypt.h Add support for metadata encryption 2017-04-21 13:40:20 -07:00
MoveStorage.cpp Fix task memory leaks; better path validation. 2017-10-18 11:44:57 -06:00
MoveStorage.h Fix task memory leaks; better path validation. 2017-10-18 11:44:57 -06:00
NetlinkHandler.cpp Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
NetlinkHandler.h Fix google-explicit-constructor warnings in system/vold. 2016-08-02 11:41:54 -07:00
NetlinkManager.cpp Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
NetlinkManager.h system: vold2: Initial skeleton for vold2. 2009-10-10 17:57:51 -07:00
OWNERS Add OWNERS in system/vold 2017-06-09 14:55:46 -07:00
PREUPLOAD.cfg Get ourselves some clang-format. 2017-10-18 12:17:36 -06:00
Process.cpp Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
Process.h Move to modern utility methods from android::base. 2017-10-17 12:40:51 -06:00
ScryptParameters.cpp system/vold: cleanup compiler warnings (read of uninitialized memory). 2016-10-19 17:58:32 -07:00
ScryptParameters.h Be more C++. volume UUID should always be std::string. 2017-10-09 13:36:35 -07:00
secdiscard.cpp Move functions useful for crypto test into their own file 2017-06-16 16:17:26 -07:00
secontext.cpp cryptfs: run e2fsck/fsck.f2fs in fsck domain 2016-02-01 12:59:59 -08:00
secontext.h Be more C++. volume UUID should always be std::string. 2017-10-09 13:36:35 -07:00
sehandle.h Set SELinux contexts on device nodes created by vold. 2014-09-30 15:35:28 -04:00
Utils.cpp Convert vold_prepare_subdirs to C++ 2017-10-24 15:26:58 -07:00
Utils.h Undo Utils dependency on VolumeManager 2017-10-20 10:05:36 -07:00
vdc.cpp Test that plaintext can't be read from disk for encrypted files. 2017-10-27 15:14:56 -07:00
vdc.rc Revert "Enable metadata encryption" 2017-04-28 23:58:39 +00:00
vold.rc Destroy vold socket interface completely. 2017-09-18 16:00:14 -06:00
vold_prepare_subdirs.cpp Create subdirectories in misc_ce/misc_de for storaged 2017-10-24 17:26:44 -07:00
VoldNativeService.cpp Delay touching disks when secure keyguard showing. 2017-12-15 13:44:55 -07:00
VoldNativeService.h Delay touching disks when secure keyguard showing. 2017-12-15 13:44:55 -07:00
VoldUtil.cpp Refactor of use of fstab in advance of fix. 2017-09-26 14:21:10 -07:00
VoldUtil.h Refactor of use of fstab in advance of fix. 2017-09-26 14:21:10 -07:00
VolumeManager.cpp Delay touching disks when secure keyguard showing. 2017-12-15 13:44:55 -07:00
VolumeManager.h Delay touching disks when secure keyguard showing. 2017-12-15 13:44:55 -07:00