Remove calling getpgid function 44/189444/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 18 Sep 2018 01:06:25 +0000 (10:06 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 18 Sep 2018 01:06:25 +0000 (10:06 +0900)
commit0b607cfc023522f18d9fa115b12c4cdcf0ec4b56
tree161c45a59ff9bf61fb01fd58d27a11fab8d9511f
parentb7e036a7637d0b0a4825d412fb47899f9c94acb9
Remove calling getpgid function

Before AMD sends the result, AMD gets the process group ID of the callee
process. Getting pgid in the caller side is not necessary.
If the app process gets the process group ID of the callee, SMACK issue
is occurred.

Change-Id: Ie61c9abd8a0051cac8b3355b1d38c88ab29d4c85
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launch_with_result.c