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