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
bf73687a
Commit
bf73687a
authored
Oct 25, 2020
by
KATOH Yasufumi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Japanese pam_cgfs(8) to reflect lack of support for pure cgroupv2
Update for commit
b87ed83b
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
c639f45e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
pam_cgfs.sgml.in
doc/ja/pam_cgfs.sgml.in
+7
-6
No files found.
doc/ja/pam_cgfs.sgml.in
View file @
bf73687a
...
@@ -93,17 +93,18 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -93,17 +93,18 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<para>
<para>
<!--
<!--
The <command>pam_cgfs.so</command> module can handle both pure cgroupfs v1
The <command>pam_cgfs.so</command> module can handle pure cgroupfs v1
(<filename>/sys/fs/cgroup/$controller</filename>) and pure cgroupfs
(<filename>/sys/fs/cgroup/$controller</filename>) and mixed mounts,
v2 (<filename>/sys/fs/cgroup</filename>), as well as mixed mounts,
where some controllers are mounted in a standard cgroupfs v1 hierarchy
where some controllers are mounted in a standard cgroupfs v1 hierarchy
(<filename>/sys/fs/cgroup/$controller</filename>) and others in
(<filename>/sys/fs/cgroup/$controller</filename>) and others in
cgroupfs v2 hierarchy (<filename>/sys/fs/cgroup/unified</filename>).
cgroupfs v2 hierarchy (<filename>/sys/fs/cgroup/unified</filename>).
Writeable cgroups are either created for all controllers or, if specified,
Writeable cgroups are either created for all controllers or, if specified,
for only controllers listed as arguments on the command line.
for only controllers listed as arguments on the command line.
-->
Pure cgroup v2 mount is not covered by the pam_cgfs.so module.
<command>pam_cgfs.so</command> モジュールは、cgroupfs v1 (<filename>/sys/fs/cgroup/$controller</filename>) と cgroupfs v2 (<filename>/sys/fs/cgroup</filename>) のいずれも扱えます。また、コントローラのいくつかが cgroupfs v1 ツリー (<filename>/sys/fs/cgroup/$controller</filename>) で、それ以外が cgroupfs v2 (<filename>/sys/fs/cgroup/unified</filename>) ツリーと言ったようなミックスでも扱えます。
-->
<command>pam_cgfs.so</command> モジュールは、純粋な cgroupfs v1 (<filename>/sys/fs/cgroup/$controller</filename>) ツリーと、コントローラのいくつかが cgroupfs v1 ツリー (<filename>/sys/fs/cgroup/$controller</filename>) で、それ以外が cgroupfs v2 (<filename>/sys/fs/cgroup/unified</filename>) ツリーと言ったようなミックスマウントを扱えます。
書き込み可能な cgroup がすべてのコントローラ用に作られます。また、引数で指定すれば、指定したコントローラのみ書き込み可能な cgroup が作られます。
書き込み可能な cgroup がすべてのコントローラ用に作られます。また、引数で指定すれば、指定したコントローラのみ書き込み可能な cgroup が作られます。
純粋な cgroup v2 のみのマウントは pam_cgfs.so モジュールでは対象外です。
</para>
</para>
<para>
<para>
...
...
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