Skip to content

Commit

Permalink
Merge pull request opencontainers#827 from wking/implicit-link-name-s…
Browse files Browse the repository at this point in the history
…hortcut

config-linux: Use the implicit link name shortcut
  • Loading branch information
crosbymichael authored Jun 1, 2017
2 parents b1ccc59 + 7cef0f8 commit 0239d87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The following filesystems SHOULD be made available in each container's filesyste

| Path | Type |
| -------- | ------ |
| /proc | [procfs][procfs] |
| /sys | [sysfs][sysfs] |
| /dev/pts | [devpts][devpts] |
| /dev/shm | [tmpfs][tmpfs] |
| /proc | [procfs][] |
| /sys | [sysfs][] |
| /dev/pts | [devpts][] |
| /dev/shm | [tmpfs][] |

## <a name="configLinuxNamespaces" />Namespaces

Expand Down Expand Up @@ -495,7 +495,7 @@ For more information, see the [sysctl(8)][sysctl.8] man page.
Seccomp provides application sandboxing mechanism in the Linux kernel.
Seccomp configuration allows one to configure actions to take for matched syscalls and furthermore also allows matching on values passed as arguments to syscalls.
For more information about Seccomp, see [Seccomp][seccomp] kernel documentation.
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][libseccomp] and are translated to corresponding values.
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][] and are translated to corresponding values.

**`seccomp`** (object, OPTIONAL)

Expand Down

0 comments on commit 0239d87

Please sign in to comment.