Skip to content

Commit

Permalink
Merge pull request #905 from Mashimiao/procfs-proc
Browse files Browse the repository at this point in the history
modify procfs to proc
  • Loading branch information
dqminh authored Jul 28, 2017
2 parents 1df1fb3 + 56eb6a1 commit 1c9ab42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following filesystems SHOULD be made available in each container's filesyste

| Path | Type |
| -------- | ------ |
| /proc | [procfs][] |
| /proc | [proc][] |
| /sys | [sysfs][] |
| /dev/pts | [devpts][] |
| /dev/shm | [tmpfs][] |
Expand Down Expand Up @@ -642,7 +642,7 @@ The following parameters can be specified to set up seccomp:
[devpts]: https://www.kernel.org/doc/Documentation/filesystems/devpts.txt
[file]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_164
[libseccomp]: https://github.com/seccomp/libseccomp
[procfs]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt
[proc]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt
[seccomp]: https://www.kernel.org/doc/Documentation/prctl/seccomp_filter.txt
[sharedsubtree]: https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
[sysfs]: https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt
Expand Down

0 comments on commit 1c9ab42

Please sign in to comment.