Comments from the QA team:
The file was re-tested and an issue was discovered:
SUMMARY: The application modifies system files.
STEPS TO REPRODUCE:
1. Install "Rotate Lock Screen" from the Store
2. When installing, copy the debian package of the application safe so it can
be inspected
3. On the device, execute ls -l
/usr/share/themes/blanco/meegotouch/sysuid/style/sysuid.css*
4. Take a look at the contents of the debian package:
dpkg-deb --contents rotatelockscreen_1.0.1_armel.deb
ar vx rotatelockscreen_1.0.1_armel.deb
tar zvxf control.tar.gz
5. Take a look at the postinst and prerm scripts:
cat postinst
cat prerm
EXPECTED OUTCOME:
The application does not modify any Harmattan operating system files.
After step 3, on Harmattan PR1.3, you should see
-rw-r--r-- 1 root root 3418 Mar 1 13:47
/usr/share/themes/blanco/meegotouch/sysuid/style/sysuid.css
In step 5, you should not see scripts modifying Harmattan files.
ACTUAL OUTCOME:
After step 3, on Harmattan PR1.3, you see
-rw-r--r-- 1 root root 3410 Mar 1 13:47
/usr/share/themes/blanco/meegotouch/sysuid/style/sysuid.css
-rw-r--r-- 1 root root 3418 Mar 1 13:47
/usr/share/themes/blanco/meegotouch/sysuid/style/sysuid.css.bak
(the css file has been modified)
In step 5, you see
sed -i 's/ locked-orientation: "portrait";/ locked-orientation: "";/'
sysuid.css