aboutsummaryrefslogtreecommitdiffstats
path: root/release_app.te
blob: 4dc78e7383aa5218d028556097a8b417ce3090b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###
### Apps signed with the release key (testkey in AOSP).
###

type release_app, domain;
permissive_or_unconfined(release_app)
app_domain(release_app)
platform_app_domain(release_app)
# Access the network.
net_domain(release_app)
# Access bluetooth.
bluetooth_domain(release_app)

# inherits from platformappdomain.te