platform_app.te 264 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
###
### Apps signed with the platform key.
###

type platform_app, domain;
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)