log_dump: assign CAP_SYS_PTRACE capability 84/146884/1
authorByungSoo Kim <bs1770.kim@samsung.com>
Mon, 21 Aug 2017 14:24:00 +0000 (23:24 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 31 Aug 2017 02:53:34 +0000 (11:53 +0900)
commit51591b503f720083f89b4c529c263e02eac7a11d
tree104e666d40ad042cde50eeb08fb3db3f742b243f
parent86f46cf20fef04795f50548d6311b29f9719b921
log_dump: assign CAP_SYS_PTRACE capability

When log_dump has system_fw permission,
memps which is forked from /usr/bin/dump_systemstate can't read
/proc/self/maps and /proc/self/smaps.
It requires CAP_SYS_PTRACE capability.
So, it should have CAP_SYS_PTRACE capability and inheritance attribute.

Change-Id: If2bd16964dba8e616e4a4fcc5cd489feb4c40b21
Signed-off-by: ByungSoo Kim <bs1770.kim@samsung.com>
src/log_dump/log_dump.service.m4