• Martijn Pieters's avatar
    Allow ModuleSecurityInfo objects to be reused even after they have been · 5ecd5692
    Martijn Pieters authored
    applied to ttheir modules.
    
    When trusted code or module refreshes ask for a ModuleSecurityInfo object
    that was already applied, previously a new one would be created, including
    new ones for the parent packages. This could cause declartion for *other*
    packages to be removed when this new Info object is reapplied later on.
    5ecd5692
SecurityInfo.py 11.3 KB