Merge pull request #61 from jvvv/master

Adjust documents for clone_newcgroup change.
This commit is contained in:
robertswiecki 2017-10-28 23:36:02 +02:00 committed by GitHub
commit 27c05b367f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -430,8 +430,8 @@ Options:
Don't use CLONE_NEWIPC Don't use CLONE_NEWIPC
--disable_clone_newuts --disable_clone_newuts
Don't use CLONE_NEWUTS Don't use CLONE_NEWUTS
--enable_clone_newcgroup --disable_clone_newcgroup
Use CLONE_NEWCGROUP Don't use CLONE_NEWCGROUP. Might be required for kernel versions < 4.6
--uid_mapping|-U VALUE --uid_mapping|-U VALUE
Add a custom uid mapping of the form inside_uid:outside_uid:count. Setting this requires newuidmap to be present Add a custom uid mapping of the form inside_uid:outside_uid:count. Setting this requires newuidmap to be present
--gid_mapping|-G VALUE --gid_mapping|-G VALUE

View File

@ -166,8 +166,8 @@ Don't use CLONE_NEWIPC
\fB\-\-disable_clone_newuts\fR \fB\-\-disable_clone_newuts\fR
Don't use CLONE_NEWUTS Don't use CLONE_NEWUTS
.TP .TP
\fB\-\-enable_clone_newcgroup\fR \fB\-\-disable_clone_newcgroup\fR
Use CLONE_NEWCGROUP Don't use CLONE_NEWCGROUP. Might be required for kernel versions < 4.6
.TP .TP
\fB\-\-uid_mapping\fR|\fB\-U\fR VALUE \fB\-\-uid_mapping\fR|\fB\-U\fR VALUE
Add a custom uid mapping of the form inside_uid:outside_uid:count. Setting this requires newuidmap to be present Add a custom uid mapping of the form inside_uid:outside_uid:count. Setting this requires newuidmap to be present