linecook-gem 0.6.5 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/linecook/builder/lxc.rb +1 -2
- data/lib/linecook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b07ce0f01553c8e26dc627df036c135cd3284aa
|
|
4
|
+
data.tar.gz: 1396541d095d354d7d8136b119206d5a7cb9de0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adcdf46589a21feaa1b80835b557031a9e1d40f44903b3da24c40245d568a6bc0e0a084857a9b4026e664aff29ce693e1cf55e4c1550f6ebdc8863762bea0fec
|
|
7
|
+
data.tar.gz: 7aa5da8682f8cf3b698e762498c32826da6f685b1fa12992c481e79b3772f00f566bdfeec440063e199b95f7c7fc3950155f3d85da7b3f5ef26fa7a7f0a4121a
|
data/lib/linecook/builder/lxc.rb
CHANGED
|
@@ -227,8 +227,7 @@ eos
|
|
|
227
227
|
extend self
|
|
228
228
|
DEFAULT_LXC_CONFIG = {
|
|
229
229
|
include: '/usr/share/lxc/config/ubuntu.common.conf',
|
|
230
|
-
|
|
231
|
-
aa_profile: 'unconfined',
|
|
230
|
+
aa_profile: 'lxc-container-default-with-nesting',
|
|
232
231
|
arch: 'x86.64',
|
|
233
232
|
utsname: 'linecook',
|
|
234
233
|
rootfs: '/u/lxc/linecook/rootfs',
|
data/lib/linecook/version.rb
CHANGED