Skip to content
Snippets Groups Projects
  • Stephen Smalley's avatar
    5328d974
    neverallow PROT_EXEC stack or heap. · 5328d974
    Stephen Smalley authored
    
    Despite removing these from AOSP policy they seem to still be
    present in device policies.  Prohibit them via neverallow.
    
    We would also like to minimize execmem to only app domains
    and others using ART, but that will first require eliminating it
    from device-specific service domains (which may only have it
    due to prior incorrect handling of text relocations).
    
    Change-Id: Id1f49566779d9877835497d8ec7537abafadadc4
    Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
    5328d974
    History
    neverallow PROT_EXEC stack or heap.
    Stephen Smalley authored
    
    Despite removing these from AOSP policy they seem to still be
    present in device policies.  Prohibit them via neverallow.
    
    We would also like to minimize execmem to only app domains
    and others using ART, but that will first require eliminating it
    from device-specific service domains (which may only have it
    due to prior incorrect handling of text relocations).
    
    Change-Id: Id1f49566779d9877835497d8ec7537abafadadc4
    Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>