Skip to content

Commit

Permalink
Merge pull request #776 from wking/file-link-fix
Browse files Browse the repository at this point in the history
config-linux: Fix 'file' POSIX link
  • Loading branch information
crosbymichael authored Apr 25, 2017
2 parents 4754b55 + 4c33c9e commit b5a9eb8
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 @@ -114,7 +114,7 @@ Each entry has the following structure:
* **`type`** *(string, REQUIRED)* - type of device: `c`, `b`, `u` or `p`.
More info in [mknod(1)][mknod.1].
* **`path`** *(string, REQUIRED)* - full path to device inside container.
If a [file][file.1] already exists at `path` that does not match the requested device, the runtime MUST generate an error.
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-whitelist).
Expand Down

0 comments on commit b5a9eb8

Please sign in to comment.