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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23d69d842cd677ca1cfdbb7f828b4c2a463698f2
4
- data.tar.gz: 581cfbc5f69e7f1bab6f4f70c4a7e0a1e5a3fe92
3
+ metadata.gz: 5b07ce0f01553c8e26dc627df036c135cd3284aa
4
+ data.tar.gz: 1396541d095d354d7d8136b119206d5a7cb9de0b
5
5
  SHA512:
6
- metadata.gz: 00082d12be08ff7256c35bc8b5b71a80521449a710197c9ace463bac545a5d3a5beb5af23524b5f0f004d002766ff15c62e0dd9af1f1f9ad2553d548aff2c5c4
7
- data.tar.gz: b5a981823edbda6238b31cee000c452115412bfb70ed89dccadc8c4562ecae993d580f2598ab4edb30c0af69b307aa0fd02e01f1ab30e88ce18b03c6b0ec96c9
6
+ metadata.gz: adcdf46589a21feaa1b80835b557031a9e1d40f44903b3da24c40245d568a6bc0e0a084857a9b4026e664aff29ce693e1cf55e4c1550f6ebdc8863762bea0fec
7
+ data.tar.gz: 7aa5da8682f8cf3b698e762498c32826da6f685b1fa12992c481e79b3772f00f566bdfeec440063e199b95f7c7fc3950155f3d85da7b3f5ef26fa7a7f0a4121a
@@ -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
- #aa_profile: 'lxc-container-default-with-nesting',
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',
@@ -1,3 +1,3 @@
1
1
  module Linecook
2
- VERSION = '0.6.5'
2
+ VERSION = '0.6.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linecook-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Hamel