Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTP: Be more strict on LTP_TAINT_EXPECTED #539

Closed
wants to merge 1 commit into from

Commits on Oct 22, 2024

  1. LTP: Be more strict on LTP_TAINT_EXPECTED

    jeos-ltp-containers and jeos-ltp-cve need only 0x400:
    - Staging driver was loaded (0x400, 1 << 10)
    
    jeos-ltp-commands and jeos-ltp-syscalls and need only 0x3400:
    - Staging driver was loaded (0x400, 1 << 10)
    - Out of tree module was loaded (0x1000, 1 << 12)
    - Unsigned module was loaded (0x2000, 1 << 13)
    
    Fixes: 21c07ab ("Tumbleweed: RPi4: Add LTP containers, commands, syscalls")
    Fixes: d880cd2 ("LTP: tw: aarch64: Minimize LTP_TAINT_EXPECTED value for cve")
    Signed-off-by: Petr Vorel <[email protected]>
    pevik committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    92b3721 View commit details
    Browse the repository at this point in the history