aboutgitcodelistschat:MatrixIRC
path: root/demo/ioctl.hjson
blob: 53b59f577f2fb2a4c3ac24969cd1cecc5e070a84 (plain) (blame)
1
2
3
4
5
6
7
8
[
  {
    "match": [
      { "ioctl": { "path": "/dev/net/tun", "request": "TUNSETIFF" } }
    ],
    "return": 0
  }
]