| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: add syz_init_net_socket syscall | Dmitry Vyukov | 2018-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
| * | sys/linux: regenerate arm consts + small netlink fixed | Dmitry Vyukov | 2018-01-11 | 1 | -0/+1 |
| | | | | | | | | | Arm was broken on upstream kernel for some time due to some assembler error. Now it seems to be fixed, so regenerate consts. Also fix small issues in new netlink descriptions. | ||||
| * | executor: move arm syscall fixup to syz-extract | Dmitry Vyukov | 2017-11-22 | 1 | -8/+8 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+28 |
