raiseModuleException("Binwalk extraction uses many third party utilities, which may not be secure.\nIf you wish to have extraction utilities executed as the current user, use --run-as=<user name>.")
self.runas_uid=os.getuid()
self.runas_gid=os.getgid()
else:
user_info=pwd.getpwnam(self.runas_user)
self.runas_uid=user_info.pw_uid
self.runas_gid=user_info.pw_gid
# Holds a list of extraction rules loaded either from a file or when