1 # Temporary attribute used for migrating permissions out of domain. 2 # Motivation: Domain is overly permissive. Start removing permissions 3 # from domain and assign them to the domain_deprecated attribute. 4 # Domain_deprecated and domain can initially be assigned to all 5 # domains. The goal is to not assign domain_deprecated to new domains 6 # and to start removing domain_deprecated where it's not required or 7 # reassigning the appropriate permissions to the inheriting domain 8 # when necessary. 9 attribute domain_deprecated; 10