From f879db37f90dcefb681897d2e486c11d8298cb72 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 1 Dec 2019 19:51:52 +0100 Subject: sys/linux: more device refinements Add some mode /dev/nodes* Add anoter midi device. --- sys/linux/dev_fb.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/linux/dev_fb.txt (limited to 'sys/linux/dev_fb.txt') diff --git a/sys/linux/dev_fb.txt b/sys/linux/dev_fb.txt new file mode 100644 index 000000000..d5aadf262 --- /dev/null +++ b/sys/linux/dev_fb.txt @@ -0,0 +1,9 @@ +# Copyright 2019 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +include +include + +resource fd_fb[fd] + +openat$fb0(fd const[AT_FDCWD], file ptr[in, string["/dev/fb0"]], flags flags[open_flags], mode const[0]) fd_fb -- cgit mrf-deployment