Skip to content

Commit 1c9ab42

Browse files
authored
Merge pull request #905 from Mashimiao/procfs-proc
modify procfs to proc
2 parents 1df1fb3 + 56eb6a1 commit 1c9ab42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following filesystems SHOULD be made available in each container's filesyste
1212

1313
| Path | Type |
1414
| -------- | ------ |
15-
| /proc | [procfs][] |
15+
| /proc | [proc][] |
1616
| /sys | [sysfs][] |
1717
| /dev/pts | [devpts][] |
1818
| /dev/shm | [tmpfs][] |
@@ -642,7 +642,7 @@ The following parameters can be specified to set up seccomp:
642642
[devpts]: https://www.kernel.org/doc/Documentation/filesystems/devpts.txt
643643
[file]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_164
644644
[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
646646
[seccomp]: https://www.kernel.org/doc/Documentation/prctl/seccomp_filter.txt
647647
[sharedsubtree]: https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
648648
[sysfs]: https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt

0 commit comments

Comments
 (0)