diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-06-12 18:16:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 18:16:15 +0200 |
| commit | d1c1c8495233d9f00487814dc46b16e56d373344 (patch) | |
| tree | f3f44de42d845e02313c7372835c5a93d96b1e67 /docs | |
| parent | 3036d6fd0b555d5a50b3956cae9accc7f9b68909 (diff) | |
Update syscall_descriptions.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syscall_descriptions.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index 77abbad79..7576452ba 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -72,8 +72,7 @@ To enable fuzzing of a new kernel interface: subsystems, for example [bpf.txt](/sys/linux/bpf.txt) or [socket.txt](/sys/linux/socket.txt). - [sys/linux/sys.txt](/sys/linux/sys.txt) holds descriptions for more general system calls. - An entirely new subsystem can be added as a new `sys/linux/<new>.txt` file. - - Use `dev_*.txt` filename format for descriptions of `/dev/` devices. - - Similarly, use `socket_*.txt` for sockets. + - If subsystem descriptions are split across multiple files, prefix the name of each file with the name of the subsystem (e.g. use `dev_*.txt` for descriptions of `/dev/` devices, use `socket_*.txt` for sockets, etc). 3. After adding/changing descriptions run: |
