Commit 57e1ac96 by Sungbae Yoo Committed by Stéphane Graber

doc: Add valueless lxc.cap.drop behaviour to Korean man page

parent 23faab5d
......@@ -1549,7 +1549,9 @@ proc proc proc nodev,noexec,nosuid 0 0
<citerefentry>
<refentrytitle><command>capabilities</command></refentrytitle>
<manvolnum>7</manvolnum>
</citerefentry>,
</citerefentry>.
If used with no value, lxc will clear any drop capabilities
specified up to this point.
-->
컨테이너에서 제거할 capability를 지정한다.
한 줄에 여러개의 capability를 공백(space)으로 구분하여 정의할 수 있다.
......@@ -1559,6 +1561,7 @@ proc proc proc nodev,noexec,nosuid 0 0
<refentrytitle><command>capabilities</command></refentrytitle>
<manvolnum>7</manvolnum>
</citerefentry>
값을 공백으로 지정하면, 해당 설정 이전에 지정했던 capability를 모두 취소한다. (lxc.cap.drop에 아무 것도 지정하지 않은 상태가 된다.)
</para>
</listitem>
</varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment