Modify rpcport directory permissions 58/308858/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Apr 2024 03:49:53 +0000 (12:49 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Apr 2024 03:51:25 +0000 (12:51 +0900)
The permission is changed to 777. The owner and group are changed to root:root.
The application cannot create and delete the file directly.
Because, the SMACK label of the directory is "User::Home".

Change-Id: Ic272de07661cffc4c71945f845dbcc5d02c41b2f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/ac.conf

index 7a5406d..bc83b3e 100644 (file)
@@ -22,6 +22,6 @@ t     /run/aul/dump   -       -       -       -       security.SMACK64TRANSMUTE="TRUE"
 d      /run/aul/port   1777    root    root
 t      /run/aul/port   -       -       -       -       security.SMACK64="User::Home"
 t      /run/aul/port   -       -       -       -       security.SMACK64TRANSMUTE="TRUE"
-d      /run/aul/rpcport        1755    app_fw  system_share
+d      /run/aul/rpcport        1777    root    root
 t      /run/aul/rpcport        -       -       -       -       security.SMACK64="User::Home"
 t      /run/aul/rpcport        -       -       -       -       security.SMACK64TRANSMUTE="TRUE"