utils.unix.search_helper module

class utils.unix.search_helper.search_helper

Bases: object

checkConfig(desiredState, chkconfigOutput, compliance=False, compliantComment='default', nonCompliantComment='default')
checkOwnership(fileOwner, raw_output, ownershipType=1, compliance=True)
checkPermValue(permissionLevel, permissionOperator, raw_output, compliance=True)
checkService(desiredState, serviceOutput, compliance=True)
grepInspect(grepItem, grepFull, cmdOutput, compliantComment='default', nonCompliantComment='default', compliance=False)
grepValue(grepItem, grepValue, grepDelimiter, cmdOutput, desiredPresent=True, compliance=True, nonCompliantComment='default', compliantComment='default')