Skip to content
Snippets Groups Projects
  • Narayan Kamath's avatar
    3a06a72c
    Change zygote sepolicy whitelist. · 3a06a72c
    Narayan Kamath authored
    Allow the zygote to create instruction set specific
    directories under /data/dalvik-cache and to change their owner
    to the system UID.
    
    These subdirectories are required in order to support
    instruction set specific dex caches on devices that support
    multiple instruction sets. We can't ask init to create these
    directories for us, because init doesn't have any knowledge
    about the list of runtime instruction sets the device supports.
    
    The owner needs to be system because the package manager (running
    in the system_server) is allowed to manipulate files under this
    directory.
    
    (cherry picked from commit 032e5b0a)
    
    Change-Id: I3a85e8a6b4eed003a93490e7b93a4fd68c41a361
    3a06a72c
    History
    Change zygote sepolicy whitelist.
    Narayan Kamath authored
    Allow the zygote to create instruction set specific
    directories under /data/dalvik-cache and to change their owner
    to the system UID.
    
    These subdirectories are required in order to support
    instruction set specific dex caches on devices that support
    multiple instruction sets. We can't ask init to create these
    directories for us, because init doesn't have any knowledge
    about the list of runtime instruction sets the device supports.
    
    The owner needs to be system because the package manager (running
    in the system_server) is allowed to manipulate files under this
    directory.
    
    (cherry picked from commit 032e5b0a)
    
    Change-Id: I3a85e8a6b4eed003a93490e7b93a4fd68c41a361