containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
20 stars 21 forks source link

tests: create a CI/CD integration tool for CentOS Automotive Stream and QM to detect new programs using NOT ALLOWED syscalls #420

Closed dougsland closed 4 months ago

dougsland commented 4 months ago

We should help avoid to add new tools or programs that won't work into QM image via CentOS Automotive distro due usage of syscalls sched_setattr() and sched_setscheduler(). Currently, the CentOS Automotive Stream folks don't have any CI/CD that could prevent that, we should provide an idea or at least a POC to help them. These syscalls are blocked as requested via Risk Assessment team.

dougsland commented 4 months ago

Resolved via https://github.com/containers/qm/pull/419