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
d3928441
Commit
d3928441
authored
Dec 07, 2013
by
S.Çağlar Onur
Committed by
Stéphane Graber
Dec 09, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ubuntu: add comments about running unconfined or nested containers
Signed-off-by:
S.Çağlar Onur
<
caglar@10ur.org
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
802f869f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
ubuntu.common.conf.in
config/templates/ubuntu.common.conf.in
+10
-0
No files found.
config/templates/ubuntu.common.conf.in
View file @
d3928441
...
@@ -17,6 +17,16 @@ lxc.pts = 1024
...
@@ -17,6 +17,16 @@ lxc.pts = 1024
# Default capabilities
# Default capabilities
lxc.cap.drop = sys_module mac_admin mac_override sys_time
lxc.cap.drop = sys_module mac_admin mac_override sys_time
# When using LXC with apparmor, the container will be confined by default.
# If you wish for it to instead run unconfined, copy the following line
# (uncommented) to the container's configuration file.
#lxc.aa_profile = unconfined
# To support container nesting on an Ubuntu host while retaining most of
# apparmor's added security, use the following two lines instead.
#lxc.aa_profile = lxc-container-default-with-nesting
#lxc.hook.mount = /usr/share/lxc/hooks/mountcgroups
# Default cgroup limits
# Default cgroup limits
lxc.cgroup.devices.deny = a
lxc.cgroup.devices.deny = a
## Allow any mknod (but not using the node)
## Allow any mknod (but not using the node)
...
...
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