# Date Oct 13, 2016
# Required cap_dac_override
# Capability Bit only effective and inheriable
-# cap_dac_override to access file
+# cap_dac_override to access file
if [ -e "/bin/touch" ]
then /usr/sbin/setcap cap_dac_override=ei /bin/touch
if [ -e "/usr/bin/amixer" ]
then /usr/sbin/setcap cap_dac_override=ei /usr/bin/amixer
fi
+
+# Package boot-animation
+# Onwer Junkyu Han(junkyu.han@samsung.net)
+# Date Aug 16, 2016
+# Required cap_dac_override
+# cap_dac_override to override dac permission for accessing to display group
+
+if [ -e "/usr/bin/boot-animation" ]
+then /usr/sbin/setcap cap_dac_override=eip /usr/bin/boot-animation
+fi