then /usr/sbin/setcap cap_dac_override=ei /usr/sbin/img-verifier
fi
+# Package platform/framework/web/chromium-efl
+# Date Jan 15, 2021
+# Required /usr/bin/wrt-service : cap_mac_admin : eip
+# cap_mac_admin To change a process label
+# It is excuted by a specific application not by systemd service.
+# Therefore, "eip" is required but restricted to access it by SMACK label.
+
+if [ -e "/usr/bin/wrt-service" ]
+then /usr/sbin/setcap cap_mac_admin=eip /usr/bin/wrt-service
+fi
+
+
# TODO: MOVE TO OTHER SCRIPT OR REMOVE
# Requested by sooyeon.kim@samsung.com (.voice) and dalton.lee@samsung.com (.multiassistant)
dir_list=(".voice" ".multiassistant")