Lines Matching refs:CfgFile
43 class CfgFile(object):
73 return "CfgFile({0}):{1}:{2}:{3}".format(
203 class PasswordFile(CfgFile):
208 CfgFile(os.path.join(path_prefix, "etc/passwd"),
221 CfgFile(os.path.join(path_prefix, "etc/shadow"),
309 class GroupFile(CfgFile):
313 CfgFile.__init__(self, os.path.join(image.get_root(), "etc/group"),
388 class FtpusersFile(CfgFile):
394 CfgFile.__init__(self, os.path.join(path_prefix, "etc/ftpd/ftpusers"),
426 class UserattrFile(CfgFile):
429 CfgFile.__init__(self, os.path.join(path_prefix, "etc/user_attr"),
472 return CfgFile.valuetostr(self, c)