Advertisement
Guest User

Untitled

a guest
Jul 21st, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. lxc.pivotdir = lxc_putold
  2.  
  3. lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0
  4. lxc.mount.entry = sysfs sys sysfs defaults 0 0
  5. lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0
  6. lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0
  7. lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0 0
  8. lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0
  9. lxc.mount.entry = /lib/modules lib/modules none ro,bind 0 0
  10.  
  11. lxc.devttydir = lxc
  12. lxc.tty = 4
  13. lxc.pts = 1024
  14.  
  15. lxc.cap.drop = sys_time
  16. lxc.aa_profile = unconfined
  17.  
  18. # Container specific configuration
  19. lxc.rootfs = /var/lib/lxc/test/rootfs
  20. lxc.utsname = test
  21. lxc.arch = amd64
  22.  
  23. # Network configuration
  24. lxc.network.type = veth
  25. lxc.network.flags = up
  26. lxc.network.link = vlan352
  27. lxc.network.hwaddr = 00:16:3e:3c:c2:4d
  28.  
  29. # sdb
  30. lxc.cgroup.devices.allow = b 8:16 rwm
  31. # sdb1
  32. lxc.cgroup.devices.allow = b 8:17 rwm
  33. # sdb2
  34. lxc.cgroup.devices.allow = b 8:18 rwm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement