commit | 468573930df71230ab43a356d2b7c2e960a2f1ea | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Tue Oct 06 12:03:01 2015 -0700 |
committer | William Roberts <william.c.roberts@intel.com> | Tue Oct 06 12:25:27 2015 -0700 |
tree | 7f1fc48cd5298f58662926f1342e0c091db047be | |
parent | d7aea443d9bc0b1f37a2c31d0d476d61ff41fb66 [diff] |
debuggerd: audit pid, uid and gid on SE Linux denial When debugging SE Linux audit messages from debuggerd, its unclear what process is triggering the access violation. To assist in debugging, we also log pid, uid and gid. Before: avc: denied { dump_backtrace } for scontext=u:r:dumpstate:s0 ... After: avc: denied { dump_backtrace } for pid=198 uid=1019 gid=1019 .. Change-Id: I8263e6f5e77917139b73c3e84b76f7f97fd98003 Signed-off-by: William Roberts <william.c.roberts@intel.com>