2013-07-13 01:33:29 +02:00
|
|
|
###
|
|
|
|
### Apps signed with the release key (testkey in AOSP).
|
|
|
|
###
|
|
|
|
|
|
|
|
type release_app, domain;
|
2014-01-11 10:31:03 +01:00
|
|
|
permissive_or_unconfined(release_app)
|
2013-07-13 01:33:29 +02:00
|
|
|
app_domain(release_app)
|
|
|
|
platform_app_domain(release_app)
|
|
|
|
# Access the network.
|
|
|
|
net_domain(release_app)
|
|
|
|
# Access bluetooth.
|
|
|
|
bluetooth_domain(release_app)
|
2013-10-23 19:12:55 +02:00
|
|
|
|
2014-03-06 22:03:48 +01:00
|
|
|
# inherits from platformappdomain.te
|