From: jin-gyu.kim Date: Fri, 24 Mar 2017 02:04:07 +0000 (+0900) Subject: Add running security-test in security-generic. X-Git-Tag: accepted/tizen/common/20170324.122509^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_tv;p=platform%2Fupstream%2Fmeta-generic.git Add running security-test in security-generic. - To check the security feature at the time of image building. Change-Id: Ia1cc354d37ddf8f81ef19b8673a6c2be56f45dbc --- diff --git a/scripts/generic-security.post b/scripts/generic-security.post index 685ba45..13e5bab 100644 --- a/scripts/generic-security.post +++ b/scripts/generic-security.post @@ -5,3 +5,7 @@ if [ -e /usr/share/security-config/set_capability ]; then echo 'Give capabilities to daemons via set_capability from security-config package' /usr/share/security-config/set_capability fi +if [ -e /opt/share/security-config/test/image_test.sh ]; then + echo 'Run security-test' + /opt/share/security-config/test/image_test.sh +fi