summaryrefslogtreecommitdiffstats
path: root/init/property_service.c
Commit message (Expand)AuthorAgeFilesLines
* Let users with SYSTEM permission set debug. propertiesRomain Guy2012-04-271-0/+1
* Don't read /data/local.prop on user buildsNick Kralevich2012-01-181-0/+4
* init: export all androidboot cmd line values as ro.boot.xx propsDima Zavin2012-01-051-3/+6
* Delete dead code.Jeff Brown2011-11-181-15/+0
* init: do not load default.prop from ramdisk in charger modeDima Zavin2011-09-061-2/+3
* Allow radio to set sys.usb.configBenoit Goby2011-08-221-0/+1
* Allow radio to set net.cdma* propertiesBenoit Goby2011-07-281-0/+1
* Allow radio to set net.lte* propertiesBenoit Goby2011-07-251-0/+1
* init: update permissions for VPN.Chia-chi Yeh2011-07-081-2/+0
* init: Handle EINTR in handle_property_set_fd()Mike Lockwood2011-07-011-3/+3
* Close the client socket early for ctl.* properties.Brad Fitzpatrick2011-04-011-5/+9
* Close the property socket *after* updating properties.Brad Fitzpatrick2011-03-301-10/+6
* Load the persistent properties after decrypting the /data partitionKen Sumrall2011-03-101-0/+12
* property_service: Give radio permission to set net.qmi*Amol Bhatkar2011-03-021-0/+1
* init: Allow non-root adbd to switch between TCP and USB modesMike Lockwood2010-12-101-0/+1
* Allow AID_RADIO to restart the ril-daemon.Wink Saville2010-10-031-2/+3
* init: use tmpfs/ftruncate for properties backing store instead of ashmemBrian Swetland2010-07-131-6/+15
* init: Allow services to start before property triggers are upColin Cross2010-04-211-1/+7
* init: Move list and log handling to list.h and log.hColin Cross2010-04-211-0/+1
* init: Move prototypes for util.c into util.hColin Cross2010-04-131-0/+1
* init: Move property_set_fd to property_service.cColin Cross2010-04-131-7/+14
* Encrypted File SYstems project. Enabling EFS security properties.Oscar Montemayor2009-11-121-0/+1
* init: Add support for enforcing setprop by caller's group.Mike Lockwood2009-09-031-31/+37
* Add persistent radio prop perms ; cleanup ws and typos.Tammo Spalink2009-08-311-28/+29
* Allow radio to modify net.ppp* properties for dnsRobert Greenwalt2009-08-251-0/+1
* Add device, property, directory, and file permissions for VPN.Chia-chi Yeh2009-06-191-0/+2
* init: Fix some broken code that did not cause problems until switching to gcc...Mike Lockwood2009-05-081-4/+3
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+502
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-502/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
* Initial ContributionThe Android Open Source Project2008-10-211-0/+502