You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
727e64d (config-linux.md: fix wrong link description about cgroups,
2017-05-14, #826) added a redundant link name for libseccomp. This
commit restores the old implicit link name shortcut [1] there and
updates the other entries (all of which were for the filesystems table
in config-linux) that could also use that shortcut. This is obviously
not a major change, but I think it makes the source easier to read by
minimizing the markup so you can focus on the text.
[1]: https://daringfireball.net/projects/markdown/syntax#link
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: config-linux.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ The following filesystems SHOULD be made available in each container's filesyste
12
12
13
13
| Path | Type |
14
14
| -------- | ------ |
15
-
| /proc |[procfs][procfs]|
16
-
| /sys |[sysfs][sysfs]|
17
-
| /dev/pts |[devpts][devpts]|
18
-
| /dev/shm |[tmpfs][tmpfs]|
15
+
| /proc |[procfs][]|
16
+
| /sys |[sysfs][]|
17
+
| /dev/pts |[devpts][]|
18
+
| /dev/shm |[tmpfs][]|
19
19
20
20
## <aname="configLinuxNamespaces" />Namespaces
21
21
@@ -510,7 +510,7 @@ For more information, see the [sysctl(8)][sysctl.8] man page.
510
510
Seccomp provides application sandboxing mechanism in the Linux kernel.
511
511
Seccomp configuration allows one to configure actions to take for matched syscalls and furthermore also allows matching on values passed as arguments to syscalls.
512
512
For more information about Seccomp, see [Seccomp][seccomp] kernel documentation.
513
-
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][libseccomp] and are translated to corresponding values.
513
+
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][] and are translated to corresponding values.
0 commit comments