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