commit | d598cb62a0569eb5ed42df3c41f6714508cd049b | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Thu Oct 01 16:03:47 2015 -0700 |
committer | William Roberts <william.c.roberts@intel.com> | Mon Oct 05 11:39:56 2015 -0700 |
tree | cc671c413d24b1e4169cbafc942ac29743ffc696 | |
parent | af84ed671f15cb41a2c9bf6a128d7aadafb76f9a [diff] |
property_service: log pid,uid and gid of setprop client When auditing setprop denials, it is often unclear of who the process is in a multi-process domain. To help identify the invoker, log the pid, uid, and gid of the caller. Before: avc: denied { set } for property=wifi.xxx ... After: avc: denied { set } for property=wifi.xxx pid=30691 uid=123 gid=345 ... Change-Id: I5cdcb3d18fbd52e0987b5e1497b9f6620c6c742a Signed-off-by: William Roberts <william.c.roberts@intel.com>