- 09 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 08 Oct, 2013 2 commits
-
-
Ed Heyl authored
-
Jeff Sharkey authored
Add sdcard FUSE daemon flag to specify the GID required for a package to have write access. Normally sdcard_rw, but it will be media_rw for secondary external storage devices, so DefaultContainerService can still clean up package directories after uninstall. Create /mnt/media_rw which is where vold will mount raw secondary external storage devices before wrapping them in a FUSE instance. Bug: 10330128, 10330229 Change-Id: I4385c36fd9035cdf56892aaf7b36ef4b81f4418a
-
- 01 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 30 Sep, 2013 1 commit
-
-
William Luh authored
-
- 29 Sep, 2013 1 commit
-
-
The Android Automerger authored
-
- 26 Sep, 2013 1 commit
-
-
Adam Lesinski authored
-
- 25 Sep, 2013 2 commits
-
-
William Luh authored
Bug: 10912373 Change-Id: If8a2f9829b3aac4abc33a4623c5f5b4966fd6870
-
The Android Automerger authored
-
- 24 Sep, 2013 5 commits
-
-
Ben Cheng authored
-
Rom Lemarchand authored
Make sure fstab is not NULL before freeing it Bug: 10911605 Change-Id: I549c0a470dd183fb15a2f3c5cf4f3dd393b6e307
-
The Android Automerger authored
-
Ben Cheng authored
The kernel problem has been fixed long time ago and the ad-hoc logging mechanism is not thread safe and can flood the log with spurious messages. BUG: 10899829 Change-Id: I63278db51295e744eed3e47dc8d4cfe621c0d8f7
-
Adam Lesinski authored
Change-Id: If8c80003bc2f042c67ffdf38469407de3c2fda2c
-
- 23 Sep, 2013 2 commits
-
-
Ken Sumrall authored
-
Ken Sumrall authored
-
- 22 Sep, 2013 1 commit
-
-
The Android Automerger authored
-
- 21 Sep, 2013 4 commits
-
-
Jeff Sharkey authored
Change-Id: I63e21b90e5b8a8f016dd04ceca4354793faa5e37
-
Ken Sumrall authored
The log_target parameter of android_fork_execvp_ext() is now a bit field, and multiple targets can be set to log to multiple places at the same time. The new target LOG_FILE will log to a file specified by the new parameter file_path. Set LOG_FILE and log to a file in /dev (the only writable filesystem avilable when e2fsck runs) when invoking e2fsck in fs_mgr. Bug: 10021342 Change-Id: I63baf644cc8c3afccc8345df27a74203b44d0400
-
Ken Sumrall authored
Bug: 10330128 Change-Id: I41fb178b839487b604762fbc1ccba097d25c7aa0
-
Jeff Sharkey authored
Change-Id: I0eb029395a3afd2f93a7632d7d3d20d28c2ab189
-
- 20 Sep, 2013 1 commit
-
-
Jeff Sharkey authored
Before this change, FUSE lookup() would have the side effect of creating the directory on behalf of apps. This resulted in most directories being created just by Settings trying to measure disk space. Instead, we're switching to have vold do directory creation when an app doesn't have enough permissions. Create fs_mkdirs() utility to create all parent directories in a path as needed. Allow traversal (+x) into /storage directories. Fix FUSE derived permissions to be case insensitive. Mark well-known directories as .nomedia when created. Bug: 10577808, 10330221 Change-Id: I53114f2e63ffbe6de4ba6a72d94a232523231cad
-
- 19 Sep, 2013 1 commit
-
-
The Android Automerger authored
-
- 18 Sep, 2013 8 commits
-
-
Mathias Agopian authored
-
Nick Kralevich authored
-
Jamie Gennis authored
-
Jamie Gennis authored
Bug: 10624956 Change-Id: Ie1d7c8ac16b5a5ec1e63e4fb1863f5b1ab2b59e8
-
Nick Kralevich authored
It's a security best practice to carry entropy across reboots. (see "man 4 random"). Currently, entropy saving and mixing occur in the system_server, via the EntropyMixer code. Unfortunately, the EntropyMixer code runs fairly late in the boot process, which means early boot doesn't have high quality entropy. This has caused security problems in the past. Load entropy data as soon as we can in the early boot process, so that we can get /dev/random / /dev/urandom into a "random" state earlier. Bug: 9983133 Change-Id: Id4a6f39e9060f30fe7497bd8f8085a9bec851e80
-
Mathias Agopian authored
Bug: 10804238 Change-Id: I093945789d9c6d373392fc9dfd18ec2c6058d3b9
-
The Android Automerger authored
-
The Android Automerger authored
-
- 17 Sep, 2013 2 commits
-
-
Nick Kralevich authored
Don't follow symlinks when writing to a file. Don't create world-writable files. Bug: 10802869 Change-Id: Ifb55600d574307a535df878acb3347e02028cd30
-
The Android Automerger authored
-
- 16 Sep, 2013 3 commits
-
-
Nick Kralevich authored
-
Nick Kralevich authored
Don't allow unexpected characters in property names. Don't allow double dots in property names. Bug: 10733330 Change-Id: I8d69740d697efb791f2f201f90989576e13bac81
-
The Android Automerger authored
-
- 13 Sep, 2013 1 commit
-
-
Rom Lemarchand authored
-
- 12 Sep, 2013 2 commits
-
-
The Android Automerger authored
-
Eric Laurent authored
-
- 11 Sep, 2013 1 commit
-
-
The Android Automerger authored
-