aboutgitcodelistschat:MatrixIRC
path: root/demo/mknod.hjson
blob: 1936eb8f84baa5c8e66a19d3c5bcc37789a07acc (plain) (tree)
1
2
3

   
              















                                                                           
      







                                                
                                                                        
        
                                        

   
[
  {
    "match": [
      { "mknodat":
        { "path": { "tag": "path" },
          "mode": { "tag": "mode" },
          "type": { "tag": "type" },
          "major": 1,
          "minor": { "value": { "in": [ 3, 5, 7, 8, 9 ] }, "tag": "minor" }
        }
      },
      { "mknod":
        { "path": { "tag": "path" },
          "mode": { "tag": "mode" },
          "type": { "tag": "type" },
          "major": 1,
          "minor": { "value": { "in": [ 3, 5, 7, 8, 9 ] }, "tag": "minor" }
        }
      }
    ],
    "call":
      { "mknod":
        { "path": { "tag": { "get": "path" } },
          "mode": { "tag": { "get": "mode" } },
          "type": { "tag": { "get": "type" } },
          "major": 1,
          "minor": { "tag": { "get": "minor" } }
        },
        "context": { "mnt": "caller", "uid": "caller", "gid": "caller" }
      },
    "return": { "value": 0, "error": 0 }
  }
]