> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> UdevRulesConfig is a udev rules config document.

# UdevRulesConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: UdevRulesConfig
# Custom udev rules.
rules:
    - SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="44", MODE="0660"
```

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`rules`</td>
      <td>\[]string</td>
      <td>Custom udev rules.</td>

      <td />
    </tr>
  </tbody>
</table>
