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
d0d68468
Commit
d0d68468
authored
Oct 30, 2018
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: hierarchy
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
154f6474
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+1
-1
lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
+1
-1
pam_cgfs.c
src/lxc/pam/pam_cgfs.c
+1
-1
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
d0d68468
...
@@ -1916,7 +1916,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -1916,7 +1916,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<para>
<para>
<!--
<!--
Specify the control group value to be set on the unified cgroup
Specify the control group value to be set on the unified cgroup
s
hierarchy. The controller name is the literal name of the control
hierarchy. The controller name is the literal name of the control
group. The permitted names and the syntax of their values is not
group. The permitted names and the syntax of their values is not
dictated by LXC, instead it depends on the features of the Linux
dictated by LXC, instead it depends on the features of the Linux
kernel running at the time the container is started, eg.
kernel running at the time the container is started, eg.
...
...
doc/lxc.container.conf.sgml.in
View file @
d0d68468
...
@@ -1443,7 +1443,7 @@ dev/null proc/kcore none bind,relative 0 0
...
@@ -1443,7 +1443,7 @@ dev/null proc/kcore none bind,relative 0 0
<listitem>
<listitem>
<para>
<para>
Specify the control group value to be set on the unified cgroup
Specify the control group value to be set on the unified cgroup
s
hierarchy. The controller name is the literal name of the control
hierarchy. The controller name is the literal name of the control
group. The permitted names and the syntax of their values is not
group. The permitted names and the syntax of their values is not
dictated by LXC, instead it depends on the features of the Linux
dictated by LXC, instead it depends on the features of the Linux
kernel running at the time the container is started, eg.
kernel running at the time the container is started, eg.
...
...
src/lxc/pam/pam_cgfs.c
View file @
d0d68468
...
@@ -1281,7 +1281,7 @@ static inline int cg_get_version_of_mntpt(const char *path)
...
@@ -1281,7 +1281,7 @@ static inline int cg_get_version_of_mntpt(const char *path)
}
}
/* Detect and store information about the cgroupfs v2 hierarchy. Currently only
/* Detect and store information about the cgroupfs v2 hierarchy. Currently only
* deals with the empty v2 hierachy as we do not retrieve enabled controllers.
* deals with the empty v2 hiera
r
chy as we do not retrieve enabled controllers.
*/
*/
static
bool
cgv2_init
(
uid_t
uid
,
gid_t
gid
)
static
bool
cgv2_init
(
uid_t
uid
,
gid_t
gid
)
{
{
...
...
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