Hi Minijail team,
I am Elan SW RD Paul.
I made a firmware update tool of elan touch-screen for chrome sarien device.
It’s for chrome auto-update service so I implement a firmware update script which uses minijail to execute my tool with policy setting.
The policy file is generated with strace tool and generate_syscall_policy.py script, as the description of document “Sandboxing Chrome OS system services”.
However, after testing the policy with “minijail –S seccomp.policy –L <cmd>”, we removed the “-L” parameter and it crashed without any error information or notification.
I only found some message in /var/log/messages.
System seems to catch some notifications with signal 31 for elan_i2chid_read_fwid.
I think it seems to relate with hidraw because the operation killed is to lookup hidraw device.
We have no idea about the direction to debug and hope to seek for some guides from you.
Thank you so much.
Best regards,
Paul
********************************************************
梁博翔 Paul Liang
ELAN MICROELECTRONICS CORP.
Address : Rm. 2, 10F, No.
30, Zhongzheng S. Rd.,
Yongkang Dist., Tainan City 710,
Taiwan (R.O.C.)
Tel :+886-6-2819970#8903
Fax :+886-6-2819971
********************************************************
--
You received this message because you are subscribed to the Google Groups "minijail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minijail+u...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/minijail/2A6892C41BAA4BC788868F682CD4216A%40elan.corp.
Hi Jorge,
You gave very valuable information.
It helps a lot in this issue.
Thank you very much.
BR,
Paul