kytoon 1.3.2 → 1.3.3
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.
- data/CHANGELOG +3 -0
- data/VERSION +1 -1
- data/lib/kytoon/providers/libvirt/server_group.rb +1 -0
- metadata +3 -3
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
* Tue Feb 12 2013 Dan Prince <dprince@redhat.com> - 1.3.3
|
|
2
|
+
-Update SELinux to set correct context on /root/.ssh as well.
|
|
3
|
+
|
|
1
4
|
* Mon Feb 11 2013 Dan Prince <dprince@redhat.com> - 1.3.2
|
|
2
5
|
-Add 'selinux_enabled' option for libvirt provider. If set this
|
|
3
6
|
option will set the SELinux context on /root/.ssh/authorized_keys
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.3
|
|
@@ -350,6 +350,7 @@ if [ -n "$LV_ROOT" ]; then
|
|
|
350
350
|
write-append /root/.ssh/authorized_keys "#{ssh_public_key}\n" : \
|
|
351
351
|
sh "/bin/chmod -R 700 /root/.ssh" : \
|
|
352
352
|
sh "load_policy -i" : \
|
|
353
|
+
sh "chcon unconfined_u:object_r:user_home_t:s0 /root/.ssh" : \
|
|
353
354
|
sh "chcon system_u:object_r:ssh_home_t /root/.ssh/authorized_keys"
|
|
354
355
|
else
|
|
355
356
|
#{sudo} guestfish add #{disk_path} : \
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kytoon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rdoc
|
|
@@ -289,7 +289,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
289
289
|
version: '0'
|
|
290
290
|
segments:
|
|
291
291
|
- 0
|
|
292
|
-
hash: -
|
|
292
|
+
hash: -1487060926017859322
|
|
293
293
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
294
294
|
none: false
|
|
295
295
|
requirements:
|