8a7dcb5e1e
Bug: 193912100 Test: back-compatibility change for android.security.SELinuxTargetSdkTest Change-Id: I47f2ddc4fa87bf6c8f872d2679348b2eecddcaad
23 lines
681 B
Text
23 lines
681 B
Text
###
|
|
### Untrusted apps.
|
|
###
|
|
### This file defines the rules for untrusted apps running with
|
|
### 29 < targetSdkVersion <= 31.
|
|
###
|
|
### See public/untrusted_app.te for more information about which apps are
|
|
### placed in this selinux domain.
|
|
###
|
|
### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
|
|
###
|
|
|
|
typeattribute untrusted_app_30 coredomain;
|
|
|
|
app_domain(untrusted_app_30)
|
|
untrusted_app_domain(untrusted_app_30)
|
|
net_domain(untrusted_app_30)
|
|
bluetooth_domain(untrusted_app_30)
|
|
|
|
# allow sending RTM_GETNEIGH{TBL} messages.
|
|
allow untrusted_app_30 self:netlink_route_socket nlmsg_getneigh;
|
|
auditallow untrusted_app_30 self:netlink_route_socket nlmsg_getneigh;
|
|
|