Skip to content
Snippets Groups Projects
  • Nick Kralevich's avatar
    a730e50b
    Don't allow zygote init:binder call · a730e50b
    Nick Kralevich authored
    init can't handle binder calls. It's always incorrect
    to allow init:binder call, and represents a binder call
    to a service without an SELinux domain. Adding this
    allow rule was a mistake; the dumpstate SELinux domain didn't
    exist at the time this rule was written, and dumpstate was
    running under init's domain.
    
    Add a neverallow rule to prevent the reintroduction of
    this bug.
    
    Change-Id: I78d35e675fd142d880f15329471778c18972bf50
    a730e50b
    History
    Don't allow zygote init:binder call
    Nick Kralevich authored
    init can't handle binder calls. It's always incorrect
    to allow init:binder call, and represents a binder call
    to a service without an SELinux domain. Adding this
    allow rule was a mistake; the dumpstate SELinux domain didn't
    exist at the time this rule was written, and dumpstate was
    running under init's domain.
    
    Add a neverallow rule to prevent the reintroduction of
    this bug.
    
    Change-Id: I78d35e675fd142d880f15329471778c18972bf50