IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
?
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT
39. emmaを使った実機テスト
● ant emma debug install test とか実行すると
○ WARNING: Code Coverage is currently only
supported on the emulator and rooted devices.
てのがでる。実機でのテストが多いのでちょっと微妙??
(Ad系のテストは、端末情報を取得している面があり
基本実機で確認してほしいというお話はあったりとか)
● ここら辺の話は
● @3a3k さんが
○ 今更ながらAntでAndroidのTestを実行してみる
■ http://3a3k.blogspot.jp/2012/01/antandroidtest.html
で書かれたりしています
● あとはメインのbuild.xmlを弄るといい話も
○ http://stackoverflow.com/questions/2762665/how-to-use-emma-code-
coverage-in-android
● 他の参考ページ
○ http://d.hatena.ne.jp/halts/20120201/p1