aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/linux_reporting_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: fix API access checksDmitry Vyukov2026-02-191-8/+8
| | | | | | | Currently we permit per-namespace clients to access global APIs. For example, a secondary OS syz-manager client can poll bugs from all namespaces. This is wrong and bad. Don't permit namespace clients to access global APIs.
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2026-01-201-0/+1
|
* dashboard: adjust fs bug reporting testsAleksandr Nogikh2024-05-071-2/+0
| | | | | Now that we don't want to always Cc fsdevel, the tests must change as well.
* dashboard/app: infer bug subsystems from crashesAleksandr Nogikh2023-02-161-8/+15
| | | | | | After each saved crash, invoke the new pkg/subsystem machinery to infer the subsystem list. Use 5 crashes with biggest priority to base the inference on.
* dashboard/app: rename config_linux.goAleksandr Nogikh2022-12-161-0/+147
In its previous form it caused Go to only compile it under Linux.