aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/vusb
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: run usb runtests with namespace/setuid sandboxAndrey Konovalov2020-04-031-2/+0
|
* sys/linux: fix USB runtestAndrey Konovalov2019-07-241-4/+1
|
* executor: drop CAP_SYS_PTRACE with sandbox=noneDmitry Vyukov2019-07-221-0/+1
| | | | | | We only drop CAP_SYS_PTRACE for sandbox=namespace, but it can equally affect testing with sandbox=none. Drop it for sandbox=none, add a test.
* pkg/csource: test sys/*/test programsDmitry Vyukov2019-07-221-1/+3
| | | | | | Running sys/*/test programs requires real machines and kernels for each OS. We can't do that in unit tests, but at least try to deserialize these programs so that they don't get rotten.
* pkg/runtest: add simple USB runtestAndrey Konovalov2019-05-311-0/+3