Skip to content
Snippets Groups Projects
Select Git revision
  • f034d972c3bab796e36e8cb82c2b9512e206f253
  • inf4_40 default protected
2 results

SemaChecking.cpp

Blame
  • recovery_refresh.te 380 B
    # type_transition must be private policy the domain_trans rules could stay
    # public, but conceptually should go with this
    init_daemon_domain(recovery_refresh)
    
    # recovery_refresh is not allowed to write anywhere
    # TODO: deal with tmpfs_domain pub/priv split properly
    neverallow recovery_refresh { file_type -recovery_refresh_tmpfs userdebug_or_eng(`-coredump_file') }:file write;