diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2021-10-21 10:20:15 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-21 15:05:44 +0200 |
| commit | 98695e08135c8492b848bb7c58e5c041d554728d (patch) | |
| tree | 342523f600e17bfb12ca9a3c35f09dadc537f414 /sys/linux/sys.txt | |
| parent | 9c443b75d3d00fe65408600da4751411737f43d0 (diff) | |
sys/linux: add missing descriptions for autofs ioctls
Diffstat (limited to 'sys/linux/sys.txt')
| -rw-r--r-- | sys/linux/sys.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index bf82645ee..39ae0501c 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -596,6 +596,8 @@ close_range(fd fd, max_fd fd, flags flags[close_range_flags]) # Disable it for now. #syz_open_dev$console(dev ptr[in, string["/dev/console"]], id const[0], flags flags[open_flags]) fd +resource fd_autofs[fd] + # These devices are relatively safe (don't reboot and don't corrupt kernel memory). # They need a more comprehensive support. But let at least open them for now, # maybe fuzzer will be able to skrew them in a useful way. @@ -616,7 +618,7 @@ openat$full(fd const[AT_FDCWD], file ptr[in, string["/dev/full"]], flags flags[o openat$irnet(fd const[AT_FDCWD], file ptr[in, string["/dev/irnet"]], flags flags[open_flags], mode const[0]) fd openat$hwrng(fd const[AT_FDCWD], file ptr[in, string["/dev/hwrng"]], flags flags[open_flags], mode const[0]) fd openat$hpet(fd const[AT_FDCWD], file ptr[in, string["/dev/hpet"]], flags flags[open_flags], mode const[0]) fd -openat$autofs(fd const[AT_FDCWD], file ptr[in, string["/dev/autofs"]], flags flags[open_flags], mode const[0]) fd +openat$autofs(fd const[AT_FDCWD], file ptr[in, string["/dev/autofs"]], flags flags[open_flags], mode const[0]) fd_autofs openat$keychord(fd const[AT_FDCWD], file ptr[in, string["/dev/keychord"]], flags flags[open_flags], mode const[0]) fd openat$zygote(fd const[AT_FDCWD], file ptr[in, string["/dev/socket/zygote"]], flags flags[open_flags], mode const[0]) fd openat$sw_sync(fd const[AT_FDCWD], file ptr[in, string["/dev/sw_sync"]], flags flags[open_flags], mode const[0]) fd |
