updates to sshsecure... HOPEFULLY it works with centos 6 now.

This commit is contained in:
brent s
2019-01-17 02:25:35 -05:00
parent 46357d8cf8
commit aa8fa6f1c4
2 changed files with 73 additions and 37 deletions

View File

@@ -105,6 +105,7 @@ class FileExtractor(object):
return()
def extractFiles(self):
# TODO: globbing or regex on self.paths?
# If we have yum, we can, TECHNICALLY, do this with:
# http://yum.baseurl.org/api/yum/rpmUtils/miscutils.html#rpmUtils.miscutils.rpm2cpio
# But nope. We can't selectively decompress members based on path with rpm2cpio-like funcs.