Commit graph

7608 commits

Author SHA1 Message Date
Mark Salyzyn
219ed7079a am 4336d13c: am 85010465: Merge "logd: selinux auditd initial commit"
* commit '4336d13cb12a8e779d4c56c45dc6d7a47c0b7898':
  logd: selinux auditd initial commit
2014-04-07 18:04:17 +00:00
Mark Salyzyn
c367923388 am 236d6a81: am 44853351: Merge "logd: Add pidToUid helper"
* commit '236d6a814396e2678f17487c761f30f7481e5f3b':
  logd: Add pidToUid helper
2014-04-07 18:04:16 +00:00
Mark Salyzyn
b1e678d98f am cfb2f579: am ebdf9778: Merge "logd: Add pidToName helper"
* commit 'cfb2f57916818701097e0d08b2b6193ba43d2274':
  logd: Add pidToName helper
2014-04-07 18:04:15 +00:00
Mark Salyzyn
4336d13cb1 am 85010465: Merge "logd: selinux auditd initial commit"
* commit '8501046553ac99a278f10377c2ccf9ee6d82eeb1':
  logd: selinux auditd initial commit
2014-04-07 17:58:36 +00:00
Mark Salyzyn
236d6a8143 am 44853351: Merge "logd: Add pidToUid helper"
* commit '448533515002d8836f00d5b7127a814df370c125':
  logd: Add pidToUid helper
2014-04-07 17:58:35 +00:00
Mark Salyzyn
cfb2f57916 am ebdf9778: Merge "logd: Add pidToName helper"
* commit 'ebdf9778a08c8ff23d4e4aab3041c7642c74aa89':
  logd: Add pidToName helper
2014-04-07 17:58:35 +00:00
Mark Salyzyn
8501046553 Merge "logd: selinux auditd initial commit" 2014-04-07 17:54:00 +00:00
Mark Salyzyn
4485335150 Merge "logd: Add pidToUid helper" 2014-04-07 17:53:48 +00:00
Mark Salyzyn
ebdf9778a0 Merge "logd: Add pidToName helper" 2014-04-07 17:53:38 +00:00
William Roberts
29d238d2a8 logd: selinux auditd initial commit
Initial commit for an audit daemon that writes kernel audit
messages to the Android logger. The daemon searches dmesg
for all lines that contain "audit" and writes them. Then
receiving the messages from the netlink socket.

It also formats the messages so they are compatable with
ausearch (type=<t> <m> format)

Modified: Mark Salyzyn <salyzyn@google.com>

- do not start auditd
- merge into logd, stripping unnecessary file logging.
- Convert headers and code to support C++
- Fix bugs in libaudit
- squash timestamp (replace with 0.0) due to duplication
- squash pid due to duplication
- squash comm due to duplication

Change-Id: I421bcf33e7e670d596628b1b5c7c25536ce2d3fe
2014-04-07 10:51:00 -07:00
Mark Salyzyn
4ba0387af5 logd: Add pidToUid helper
Change-Id: I23ebae1957c027bff6cbc2573a227bf0c44c08a2
2014-04-07 10:51:00 -07:00
Mark Salyzyn
9a03863e88 logd: Add pidToName helper
Change-Id: Idd8e804ab65feb8dc432150ae701464de1ad5302
2014-04-07 10:50:55 -07:00
Mark Salyzyn
c2dd26d1b3 am 113efaae: am d1d2c15d: Merge "logd: transitory reader thread create should be detached"
* commit '113efaaeec1b0197d43cce64a73cbc1a5b5cbc94':
  logd: transitory reader thread create should be detached
2014-04-04 20:54:34 +00:00
Mark Salyzyn
113efaaeec am d1d2c15d: Merge "logd: transitory reader thread create should be detached"
* commit 'd1d2c15de8ea09989e8072d197c22020860f1461':
  logd: transitory reader thread create should be detached
2014-04-04 20:48:55 +00:00
Mark Salyzyn
d1d2c15de8 Merge "logd: transitory reader thread create should be detached" 2014-04-04 20:44:02 +00:00
Mark Salyzyn
765f782891 logd: transitory reader thread create should be detached
Bug: 13692914
Change-Id: Ia7306e6e844ae9f17c6f594bf6b25f3148652570
2014-04-04 13:12:56 -07:00
Christopher Ferris
6a8c316438 am e35cba9a: am a97798af: Merge "Create an UnwindMapLocal object."
* commit 'e35cba9af02004d30033826638e00ba5fdcdd013':
  Create an UnwindMapLocal object.
2014-04-04 02:04:39 +00:00
Christopher Ferris
e35cba9af0 am a97798af: Merge "Create an UnwindMapLocal object."
* commit 'a97798afc9105668a80b775516a7cc4db341a62e':
  Create an UnwindMapLocal object.
2014-04-04 02:01:13 +00:00
Christopher Ferris
a97798afc9 Merge "Create an UnwindMapLocal object." 2014-04-04 01:55:13 +00:00
Elliott Hughes
4fe1861593 am 56d57e88: am 5f130216: Merge "Handle errno properly to avoid corrupt str_parms"
* commit '56d57e88c6ccda0043e879b1a56a7445af8a886f':
  Handle errno properly to avoid corrupt str_parms
2014-04-04 00:08:15 +00:00
Christopher Ferris
e296091060 Create an UnwindMapLocal object.
The way libunwind handles local unwinds is different from remote unwinds,
so create a new map object to handle the differences.

Add new test to verify the map data is being generated correctly.

Add new tests to check for leaks.

Refactor the BACK_LOGW code into a single header file.

Change-Id: I01f3cbfc4b927646174ea1b614fa25d23b9b3427
2014-04-03 14:19:24 -07:00
Elliott Hughes
56d57e88c6 am 5f130216: Merge "Handle errno properly to avoid corrupt str_parms"
* commit '5f130216762278331b5d97eaf1fb549680143c85':
  Handle errno properly to avoid corrupt str_parms
2014-04-03 18:25:57 +00:00
Elliott Hughes
5f13021676 Merge "Handle errno properly to avoid corrupt str_parms" 2014-04-03 18:21:55 +00:00
Jens Gulin
d3c8d5b8d4 Handle errno properly to avoid corrupt str_parms
A normal sequence of calls is as follows:
str_parms_create_str, str_parms_add_str, str_parms_destroy.
In some cases the destroy caused double free.

str_parms_add_str will clone the input and send it to hashmapPut
for storage. If hashmapPut did not store the strings it will raise
errno = ENOMEM and leave caller with ownership of the strings.
In any of these cases it will be safe to destroy the str_parms.

But what if it wasn't hashmapPut that said NOMEM? What if there
was a stale NOMEM already before a successful hashmapPut?
In that case the strings will be successfully added to the list
(if new), but when str_parms_add_str sees the NOMEM it will free
them anyway, leaving dangling pointers in the str_parms!!

It is the responsibility of the caller to clear errno before any
interesting call. This patch makes sure that str_parms_add_str
reacts only on errno emmitted from hashmapPut.

Change-Id: If87e4bcc482f09e1c66133d33517b152ebdac65f
2014-04-03 11:19:54 -07:00
Narayan Kamath
f84b61b377 am b5e13749: am 223fc42b: Merge "Add CleanSpec for zygote changes."
* commit 'b5e137493998de960313c62d1824dfc581fb5327':
  Add CleanSpec for zygote changes.
2014-04-02 16:24:07 +00:00
Narayan Kamath
b5e1374939 am 223fc42b: Merge "Add CleanSpec for zygote changes."
* commit '223fc42b5e289e882f67c893374ffbef595a6901':
  Add CleanSpec for zygote changes.
2014-04-02 16:20:54 +00:00
Narayan Kamath
223fc42b5e Merge "Add CleanSpec for zygote changes." 2014-04-02 16:17:03 +00:00
Narayan Kamath
346ccaf6d7 Add CleanSpec for zygote changes.
default.prop is generated out of several makefile variables,
and it isn't possible to neatly express a dependency on those
variables (except perhaps by adding every possible makefile that
could define them to the deps list).

Change-Id: I93ea45c956aa22922f2389f735c058700621f674
2014-04-02 12:49:09 +01:00
Mark Salyzyn
990cdb149e am eb69b9a5: am 075828b8: Merge "logd: build breakage in user"
* commit 'eb69b9a5020b15e97b448245b63cfa7a6171cd2b':
  logd: build breakage in user
2014-04-02 00:21:46 +00:00
Mark Salyzyn
eb69b9a502 am 075828b8: Merge "logd: build breakage in user"
* commit '075828b83bd903465442dc5021004266d56e075c':
  logd: build breakage in user
2014-04-02 00:17:05 +00:00
Mark Salyzyn
075828b83b Merge "logd: build breakage in user" 2014-04-02 00:11:13 +00:00
Mark Salyzyn
ca4c63d799 logd: build breakage in user
build breakage in branch: git_klp-dev-gpl @ 1101951

Change-Id: I4c9681bf4c97368ec19f5a79fef134aba937f337
2014-04-01 16:57:29 -07:00
Igor Murashkin
cb6daaafa4 am 9d379a1e: am dfdbb64f: Merge "Fix stack trace logging in RefBase."
* commit '9d379a1e02f25cbc06db55952d981b0dbba75b5c':
  Fix stack trace logging in RefBase.
2014-04-01 23:00:08 +00:00
Igor Murashkin
9d379a1e02 am dfdbb64f: Merge "Fix stack trace logging in RefBase."
* commit 'dfdbb64ff79df937e939f78ff70d5501f17e57d3':
  Fix stack trace logging in RefBase.
2014-04-01 22:55:48 +00:00
Igor Murashkin
dfdbb64ff7 Merge "Fix stack trace logging in RefBase." 2014-04-01 22:52:03 +00:00
Mark Salyzyn
022fa5cc85 am 7f92f390: am 5b0ad963: Merge "init: unused paramter warning messages"
* commit '7f92f390039227cabac45c8ea1de6ff9d4ee7dde':
  init: unused paramter warning messages
2014-04-01 22:51:10 +00:00
Mark Salyzyn
7f92f39003 am 5b0ad963: Merge "init: unused paramter warning messages"
* commit '5b0ad96351dfda6ed09fefed1ab24e514be27012':
  init: unused paramter warning messages
2014-04-01 22:44:59 +00:00
Mark Salyzyn
5b0ad96351 Merge "init: unused paramter warning messages" 2014-04-01 22:38:58 +00:00
Mark Salyzyn
322445ce6d init: unused paramter warning messages
Change-Id: I1667371106be4b230ac3850e9819e4549eea2973
2014-04-01 15:35:14 -07:00
Ian McKellar
55e0f1c8bd Fix stack trace logging in RefBase.
This was broken about 5 months ago in change I78435ed49aa196a0efb45bf9b2d58b62c41737d3.
See: https://goto.google.com/jhtss

Change-Id: Icc32993552efed3015bc1b79a7bd872d7510e020
2014-04-01 15:02:57 -07:00
Mark Salyzyn
b3d94f0ab8 am c76e38ba: am e7f3cce7: Merge "logd: Add minimum time bucket statistics"
* commit 'c76e38bafacb63f7b13606de940079499f2d5fdd':
  logd: Add minimum time bucket statistics
2014-04-01 21:59:49 +00:00
Mark Salyzyn
c76e38bafa am e7f3cce7: Merge "logd: Add minimum time bucket statistics"
* commit 'e7f3cce7aa1e51f904f80df02d8d0fe5fe85e14e':
  logd: Add minimum time bucket statistics
2014-04-01 21:53:59 +00:00
Mark Salyzyn
e7f3cce7aa Merge "logd: Add minimum time bucket statistics" 2014-04-01 21:49:35 +00:00
Mark Salyzyn
e457b74ce6 logd: Add minimum time bucket statistics
* Only enabled for dev builds because halves performance.
- Used to establish if /proc/sys/net/unix/max_dgram_qlen
  is appropriate for the platform
  (see logd/LogStatistics.cpp comments)
- enabled if logd.dgram_qlen.statistics is not zero/empty

Change-Id: Ib8ecfeb75b6f0f954c099a6b1032b8afb5efcbd4
2014-04-01 14:38:52 -07:00
Narayan Kamath
6a949b45e9 am ffca173c: am 5da2dbbc: Merge "Move zygote init config to its own file."
* commit 'ffca173c853a2e312610d87f40957f696ac8364a':
  Move zygote init config to its own file.
2014-04-01 16:29:57 +00:00
Narayan Kamath
ffca173c85 am 5da2dbbc: Merge "Move zygote init config to its own file."
* commit '5da2dbbc935356f526cdfb0b522b332fc8b95fc7':
  Move zygote init config to its own file.
2014-04-01 16:26:39 +00:00
Narayan Kamath
5da2dbbc93 Merge "Move zygote init config to its own file." 2014-04-01 16:22:02 +00:00
Greg Hackmann
05b0d848b8 am 5b98e049: rootdir: reduce permissions on /dev/rtc0
* commit '5b98e0499a6cdd09b72445ceb88b1d32a5e82fd1':
  rootdir: reduce permissions on /dev/rtc0
2014-03-31 20:56:21 +00:00
Greg Hackmann
ae66fbbe0e am 697bdc60: am a740b3bb: Merge "rootdir: reduce permissions on /dev/rtc0"
* commit '697bdc604e8f266ebd6c94fc84eb5057b1a700e3':
  rootdir: reduce permissions on /dev/rtc0
2014-03-31 20:24:39 +00:00
Greg Hackmann
697bdc604e am a740b3bb: Merge "rootdir: reduce permissions on /dev/rtc0"
* commit 'a740b3bb409c9acdf4cf6a829b982e57a89d08de':
  rootdir: reduce permissions on /dev/rtc0
2014-03-31 20:18:22 +00:00