You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kernel/System/Package.pm there is the following blacklist:
# define names and locations that are not allowed for files in a package
my $FilesNotAllowed = [
'Kernel/Config.pm$',
'Kernel/Config/Files/ZZZAuto.pm$',
'Kernel/Config/Files/ZZZAAuto.pm$',
'Kernel/Config/Files/ZZZProcessManagement.pm$',
'var/tmp/Cache',
'var/log/',
'\.\./',
'^/',
];
Is there a reason that Kernel/Config/Files/ZZZACL.pm is not included in that list?
The text was updated successfully, but these errors were encountered:
In Kernel/System/Package.pm there is the following blacklist:
Is there a reason that Kernel/Config/Files/ZZZACL.pm is not included in that list?
The text was updated successfully, but these errors were encountered: