Skip to content

Commit

Permalink
Remove extra mount options from debian and ubuntu configs
Browse files Browse the repository at this point in the history
Fixes GH-3
  • Loading branch information
fgrehm committed May 3, 2014
1 parent 0718273 commit 52f5cf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion conf/debian
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ lxc.pivotdir = lxc_putold
# Default mount entries
lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0
lxc.mount.entry = sysfs sys sysfs defaults 0 0
lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0

# Default console settings
lxc.tty = 4
Expand Down
4 changes: 0 additions & 4 deletions conf/ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ lxc.pivotdir = lxc_putold
# Default mount entries
lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0
lxc.mount.entry = sysfs sys sysfs defaults 0 0
lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0
lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0
lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0 0
lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0

# Default console settings
lxc.devttydir = lxc
Expand Down

0 comments on commit 52f5cf7

Please sign in to comment.