[node-patches] Change in ovirt-node[master]: enable strong RNG options on the security page
jboggs at redhat.com
jboggs at redhat.com
Mon Sep 24 16:48:02 UTC 2012
Joey Boggs has posted comments on this change.
Change subject: enable strong RNG options on the security page
......................................................................
Patch Set 5: (2 inline comments)
....................................................
File recipe/common-post.ks
Line 255: #cleanup tmp directory from cim setup
Line 256: rm -rf /tmp/cim_schema*
Line 257:
Line 258: # enable strong random number generation
Line 259: sed -i '/SSH_USE_STRONG_RNG/d' /etc/sysconfig/sshd
this is done to make the variable global in /etc/profile so that the client can grab it as well
....................................................
File scripts/ovirtnode/ovirtfunctions.py
Line 1493: def rng_status():
Line 1494: bit_value = 0
Line 1495: disable_aes_ni = 0
Line 1496: try:
Line 1497: f = open("/etc/profile")
will change
Line 1498: for line in f:
Line 1499: try:
Line 1500: if "SSH_USE_STRONG_RNG" in line:
Line 1501: export , kv = line.split()
--
To view, visit http://gerrit.ovirt.org/7934
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I0b96989b756a691668972d8e204cf8f152e53630
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list