Skip to content
Snippets Groups Projects
Select Git revision
  • 40b3e9bf3bc615c3c4281fcab04ca7c9100533e9
  • main default protected
2 results

SoftMax.py

Blame
  • release_app.te 402 B
    ###
    ### Apps signed with the release key (testkey in AOSP).
    ###
    
    type release_app, domain;
    permissive_or_unconfined(release_app)
    app_domain(release_app)
    platform_app_domain(release_app)
    # Access the network.
    net_domain(release_app)
    # Access bluetooth.
    bluetooth_domain(release_app)
    
    # Write to /cache.
    allow release_app cache_file:dir rw_dir_perms;
    allow release_app cache_file:file create_file_perms;