Fix the app_ndk policy boolean allow rule.
This commit is contained in:
parent
e1c545d82f
commit
96bf505962
1 changed files with 1 additions and 1 deletions
2
app.te
2
app.te
|
@ -103,7 +103,7 @@ allow untrusted_app sdcard:file create_file_perms;
|
||||||
# Native app support.
|
# Native app support.
|
||||||
bool app_ndk false;
|
bool app_ndk false;
|
||||||
if (app_ndk) {
|
if (app_ndk) {
|
||||||
allow untrusted_app app_data_file:file execute;
|
allow untrusted_app system_data_file:file { execute open };
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue