File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The following filesystems SHOULD be made available in each container's filesyste
12
12
13
13
| Path | Type |
14
14
| -------- | ------ |
15
- | /proc | [ procfs ] [ ] |
15
+ | /proc | [ proc ] [ ] |
16
16
| /sys | [ sysfs] [ ] |
17
17
| /dev/pts | [ devpts] [ ] |
18
18
| /dev/shm | [ tmpfs] [ ] |
@@ -642,7 +642,7 @@ The following parameters can be specified to set up seccomp:
642
642
[ devpts ] : https://www.kernel.org/doc/Documentation/filesystems/devpts.txt
643
643
[ file ] : http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_164
644
644
[ libseccomp ] : https://github.com/seccomp/libseccomp
645
- [ procfs ] : https://www.kernel.org/doc/Documentation/filesystems/proc.txt
645
+ [ proc ] : https://www.kernel.org/doc/Documentation/filesystems/proc.txt
646
646
[ seccomp ] : https://www.kernel.org/doc/Documentation/prctl/seccomp_filter.txt
647
647
[ sharedsubtree ] : https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
648
648
[ sysfs ] : https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt
You can’t perform that action at this time.
0 commit comments