Skip to content

Commit

Permalink
Update doc-draft.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Jul 13, 2021
1 parent 6be6769 commit e5119a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/doc-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,13 @@ This also provides implementation for Linux syscalls for the trait.

## Capabilities

This has functions related to set and reset specific capabilities, as well as to drop extra privileges

- [Simple explanation of capabilities](https://blog.container-solutions.com/linux-capabilities-in-practice)
- [man page for capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html)

## Info

This is primarily for printing info about system running youki, such as OS release, architecture, cpu info, cgroups info etc. , as this info can be helpful when reporting issues.

- [about /etc/os-release](https://www.freedesktop.org/software/systemd/man/os-release.html)

0 comments on commit e5119a0

Please sign in to comment.