Modify rpc-port path creation 86/308786/10
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 1 Apr 2024 05:41:36 +0000 (14:41 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 3 Apr 2024 09:26:59 +0000 (18:26 +0900)
commiteed76e3a1c1ded0075bd5e879ef7494c65b91d93
tree27c03da73e9ee072ab90529e323deb5e1309029f
parent01787ebe29f153e30d7eb297a251e9f7be6e59bb
Modify rpc-port path creation

This patch is for linux daemon and service.
If the caller uid is less than 5000, the port creation function does not
use the uid to create the port path.
The aul library checks the prefix has a "d::" or not.
If it has the prefix, aul returns the port path without using base64 encoding.

Change-Id: I68431de1a37471f5f9d6089a27dcca4951b55b1c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul/aul_proc.cc
src/aul/aul_rpc_port.cc