Skip to content
Snippets Groups Projects
Select Git revision
  • 9fdc5ec94cc7972b1948c1fbb090dcddbed11f05
  • main default protected
2 results

lists.py

Blame
  • shared_app.te 257 B
    ###
    ### Apps signed with the shared key.
    ###
    
    type shared_app, domain;
    permissive_or_unconfined(shared_app)
    app_domain(shared_app)
    platform_app_domain(shared_app)
    # Access the network.
    net_domain(shared_app)
    # Access bluetooth.
    bluetooth_domain(shared_app)