|
12 | 12 | # minTargetSdkVersion (unsigned integer)
|
13 | 13 | # fromRunAs (boolean)
|
14 | 14 | # isIsolatedComputeApp (boolean)
|
| 15 | +# isSdkSandboxNext (boolean) |
15 | 16 | #
|
16 | 17 | # All specified input selectors in an entry must match (i.e. logical AND).
|
17 | 18 | # An unspecified string or boolean selector with no default will match any
|
|
47 | 48 | # with user=_isolated. This selector should not be used unless it is intended
|
48 | 49 | # to provide isolated processes with relaxed security restrictions.
|
49 | 50 | #
|
| 51 | +# isSdkSandboxNext=true means sdk sandbox processes will get |
| 52 | +# sdk_sandbox_next sepolicy applied to them. |
| 53 | +# |
50 | 54 | # Precedence: entries are compared using the following rules, in the order shown
|
51 | 55 | # (see external/selinux/libselinux/src/android/android_platform.c,
|
52 | 56 | # seapp_context_cmp()).
|
|
64 | 68 | # defaults to 0 if unspecified.
|
65 | 69 | # (8) fromRunAs=true before fromRunAs=false.
|
66 | 70 | # (9) isIsolatedComputeApp=true before isIsolatedComputeApp=false
|
| 71 | +# (10) isSdkSandboxNext=true before isSdkSandboxNext=false |
67 | 72 | # (A fixed selector is more specific than a prefix, i.e. ending in *, and a
|
68 | 73 | # longer prefix is more specific than a shorter prefix.)
|
69 | 74 | # Apps are checked against entries in precedence order until the first match,
|
@@ -165,6 +170,7 @@ user=webview_zygote seinfo=webview_zygote domain=webview_zygote
|
165 | 170 | user=_isolated domain=isolated_app levelFrom=user
|
166 | 171 | user=_isolated isIsolatedComputeApp=true domain=isolated_compute_app levelFrom=user
|
167 | 172 | user=_sdksandbox domain=sdk_sandbox_34 type=sdk_sandbox_data_file levelFrom=all
|
| 173 | +user=_sdksandbox isSdkSandboxNext=true domain=sdk_sandbox_next type=sdk_sandbox_data_file levelFrom=all |
168 | 174 | user=_app seinfo=app_zygote domain=app_zygote levelFrom=user
|
169 | 175 | user=_app seinfo=media domain=mediaprovider type=app_data_file levelFrom=user
|
170 | 176 | user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
|
|
0 commit comments