File tree 2 files changed +2
-0
lines changed
prebuilts/api/30.0/public
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ typeattribute $1 appdomain;
171
171
# Label tmpfs objects for all apps.
172
172
type_transition $1 tmpfs:file appdomain_tmpfs;
173
173
allow $1 appdomain_tmpfs:file { execute getattr map read write };
174
+ auditallow $1 appdomain_tmpfs:file execute;
174
175
neverallow { $1 -runas_app -shell -simpleperf } { domain -$1 }:file no_rw_file_perms;
175
176
neverallow { appdomain -runas_app -shell -simpleperf -$1 } $1:file no_rw_file_perms;
176
177
# The Android security model guarantees the confidentiality and integrity
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ typeattribute $1 appdomain;
171
171
# Label tmpfs objects for all apps.
172
172
type_transition $1 tmpfs:file appdomain_tmpfs;
173
173
allow $1 appdomain_tmpfs:file { execute getattr map read write };
174
+ auditallow $1 appdomain_tmpfs:file execute;
174
175
neverallow { $1 -runas_app -shell -simpleperf } { domain -$1 }:file no_rw_file_perms;
175
176
neverallow { appdomain -runas_app -shell -simpleperf -$1 } $1:file no_rw_file_perms;
176
177
# The Android security model guarantees the confidentiality and integrity
You can’t perform that action at this time.
0 commit comments