platform_app.te 289 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
###
### 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)