| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Replace socket_$bt_{bnep, cmtp, hidp, rfcomm} to syz_init_net_socket.
Fixes: https://github.com/google/syzkaller/issues/4729
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* sys/linux: add l2cap descriptions
* sys/linux: restore bpf and fscrypt changes
* sys/linux: restore key.txt
|
| |
|
|
|
|
|
|
|
|
|
| |
* sys/linux: add vhci headers for command packets
* sys/linux: make generate
* sys/linux: use event packet instead of command packets
* sys/linux/vhci.txt: move low-energy entries to hci_ev_le_meta_un
* sys/linux/vhci.txt: add hci_ev_cmd_complete opcodes
|
| |
|
|
|
|
| |
+ disable binderfs (see comments)
+ add few more missing tty ioctls
+ improve few minor things in hci descriptions
|
| | |
|
| |
|
|
|
|
| |
Sweeping fix of everything up to socket_netlink_route.txt.
Update #590
|
| | |
|
| |
|
|
|
|
| |
Add new bpf consts/commands.
Refine bluetooth descriptions.
Remove removed crypto consts.
|
| | |
|
| |
|
|
|
| |
Error on unused structs/unions/resources/flags.
Finds tons of bugs.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
This [almost] always means a bug in descriptions.
Fix all bugs identified by the check.
|
| |
|