Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558.

This commit is contained in:
Jack Jansen 2003-12-03 20:52:07 +00:00
parent c8de4585a6
commit 07f1dfa91c
2 changed files with 2 additions and 32 deletions

View file

@ -44,6 +44,8 @@ class MyScanner(Scanner):
def makeblacklistnames(self):
return [
"LSInit",
"LSTerm",
"kLSRequestAllInfo",
"kLSRolesAll",
]