1f93d9bca5
Bug: 279809333
Test: build
Change-Id: If6ef4c3b02d06212923e757fb68aa74e38c68db3
(cherry picked from commit 39dd515546
)
23 lines
701 B
Text
23 lines
701 B
Text
###
|
|
### Untrusted apps.
|
|
###
|
|
### This file defines the rules for untrusted apps running with
|
|
### targetSdkVersion >= 34.
|
|
###
|
|
### See public/untrusted_app.te for more information about which apps are
|
|
### placed in this selinux domain.
|
|
###
|
|
|
|
typeattribute untrusted_app coredomain;
|
|
|
|
app_domain(untrusted_app)
|
|
untrusted_app_domain(untrusted_app)
|
|
net_domain(untrusted_app)
|
|
bluetooth_domain(untrusted_app)
|
|
|
|
# Allow webview to access fd shared by sdksandbox for experiments data
|
|
# TODO(b/229249719): Will not be supported in Android U
|
|
allow untrusted_app sdk_sandbox_data_file:fd use;
|
|
allow untrusted_app sdk_sandbox_data_file:file write;
|
|
|
|
neverallow untrusted_app sdk_sandbox_data_file:file { open create };
|