14 lines
289 B
Text
14 lines
289 B
Text
|
###
|
||
|
### Apps signed with the platform key.
|
||
|
###
|
||
|
|
||
|
type platform_app, domain;
|
||
|
permissive platform_app;
|
||
|
app_domain(platform_app)
|
||
|
platform_app_domain(platform_app)
|
||
|
# Access the network.
|
||
|
net_domain(platform_app)
|
||
|
# Access bluetooth.
|
||
|
bluetooth_domain(platform_app)
|
||
|
unconfined_domain(platform_app)
|