Home | History | Annotate | Download | only in sepolicy
      1 ###
      2 ### Apps signed with the shared key.
      3 ###
      4 
      5 type shared_app, domain;
      6 permissive shared_app;
      7 app_domain(shared_app)
      8 platform_app_domain(shared_app)
      9 # Access the network.
     10 net_domain(shared_app)
     11 # Access bluetooth.
     12 bluetooth_domain(shared_app)
     13 unconfined_domain(shared_app)
     14