Hi, Geoffroy Yes, we have a bug XWALK-1007 to track the security issue on IVI now. Some investigation for this issue from test suite and test tool:
1. Test case side: When we run a installed xpk or use "xwalk -list-apps", I think xwalk need to create/update a Database file to store information in /home/app/.pki/ But when we do NOT set "security=none", we have no permission to read or write in /home/app/.pki folder, then xwalk crashed. Status of folder .pki (WITHOUT security=none): $ ls -la /home/app/ |grep pki d?????????? ? ? ? ? ? .pki (It is drwx------. 3 app app 4096 Feb 14 16:34 .pki when we set "security=none") 2. Test tool side: For testkit-lite, it has the same issue. When starting test, testkit-lite require to read folder /opt/testkit/lite/latest. We also has no permission to read/write this folder So, test fail at: [ Error: exiting testkit-lite by catching a critical error: [Errno 13] Permission denied: '/opt/testkit/lite/latest' ] Thanks Daniel -----Original Message----- From: Crosswalk-dev [mailto:[email protected]] On Behalf Of VanCutsem, Geoffroy Sent: Tuesday, February 18, 2014 7:40 PM To: Wang, LeiX Cc: '[email protected]' Subject: Re: [Crosswalk-dev] [canary] Crosswalk Full Testing Report on 5.32.89.0 On Tue, 2014-02-18 at 09:15 +0000, Wang, LeiX wrote: > > > - Add security=none to boot option so that we can enable > crosswalk testing, Test result for Device API on Tizen fail without > this workaround > Is there a bug report tracking why it fails when security is enabled? Booting with "security=none" really ought to be a temporary measure. Thanks, Geoffroy Intel Corporation NV/SA Kings Square, Veldkant 31 2550 Kontich RPM (Bruxelles) 0415.497.718. Citibank, Brussels, account 570/1031255/09 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
