Commit graph

297 commits

Author SHA1 Message Date
Nick Kralevich
c9cf733779 am 05e07c20: Merge "Move creation of /data/misc/wifi and /data/misc/dhcp to main init.rc file."
* commit '05e07c20e3c861d0f189e12b850a831a45ded01e':
  Move creation of /data/misc/wifi and /data/misc/dhcp to main init.rc file.
2014-03-07 01:35:46 +00:00
Nick Kralevich
ebadeeabcf am f49ac52a: Merge "Remove /data/app/sensor_ctl_socket on boot."
* commit 'f49ac52acd958d57fdadaa792dad360cedf9db69':
  Remove /data/app/sensor_ctl_socket on boot.
2014-03-07 01:34:15 +00:00
Nick Kralevich
05e07c20e3 Merge "Move creation of /data/misc/wifi and /data/misc/dhcp to main init.rc file." 2014-02-04 18:33:14 +00:00
Nick Kralevich
f49ac52acd Merge "Remove /data/app/sensor_ctl_socket on boot." 2014-02-03 17:13:06 +00:00
Nick Kralevich
a46f687db9 Remove /data/app/sensor_ctl_socket on boot.
Unix domain sockets need to be unlinked and re-created on each
reboot regardless, and removing the old socket left by a prior boot
ensures that we do not have a dead socket file in the wrong security
context, thereby yielding denials and preventing proper removal
and re-creation by the sensors service.

This same patch was applied to flo in commit
https://android-review.googlesource.com/79110 but we forgot to
apply it to deb.

Bug: 12728711
Change-Id: Ibe7b44d7be4659806340b71a8ffb6fe977333cb9
2014-02-01 13:56:02 -08:00
Stephen Smalley
698cf1448e Move creation of /data/misc/wifi and /data/misc/dhcp to main init.rc file.
mkdir /data/misc/wifi subdirectories and /data/misc/dhcp is performed
in the various device-specific init*.rc files but seems generic.
Move it to the main init.rc file.

Change-Id: I51b09c5e40946673a38732ea9f601b2d047d3b62
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2014-01-29 14:06:29 -05:00
Nick Kralevich
60131264f6 am 1c2c2da7: Merge "Relabel sensors files"
* commit '1c2c2da740eb37ff0b96bbd8290eb3eeafe68fec':
  Relabel sensors files
2013-12-19 16:39:03 -08:00
Nick Kralevich
1c2c2da740 Merge "Relabel sensors files" 2013-12-20 00:34:10 +00:00
Nick Kralevich
7e8ecaf084 Relabel sensors files
In device/asus/flo commit 9d6624a0, /data/misc/sensors
and /data/system/sensors were changed from system_data_file to
sensors_data_file. /data/nfc was changed from system_data_file
to nfc_data_file.

However, we forgot to fix up existing files.

Addresses the following sensors denials:

<5>[  103.234466] type=1400 audit(1387408621.036:26): avc:  denied  { setattr } for  pid=4833 comm="sensors.qcom" name="debug" dev="mmcblk0p31" ino=188441 scontext=u:r:sensors:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir
<5>[  103.254089] type=1400 audit(1387408621.066:27): avc:  denied  { append } for  pid=4833 comm="sensors.qcom" name="error_log" dev="mmcblk0p31" ino=188442 scontext=u:r:sensors:s0 tcontext=u:object_r:system_data_file:s0 tclass=file
<5>[  103.273681] type=1400 audit(1387408621.086:28): avc:  denied  { open } for  pid=4833 comm="sensors.qcom" name="error_log" dev="mmcblk0p31" ino=188442 scontext=u:r:sensors:s0 tcontext=u:object_r:system_data_file:s0 tclass=file
<5>[  103.293914] type=1400 audit(1387408621.106:29): avc:  denied  { read } for  pid=4833 comm="sensors.qcom" name="debug" dev="mmcblk0p31" ino=188441 scontext=u:r:sensors:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir
<5>[  103.313537] type=1400 audit(1387408621.126:30): avc:  denied  { open } for  pid=4833 comm="sensors.qcom" name="debug" dev="mmcblk0p31" ino=188441 scontext=u:r:sensors:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir

nfc denials:

<5>[  579.726409] type=1400 audit(1387410509.432:35): avc:  denied  { write } for  pid=1257 comm=4173796E635461736B202331 name="nfc" dev="mmcblk0p31" ino=253953 scontext=u:r:nfc:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir
<5>[  579.746185] type=1400 audit(1387410509.452:36): avc:  denied  { add_name } for  pid=1257 comm=4173796E635461736B202331 name="halStorage.bin4" scontext=u:r:nfc:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir
<5>[  579.765014] type=1400 audit(1387410509.472:37): avc:  denied  { create } for  pid=1257 comm=4173796E635461736B202331 name="halStorage.bin4" scontext=u:r:nfc:s0 tcontext=u:object_r:system_data_file:s0 tclass=file
<5>[  579.783477] type=1400 audit(1387410509.492:38): avc:  denied  { write } for  pid=1257 comm=4173796E635461736B202331 name="halStorage.bin4" dev="mmcblk0p31" ino=253956 scontext=u:r:nfc:s0 tcontext=u:object_r:system_data_file:s0 tclass=file

Change-Id: Ic2076102123f9336c35974a944664ecbf8d216ae
2013-12-18 16:12:31 -08:00
Conley Owens
65c5ecab1b am a23855f5: Update for KOT49H
* commit 'a23855f5519def7f25aa3dada07bc0593722ac18':
  Update for KOT49H
2013-12-11 15:05:21 -08:00
Conley Owens
a23855f551 Update for KOT49H
Change-Id: I03c77e289e7ba0a460b6d67f33660c21193f9a22
2013-12-10 16:33:13 -08:00
The Android Open Source Project
c23980d1bc am 643e52aa: Merge commit \'76428ec8349ae0d73455fa4b248bcc7375e08243\' into HEAD
* commit '643e52aad73528d56b763f38171cfd5b895f5775':
2013-12-05 17:25:09 -08:00
The Android Open Source Project
643e52aad7 Merge commit '76428ec8349ae0d73455fa4b248bcc7375e08243' into HEAD 2013-12-05 12:38:01 -08:00
Nick Kralevich
59be944c9d am 235c62f9: am f270c350: Merge "Migrate SELinux related flo changes to deb."
* commit '235c62f95eef3f6ed44e9d35e32ee757406646ca':
  Migrate SELinux related flo changes to deb.
2013-11-23 12:36:49 -08:00
Nick Kralevich
235c62f95e am f270c350: Merge "Migrate SELinux related flo changes to deb."
* commit 'f270c350f74b4a1b07c8860fdeed2a18b5f854df':
  Migrate SELinux related flo changes to deb.
2013-11-22 17:22:09 -08:00
Nick Kralevich
f270c350f7 Merge "Migrate SELinux related flo changes to deb." 2013-11-23 00:48:32 +00:00
Nick Kralevich
a39bbf1ee9 Migrate SELinux related flo changes to deb.
Copy over the flo related SELinux changes to deb.
See https://android-review.googlesource.com/70190

Change-Id: Ie3a07b12ad6d12dedf2d0ccbfd8fb3211dcbe890
2013-11-22 11:06:35 -05:00
Conley Owens
76428ec834 Merge "Update proprietary blobs for deb" into klp-dev 2013-11-13 01:52:52 +00:00
Conley Owens
c4d5774441 Update proprietary blobs for deb
Change-Id: I33fb2de37ccd400a67b454f9eb1994022419273a
2013-10-28 19:48:58 -07:00
Ed Tam
15b9ab8da0 Add back LTE to Preferred network mode options
Bug: 11264362

Change-Id: I6b5284fc2fc3d0614c4f9fd863d05cd3faf28701
Signed-off-by: Ed Tam <etam@google.com>
2013-10-22 12:07:19 -07:00
Robert Greenwalt
2c783e3950 Merge "Change vzw provisioning url from get to post" into klp-dev 2013-10-17 23:01:12 +00:00
Robert Greenwalt
72ef240d1c Change vzw provisioning url from get to post
Do this by injecting an auto-submitting form in the data to be
interpreted as a html doc by the browser.

bug:11168810
Change-Id: Ifd33e1c3c7f9f40b6add39e446e6a7d7cde22549
2013-10-17 14:33:13 -07:00
Ed Heyl
85e0eb4a7d merge in klp-release (no-op) 2013-10-16 17:35:22 -07:00
The Android Automerger
995b98b9cc merge in klp-release history after reset to klp-dev 2013-10-09 06:00:05 -07:00
Ed Heyl
1c91a0d574 merge in KQS81M 2013-10-08 15:35:53 -07:00
Daniel Sandler
000bdf24cf Mute low-battery sounds after one hour with screen off.
Requires change Iddd42038 in frameworks/base.

Bug: 10487557
Change-Id: I1549043f28b87664434f9fe374c551de5d996edb
2013-10-07 11:24:46 -04:00
The Android Automerger
5393d060ff merge in klp-release history after reset to klp-dev 2013-09-25 06:00:05 -07:00
Ed Heyl
bd799bd25d auto-generated blob list for deb
Bug: 4295425
Change-Id: Ib79ecb1e7feafbf06cefdfd60d40484e0b918986
2013-09-24 02:38:09 -07:00
The Android Automerger
072e4c72ed merge in klp-release history after reset to klp-dev 2013-09-19 06:00:03 -07:00
Ed Heyl
1cc281c187 cherry-pick 96e125ff: Revert Remove AOSP support. Do not merge.
Change-Id: I07cbd94dfbac543bfee3e1b0c625b2e7d7540d32
2013-09-17 11:46:57 -07:00
Ed Tam
efc0d3c25b wlan: fix syntax error for enable riva ssr.
Bug: 10674988

Change-Id: I684d3902f8a40053c264f47a54fd12376588d783
Signed-off-by: Ed Tam <etam@google.com>
2013-09-10 17:12:56 -07:00
Ed Tam
397e7be352 wlan: fix syntax error for enable riva ssr.
Bug: 10674988

Change-Id: I684d3902f8a40053c264f47a54fd12376588d783
Signed-off-by: Ed Tam <etam@google.com>
2013-09-10 14:07:05 -07:00
The Android Automerger
2d3463f265 merge in klp-release history after reset to klp-dev 2013-09-09 06:00:03 -07:00
Ed Tam
80cc9282d8 deb: init: change owner of kgsl/proc debugfs directory to system
Bug: 10550827
Change-Id: Ibf7d24c5e21ad0dace79eb52d28277c5518f4c4e
2013-09-06 15:12:14 -07:00
The Android Automerger
d7bc850356 merge in klp-release history after reset to klp-dev 2013-09-05 06:00:05 -07:00
Iliyan Malchev
4048df7331 Merge "deb: enable background WiFi scanning" into klp-dev 2013-09-04 22:39:25 +00:00
Iliyan Malchev
9ea6ab52a7 deb: enable background WiFi scanning
b/10039821  [msm8x64] Add scheduled scan (PNO)

Change-Id: Ibdf2e91c60d537ff2562874019675247d4cb30e4
Signed-off-by: Iliyan Malchev <malchev@google.com>
2013-09-04 22:33:37 +00:00
Jeff Sharkey
1d87bbfb02 Enable richer SD card permissions.
Bug: 10330083
Change-Id: I1174702e7fe91b5a9de3e5147f7114ecb34b622a
2013-09-04 14:40:13 -07:00
Wink Saville
16e471d779 Add mobile_provisioning_apn.
Also, Mike Sabolish and I decided all of the config.xml for
AT&T should be the same. I used values-mcc310-mnc560 as the
canonical version.

Bug: 10328264
Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5
2013-08-30 11:23:14 -07:00
Wink Saville
f909d18fd4 am 7295dc7d: am 8d1c4196: Add mobile_provisioning_apn.
* commit '7295dc7d22ed01272145dd09ad41c2bfd45bad65':
  Add mobile_provisioning_apn.
2013-08-29 15:15:54 -07:00
Wink Saville
a3eb867989 Add mobile_provisioning_apn.
Also, Mike Sabolish and I decided all of the config.xml for
AT&T should be the same. I used values-mcc310-mnc560 as the
canonical version.

Bug: 10328264
Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5
2013-08-29 14:08:10 -07:00
Wink Saville
7295dc7d22 am 8d1c4196: Add mobile_provisioning_apn.
* commit '8d1c41968e3e9f1db61204078593fc6f8f14835d':
  Add mobile_provisioning_apn.
2013-08-29 11:57:48 -07:00
Wink Saville
8d1c41968e Add mobile_provisioning_apn.
Also, Mike Sabolish and I decided all of the config.xml for
AT&T should be the same. I used values-mcc310-mnc560 as the
canonical version.

Bug: 10328264
Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5
2013-08-28 15:23:34 -07:00
Dmitry Shmidt
737287b512 deb: wifi: Override control iface to leave it to global
Bug: 9056601

Change-Id: Ibf8103eaf75f42b5da79454613a6d3437e377103
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2013-08-26 16:40:37 -07:00
Dmitry Shmidt
c443c1b6a0 deb: wifi: Fix P2P processing
Bug: 10460300

Change-Id: Ia3958576058cf7ef83b0823d59e3a5ab2df82bd1
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2013-08-26 10:51:35 -07:00
paris_yeh
9a049bd47a deb: dumpstate: Add emmc maker and capacity for debugging
Change-Id: I6fa5f72dbac007b0ba949c98f751eec71b7465d4
Signed-off-by: paris_yeh <paris_yeh@asus.com>
2013-08-16 17:02:48 -07:00
Todd Poynor
3f58287b73 deb: dumpstate: switch to HAL static lib
Change-Id: Ie24ccd60464608717aa049801ec8f61a02fc360d
2013-08-13 17:02:08 -07:00
Jay Shrauner
cf620be727 Merge "Update comments" into klp-dev 2013-08-13 21:15:01 +00:00
Mike Sabolish
8cac44b2f4 am 4077f259: am f0130356: Default AT&T tethering and MHS modes to off
* commit '4077f259975d58fc407ba847fe4e0ad30a148d99':
  Default AT&T tethering and MHS modes to off
2013-08-12 16:02:05 -07:00
Mike Sabolish
4077f25997 am f0130356: Default AT&T tethering and MHS modes to off
* commit 'f0130356a775005cca71008b26a5ad4a0ca50bdb':
  Default AT&T tethering and MHS modes to off
2013-08-12 16:00:37 -07:00