From: Michael Tremer Date: Sat, 11 Dec 2010 09:37:29 +0000 (+0100) Subject: Add more unallowed IDs. X-Git-Tag: v0.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ce4c8d8a06b96f918acbc6699ddef38995e598;p=oddments%2Ffireinfo.git Add more unallowed IDs. --- diff --git a/fireinfo/system.py b/fireinfo/system.py index a0a3d24..df1a567 100644 --- a/fireinfo/system.py +++ b/fireinfo/system.py @@ -19,6 +19,8 @@ SECRET_ID_FILE = "/etc/fireinfo-id" INVALID_ID_STRINGS = ( "OEM", "O.E.M.", "o.e.m.", "N/A", "n/a", + "12345", "54321", "202020", + "chassis", ) class Singleton(type):