Skip to content

Commit

Permalink
Update config-linux.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
  • Loading branch information
rhatdan and thaJeztah authored Jul 14, 2020
1 parent a995de8 commit c01a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Each entry has the following structure:
If a [file][] already exists at `path` that does not match the requested device, the runtime MUST generate an error.
* **`major, minor`** *(int64, REQUIRED unless `type` is `p`)* - [major, minor numbers][devices] for the device.
* **`fileMode`** *(uint32, OPTIONAL)* - file mode for the device.
You can also control access to devices [with cgroups](#device-allowedlist).
You can also control access to devices [with cgroups](#configLinuxDeviceAllowedlist).
* **`uid`** *(uint32, OPTIONAL)* - id of device owner in the [container namespace](glossary.md#container-namespace).
* **`gid`** *(uint32, OPTIONAL)* - id of device group in the [container namespace](glossary.md#container-namespace).

Expand Down

0 comments on commit c01a70c

Please sign in to comment.