Restore capability for boot-animation 59/92659/1 accepted/tizen/3.0/common/20161114.110026 accepted/tizen/3.0/ivi/20161028.134040 accepted/tizen/3.0/mobile/20161028.133151 accepted/tizen/3.0/tv/20161028.133503 accepted/tizen/3.0/wearable/20161028.133757 accepted/tizen/common/20161018.175004 accepted/tizen/ivi/20161018.091129 accepted/tizen/mobile/20161018.091037 accepted/tizen/tv/20161018.091102 accepted/tizen/wearable/20161018.091112 submit/tizen/20161017.022041 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
authorSeongwook Chung <seong.chung@samsung.com>
Tue, 18 Oct 2016 02:30:06 +0000 (11:30 +0900)
committerSeongwook Chung <seong.chung@samsung.com>
Tue, 18 Oct 2016 02:30:06 +0000 (11:30 +0900)
Change-Id: I2726ee99b97e975f80ad1fcdaeca88a6d8970ca0
Signed-off-by: Seongwook Chung <seong.chung@samsung.com>
config/set_capability

index 229315734bc3dd8cf60cf54da476399a9cf89a88..d7085ed971dfbcd0456e5cc2bac2cbc91818e61a 100755 (executable)
@@ -300,7 +300,7 @@ fi
 # 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
@@ -316,3 +316,13 @@ fi
 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