- 19 Jun, 2012 2 commits
-
-
The Android Open Source Project authored
* commit '9ee8a315': Unmount all asec apps before encrypting
-
The Android Open Source Project authored
Change-Id: I60294fb5c41ef34eccc322889168497d9449c6ea
-
- 18 Jun, 2012 2 commits
-
-
Ken Sumrall authored
* commit 'a7926050': Unmount all asec apps before encrypting
-
Ken Sumrall authored
* commit '425524db': Unmount all asec apps before encrypting
-
- 15 Jun, 2012 2 commits
-
-
Ken Sumrall authored
Now that forward locked apps are stored on /data as asec image files that are mounted, they need to be unmounted before /data can be unmounted so it can be encrypted. Change-Id: I7c87deb52aaed21c8ad8ce8aceb7c15c2338620a
-
Ken Sumrall authored
Now that forward locked apps are stored on /data as asec image files that are mounted, they need to be unmounted before /data can be unmounted so it can be encrypted. Change-Id: I7c87deb52aaed21c8ad8ce8aceb7c15c2338620a
-
- 22 May, 2012 3 commits
-
-
Jean-Baptiste Queru authored
* commit 'e925ff66': Delay disk inserted broadcast until disk is ready
-
Jean-Baptiste Queru authored
* commit 'bac5eb96': Delay disk inserted broadcast until disk is ready
-
Jean-Baptiste Queru authored
-
- 16 May, 2012 2 commits
-
-
The Android Open Source Project authored
* commit '2fdea0aa': Native library loading needs to read directory Only set permissions on dirs or files Fix truncation of ASEC ids
-
The Android Open Source Project authored
Change-Id: I2bc2763dc285edb9aa8bd9bedd068ee4483a3ce5
-
- 14 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 11 May, 2012 6 commits
-
-
Kenny Root authored
* commit '760cec44': Sleep to wait for dm to create node
-
Kenny Root authored
* commit '41836711': Sleep to wait for dm to create node
-
Kenny Root authored
-
Kenny Root authored
When calling System.loadLibrary(), it needs to be able to read the directory to load the file. We could probably fix that, but changing permissions here is faster. Bug: 6478606 Change-Id: I296b0805839da5a19950157f9a16755a4d258ca8
-
Kenny Root authored
Traversal would mark directories with the correct permissions, but they're visited again in post-order which is a different fts_info flag. Then it would set that to regular file permissions. Explicitly check to make sure we're looking at a file instead. Bug: 6478606 Change-Id: I13cab3e69f451da6a994fa974d575ef366f82025
-
Kenny Root authored
There appears to be a race condition from when the device mapper is asked to create a device and when it actually appears. When we moved ASECs to use Ext4, mount started winning the race more often. Just insert a sleep-retry loop here to counter-act this race. We should ideally look at the uevent replies, but it takes a bit more effort to separate them out. Change-Id: Ie8a5b36b1c9a26f2320a178d37312059d03a1281
-
- 10 May, 2012 6 commits
-
-
Kenny Root authored
* commit '9688165c': Native library loading needs to read directory
-
Kenny Root authored
* commit '1a673c86': Native library loading needs to read directory
-
Kenny Root authored
* commit '457197c5': Only set permissions on dirs or files
-
Kenny Root authored
When calling System.loadLibrary(), it needs to be able to read the directory to load the file. We could probably fix that, but changing permissions here is faster. Bug: 6478606 Change-Id: I296b0805839da5a19950157f9a16755a4d258ca8
-
Kenny Root authored
* commit '348c8aba': Only set permissions on dirs or files
-
Kenny Root authored
Traversal would mark directories with the correct permissions, but they're visited again in post-order which is a different fts_info flag. Then it would set that to regular file permissions. Explicitly check to make sure we're looking at a file instead. Bug: 6478606 Change-Id: I13cab3e69f451da6a994fa974d575ef366f82025
-
- 08 May, 2012 4 commits
-
-
Jean-Baptiste Queru authored
* commit '0e110bb5': Unshare ums when SD card is removed
-
Jean-Baptiste Queru authored
* commit '5cf6325c': Unshare ums when SD card is removed
-
Jean-Baptiste Queru authored
-
Magnus Malmborn authored
Delay sending of "VolumeDiskInserted" broadcast until the disk is ready (ie until all the partitions have been received from kernel). This solves a race with MountService, otherwise there is a risk that MountService tries to mount the SD-card before the partition(s) have been received and the card will fail to mount. Change-Id: Ie2a28227ae9a7d6fe9106fb6875f469a0e899014
-
- 07 May, 2012 1 commit
-
-
Lars Svensson authored
If SD card is removed without unmounting when in USB mass storage mode the ums share is not properly closed and the device files 179:0 and 179:1 are left in use. This causes erratic behaviour on subsequent operations on the card, i.e. mounting and formatting will fail. Change-Id: I757703c6282f4b76e2d8b027f4644920737309b6
-
- 02 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 01 May, 2012 2 commits
-
-
Ken Sumrall authored
* commit 'e5032c42': Changes to encryption to work with the new filesystem manager
-
Ken Sumrall authored
The new filesystem manager is in charge of mounting the block devices now, removing much of the knowledge from init.<device>.rc. This also let us clean up some init code dealing with encryption, so this change updates vold to work with that. More cleanup is possible, but the main goal of the filesystem manager was to enable e2fsck, not a full cleanup of encryption. Change-Id: I00ea80a923d14770ed8fdd190e8840be195f8514
-
- 27 Apr, 2012 3 commits
-
-
Ken Sumrall authored
The new filesystem manager is in charge of mounting the block devices now, removing much of the knowledge from init.<device>.rc. This also let us clean up some init code dealing with encryption, so this change updates vold to work with that. More cleanup is possible, but the main goal of the filesystem manager was to enable e2fsck, not a full cleanup of encryption. Change-Id: I00ea80a923d14770ed8fdd190e8840be195f8514
-
Kenny Root authored
Change-Id: I1e6bfcc6b0a5be47e6fd19922fc81669f61b5dba
-
Kenny Root authored
Change-Id: I1e6bfcc6b0a5be47e6fd19922fc81669f61b5dba
-
- 25 Apr, 2012 1 commit
-
-
Kenny Root authored
Now forward locked applications will be in ASEC containers both internal to the system and externally. This change adds support for putting applications in ext4-based ASECs. Change-Id: I8d6765b72dd2606e429c067b47a2dbcaa8bef37d
-
- 21 Mar, 2012 2 commits
-
-
Mike Lockwood authored
-
Mike Lockwood authored
empty merge with -s ours Change-Id: I4c7d6fb13e175af819cab784704e08e9189f6739
-
- 10 Mar, 2012 2 commits
-
-
Ken Sumrall authored
-
Ken Sumrall authored
-