Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
f7cdb292
Commit
f7cdb292
authored
Feb 22, 2016
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #837 from tenforward/japanese_man
doc: Add Japanese description of cgns apparmor profile in lxc.container.conf(5)
parents
7bf0dbae
9d101b3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+12
-2
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
f7cdb292
...
@@ -1654,10 +1654,12 @@ proc proc proc nodev,noexec,nosuid 0 0
...
@@ -1654,10 +1654,12 @@ proc proc proc nodev,noexec,nosuid 0 0
If lxc was compiled and installed with apparmor support, and the host
If lxc was compiled and installed with apparmor support, and the host
system has apparmor enabled, then the apparmor profile under which the
system has apparmor enabled, then the apparmor profile under which the
container should be run can be specified in the container
container should be run can be specified in the container
configuration. The default is <command>lxc-container-default</command>.
configuration. The default is <command>lxc-container-default-cgns</command>
if the host kernel is cgroup namespace aware, or
<command>lxc-container-default</command> othewise.
-->
-->
lxc が apparmor サポートでコンパイルされ、インストールされている場合で、ホストで apparmor が有効な場合、コンテナが従って動くべき apparmor プロファイルは、コンテナの設定で指定することが可能です。
lxc が apparmor サポートでコンパイルされ、インストールされている場合で、ホストで apparmor が有効な場合、コンテナが従って動くべき apparmor プロファイルは、コンテナの設定で指定することが可能です。
デフォルトは <command>lxc-container-default</command> です。
デフォルトは
、ホストのカーネルで cgroup namespace が使える場合は <command>lxc-container-default-cgns</command>です。使えない場合は
<command>lxc-container-default</command> です。
</para>
</para>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
...
@@ -1675,6 +1677,14 @@ proc proc proc nodev,noexec,nosuid 0 0
...
@@ -1675,6 +1677,14 @@ proc proc proc nodev,noexec,nosuid 0 0
コンテナが apparmor による制限を受けないように設定するには、以下のように設定します。
コンテナが apparmor による制限を受けないように設定するには、以下のように設定します。
</para>
</para>
<programlisting>lxc.aa_profile = unconfined</programlisting>
<programlisting>lxc.aa_profile = unconfined</programlisting>
<para>
<!--
If the apparmor profile should remain unchanged (i.e. if you
are nesting containers and are already confined), then use
-->
もし apparmor プロファイルが変更されないままでなくてはならない場合 (ネストしたコンテナである場合や、すでに confined されている場合) は以下のように設定します。
</para>
<programlisting>lxc.aa_profile = unchanged</programlisting>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment