summaryrefslogtreecommitdiffstats
path: root/include/private
Commit message (Collapse)AuthorAgeFilesLines
* am 336bc321: Make the NFC UID forward compatible.Jeff Hamilton2011-04-041-1/+3
|\ | | | | | | | | * commit '336bc321a6e978a273098148e13a82c5e7ec3be5': Make the NFC UID forward compatible.
| * Make the NFC UID forward compatible.Jeff Hamilton2011-04-011-1/+3
| | | | | | | | Change-Id: Icfa302c22151b3d722ad0da7e58806f74730e1a3
* | am a6a36c0b: Update the value for the NFC shared UID.Jeff Hamilton2011-03-241-1/+2
|\ \ | |/ | | | | | | * commit 'a6a36c0b799b84d06b695027d205f21d13a3275b': Update the value for the NFC shared UID.
| * Update the value for the NFC shared UID.Jeff Hamilton2011-03-241-1/+2
| | | | | | | | Change-Id: I47edf39dbdf2ebd41f44ca69aac250d8991dec4c
* | Merge a775965b from gingerbreadJean-Baptiste Queru2010-10-151-0/+2
|\ \ | |/ | | | | Change-Id: I8c08cca033ef3efe6badd2a7ba4674dfb02d6b60
| * Add AID_NFC for use by the NFC service.Nick Pelly2010-10-151-0/+2
| | | | | | | | | | Change-Id: I5b92f87dbacb9d855d99e10b3811f290fb64a144 Signed-off-by: Nick Pelly <npelly@google.com>
* | resolved conflicts for merge of c29919c8 to gingerbread-plus-aospMike Lockwood2010-09-271-0/+2
|\ \ | |/ | | | | Change-Id: I860b7690c40428839e45e2c2b122661b00d47e0e
| * Add AID_GPS user ID for GPS daemonMike Lockwood2010-09-271-0/+2
| | | | | | | | | | Change-Id: I2f8ffba40e3f5145b37296f19c698e08d768ce59 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am 02863b95: add /vendor supportBrian Swetland2010-09-191-0/+2
|\ \ | |/ | | | | | | | | | | Merge commit '02863b957cfbfc302d3136ed78c0cba86accacd8' into gingerbread-plus-aosp * commit '02863b957cfbfc302d3136ed78c0cba86accacd8': add /vendor support
| * add /vendor supportBrian Swetland2010-09-191-0/+2
| | | | | | | | | | | | | | | | | | | | - look in /vendor/firmware/... in addition to /system/etc/firmware/... for firmware loading - add /vendor/bin to path before /system/bin - add /vendor/lib to ldpath before /system/lib - configure appropriate permissions for /system/vendor/bin - symlink /vendor -> /system/vendor Change-Id: I0c06ca1e38a44f0c7024cee6cea8907aa93a4532
* | manual merge from readonly-korg-masterJean-Baptiste Queru2010-09-101-0/+4
|\ \ | | | | | | | | | Change-Id: Id17f69d22fbbc84578be5aadd5e8e906ff0eb548
| * | - Add drm and drmio serviceaimitakeshi2010-07-271-0/+4
| | | | | | | | | | | | | | | | | | - Add /data/drm directory for storing DRM related data Change-Id: Ifd8922a3de109dbf5cd3f9cabbf4e5689b16c1d7
* | | am 739cd9d2: Merge "get rid of compile time warning: "warning: ↵Nick Kralevich2010-08-311-1/+1
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | ‘android_ids’ defined but not used"" into gingerbread Merge commit '739cd9d2d4718913889a15d95c840506a2af04d1' into gingerbread-plus-aosp * commit '739cd9d2d4718913889a15d95c840506a2af04d1': get rid of compile time warning: "warning: ‘android_ids’ defined but not used"
| * get rid of compile time warning: "warning: ‘android_ids’ defined but not ↵Nick Kralevich2010-08-311-1/+1
| | | | | | | | | | | | used" Change-Id: If365bd88f735d425f37d61bcd5a6903f99f6a454
* | Set the modes for rc.* files in /system/etcBruce Beare2010-07-231-0/+1
|/ | | | | Change-Id: I0897897cdffa66afa4f818f7ebcf0a9b70c517ea Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* merge from open-source masterThe Android Open Source Project2010-05-171-0/+2
|\ | | | | | | Change-Id: I414c9479f4f913c777ef18b7ff27e410f49d35b9
| * init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB.Mike Lockwood2010-05-161-0/+2
| | | | | | | | | | | | | | init now creates files in /dev/bus/usb/ for user access to USB devices. Files are chmod 660 with group AID_USB. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Add Bluetooth SCO connection blacklistEric Olsen2010-03-181-0/+1
| | | | | | | | | | Change-Id: Ieb11debfea66ec715f48e8069619c2c15acf2035 Signed-off-by: Eric Olsen <eolsen@android.com>
* | Add 'run-as' command implementation as set-uid program.David 'Digit' Turner2010-03-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | Typical usage is 'run-as <package-name> <command>' to run <command> in the data directory, and the user id, of <package-name> if, and only if <package-name> is the name of an installed and debuggable application. This relies on the /data/system/packages.list file generated by the PackageManager service. BEWARE: This is intended to be available on production devices !
* | Change permissions on pppd-rilWink Saville2010-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | On devices that use a pppd for cellular network access, a pppd-ril process needs to run as root to configure the connection. Changing the process to suid-root in the build image is the only known way to avoid needing to remount the system image at boot to accomplish the same thing. Change-Id: I6c778391b8040ee818343e304891e7d341cc729b
* | Change netcfg permissions to 2750.Nick Kralevich2010-03-081-1/+1
| | | | | | | | | | | | Fix bug 2104034. Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a
* | Update bluetooth data files path.Jaikumar Ganesh2010-02-251-3/+4
| |
* | fix [2448319] out of bounds array index in fogMathias Agopian2010-02-161-2/+1
|/
* am b084929f: Make AudioPara4 world-readableJean-Baptiste Queru2009-10-041-1/+1
|\ | | | | | | | | | | | | Merge commit 'b084929f5dd57b878f6debe6567a6c8888061fa0' into eclair * commit 'b084929f5dd57b878f6debe6567a6c8888061fa0': Make AudioPara4 world-readable
| * Make AudioPara4 world-readableJean-Baptiste Queru2009-10-021-1/+1
| | | | | | | | | | | | This way adb pull can get to it on user builds. BUG=1869158
* | resolved conflicts for merge of abb08550 to masterrepo sync2009-06-301-5/+5
|\ \ | |/
| * Add device, property, directory, and file permissions for VPN.Chia-chi Yeh2009-06-191-5/+5
| |
* | Bluez4 changesJaikumar Ganesh2009-06-091-1/+1
| | | | | | | | Rename hcid to bluetoothd and change permissions.
* | am 1f75d709: Add VPN and Keystore services and data directories.Chung-yih Wang2009-06-081-1/+3
|\ \ | |/ | | | | | | | | | | Merge commit '1f75d709c10f49d2e2390b888e766bcfd17da860' * commit '1f75d709c10f49d2e2390b888e766bcfd17da860': Add VPN and Keystore services and data directories.
| * Add VPN and Keystore services and data directories.Chung-yih Wang2009-06-091-1/+3
| | | | | | | | | | | | -- changed the default mode to 0770 for keystore with the new user 'keystore'. -- add the keystore service providing the basic key lookup/install/remove, but only keystore user can access the key content.
* | break dependency on utils/Endian.hMathias Agopian2009-06-071-1/+1
|/
* Make /system/xbin/tcpdump setuid root.Dan Egnor2009-05-151-0/+1
|
* init: Create new 'vpn' user/group and set owner of '/dev/tun' to it.San Mehat2009-05-151-0/+2
| | | | Signed-off-by: San Mehat <san@google.com>
* filesystem: Add new group 'sdcard_rw' for restricting sd card write accessSan Mehat2009-04-231-0/+2
| | | | Signed-off-by: San Mehat <san@google.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-0/+1057
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-1057/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-5/+9
|
* Initial ContributionThe Android Open Source Project2008-10-213-0/+1053