- If global uid is diffrent, it should be changed in security-manager db.
Change-Id: I6e9380467c6b29d5097c37685477265e9d8634ee
# Migration of security-manager DB
/usr/share/security-manager/db/update.sh
+# update global uid in security-manager DB (old : 376, new : 201)
+sqlite3 /opt/dbspace/.security-manager.db "UPDATE user_app SET uid="201" WHERE uid="376";"
+
# List ask-type cynara rule
ASKTYPE_CYNARA_RULE_TEMP="/opt/data/asktype_cynara_rule"
cyad --list-policies="" --all | grep ";10;" > $ASKTYPE_CYNARA_RULE_TEMP # TODO : Need to check how to fileter ask type rule except of ";10;"