- 12 Apr, 2013 1 commit
-
-
Ken Sumrall authored
Also change klog_init() to do nothing if already initialized. Change-Id: Ia2dfe914c9d9fd119fb8939508d57b15c9884663
-
- 11 Apr, 2013 1 commit
-
-
Ying Wang authored
For some prebuilts were built against libcutils with liblog in it. Unfortunately that means in the future if someone checks in prebuilts that are built against libcutils and they don't explicitly link against liblog, they will again prevent us from removing liblog from libcutils. Bug: 8587800 Bug: 8580410 Change-Id: I2a5ed6233df7e7d542d1e4167bec405750c0e671
-
- 10 Apr, 2013 1 commit
-
-
Ying Wang authored
Bug: 8580410 Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
-
- 05 Apr, 2013 2 commits
-
-
Christopher Tate authored
Also fixed the LOG() macro to actually write to the log again, tracking the change in _LOG() argument semantics. Bug 8322568 Change-Id: I79330c85c26d3ffb734315b6d0f2c0bb80bd234a
-
Elliott Hughes authored
(cherry picked from commit 707b8bbe) Bug: 8531731 Change-Id: I2785a07ef83e085f338d3094f9972de23117807c
-
- 04 Apr, 2013 1 commit
-
-
Jeff Sharkey authored
This prevents accidental bugreports on userdebug/eng devices. Bug: 8541006 Change-Id: Iefd15826090fd91434403f197cfd166e64400224
-
- 03 Apr, 2013 3 commits
-
-
Geremy Condra authored
-
Geremy Condra authored
Change-Id: Ibb9c8044caa9d39ee6ec9fe06d54bb9dc4b56ff3
-
Geremy Condra authored
This is necessary to enable remote updates. Change-Id: I05fb979c0360eca4cc6e4add48bb42f712a1ba17
-
- 02 Apr, 2013 3 commits
-
-
Mathias Agopian authored
-
Benoit Goby authored
-
Benoit Goby authored
adbd can receive multiple AUTH_RSAPUBLICKEY packets. This happens for example when booting with usb attached when we retry authenticating after the framework is done booting. Make sure usb_disconnect is only registered once, otherwise this creates a loop in the disconnects list. Bug: 8504991 Change-Id: Ia1f9a37005dd17b7eefee1493d622e1679263eea
-
- 01 Apr, 2013 2 commits
-
-
Mathias Agopian authored
I was fed-up with the constant conflicts in Eclipse with the "libutils" version. Also fix a few copyright notices. Change-Id: I8ffcb845af4b5d0d178f5565f64dfcfbfa27fcd6
-
Christopher Tate authored
The Activity Manager sets up a permission-guarded domain socket, which debuggerd connects to when a crash happens. If this is successful, the daemon then mirrors the logged crash report to that socket, then closes it. Bug 8322568 Change-Id: Ife0c772a628ef82e8457094e511ce1edbfe57460
-
- 29 Mar, 2013 4 commits
-
-
Nick Kralevich authored
* commit 'a56b0b97': run-as: Don't require CAP_DAC_READ_SEARCH
-
Nick Kralevich authored
* commit '191fe44c': run-as: Don't require CAP_DAC_READ_SEARCH
-
Nick Kralevich authored
-
Nick Kralevich authored
This is a partial AOSP port of Google internal change 080427e4 . Change-Id: I23a7edc808d227caf3862b035dc2ca39639d9d59
-
- 28 Mar, 2013 5 commits
-
-
Geremy Condra authored
* commit 'f19e045c': run-as: Get seinfo from packages.list and pass to libselinux.
-
Geremy Condra authored
* commit 'c8df252f': run-as: Get seinfo from packages.list and pass to libselinux.
-
Jamie Gennis authored
This change adds support for tracing using the ATRACE_TAG_APP tag. This tag is enabled only for processes in which the /proc/<pid>/cmdline value appears in the comma-separated list of such values in the debug.atrace.app_cmdlines system property. It is also only enabled if either the ro.debuggable system property is set to 1 or the application has declared itself debuggable in its manifest, which gets reported to libcutils by the framework. Change-Id: Ic94ba55f4e70a9cf994056acbf151e523428b65d
-
Geremy Condra authored
-
Robert Craig authored
Change allows the proper seinfo value to be passed to libselinux to switch to the proper app security context before running the shell. Change-Id: I9d7ea47c920b1bc09a19008345ed7fd0aa426e87 Signed-off-by:
rpcraig <rpcraig@tycho.ncsc.mil>
-
- 27 Mar, 2013 3 commits
-
-
Geremy Condra authored
* commit 'bed08333': Drop /data/system as a policy file location
-
Geremy Condra authored
* commit 'c0e1bc1c': Drop /data/system as a policy file location
-
Geremy Condra authored
-
- 26 Mar, 2013 2 commits
-
-
William Roberts authored
/data/system is no longer used as a policy file location. Use /data/security instead. Change-Id: Ie77be9e25c67c8a2157c7b6c468f3215a49ead52
-
Igor Murashkin authored
-
- 25 Mar, 2013 2 commits
-
-
Ziv Hendel authored
Bug: 8469799 Change-Id: Ie10242dd05becd142cc84651d5e5795e4c02270d Signed-off-by:
Igor Murashkin <iam@google.com> Signed-off-by:
Adam Hampson <ahampson@google.com>
-
Todd Poynor authored
Change-Id: I7537d56a23ca787daf92a9d91778056f987097bd
-
- 23 Mar, 2013 3 commits
-
-
Geremy Condra authored
* commit '4d71493e': Fix mode on /data/security.
-
Geremy Condra authored
* commit 'e849970c': Fix mode on /data/security.
-
Geremy Condra authored
-
- 22 Mar, 2013 1 commit
-
-
Ying Wang authored
-
- 21 Mar, 2013 6 commits
-
-
Rom Lemarchand authored
-
Geremy Condra authored
-
William Roberts authored
Adding a new location for policy files under /data, the new location is /data/security. The new location is used before attempting to use any other location. This requires a new directory to be created by the init script and an update to the location of the property_contexts file for property service. Change-Id: I955a722ac3e51fa6c1b97201b8bdef3f601cf09d
-
Ian Rogers authored
We assume ARMv7 which with thumb2 has ldrex/strex operations that may be inlined if -mthumb is defined. Remove remnants of ARMv5 support. (cherry picked from commit 80c3b278) Change-Id: I194a3d08e933c63f79d48288d9235b4e64099340
-
Stephen Smalley authored
Change-Id: Id97d06a1c360c7871361db147f76b8a2eaceca42 Signed-off-by:
Stephen Smalley <sds@tycho.nsa.gov>
-
Geremy Condra authored
* commit 'a3c3709e': Create a new location for /data policy files
-