| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/host: split files into syscalls/features | Dmitry Vyukov | 2019-11-16 | 1 | -151/+0 |
| | | | | | | pkg/host does 2 things: detects supported syscalls and supported features. There is enough code for each for a separate file. | ||||
| * | pkg/host: Add test for kallsymsRenameMap | Andrew Donnellan | 2019-05-08 | 1 | -6/+29 |
| | | | | | Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> | ||||
| * | pkg/host: move kallsyms parsing test to host_linux_test.go | Andrey Konovalov | 2019-04-05 | 1 | -0/+77 |
| | | |||||
| * | pkg/host: explain why syscalls are disabled | Dmitry Vyukov | 2018-04-06 | 1 | -36/+1 |
| | | |||||
| * | sys/linux: add syz_init_net_socket syscall | Dmitry Vyukov | 2018-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | The new pseudo syscall allows opening sockets that can only be created in init net namespace (BLUETOOTH, NFC, LLC). Use it to open these sockets. Unfortunately this only works with sandbox none at the moment. The problem is that setns of a network namespace requires CAP_SYS_ADMIN in the target namespace, and we've lost all privs in the init namespace during creation of a user namespace. | ||||
| * | pkg/host: add fuchsia support | Dmitry Vyukov | 2017-09-20 | 1 | -0/+86 |
