Skip to content
Snippets Groups Projects
domain.te 269 B
Newer Older
  • Learn to ignore specific revisions
  • # Limit ability to ptrace or read sensitive /proc/pid files of processes
    # with other UIDs to these whitelisted domains.
    neverallow {
      domain
      -debuggerd
      -vold
      -dumpstate
    
      -storaged
    
      -system_server
      userdebug_or_eng(`-perfprofd')
    } self:capability sys_ptrace;