sm7250-common:address some denials
Signed-off-by: revolwoc <imsakshisharma04@gmail.com> Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
6
sepolicy/private/untrusted_app.te
Normal file
6
sepolicy/private/untrusted_app.te
Normal file
@@ -0,0 +1,6 @@
|
||||
get_prop(untrusted_app, virtual_ab_prop);
|
||||
|
||||
allow untrusted_app exported_camera_prop:file { read };
|
||||
allow untrusted_app proc_net:file { read open getattr };
|
||||
allow untrusted_app app_data_file:file { execute };
|
||||
dontaudit untrusted_app proc:file { read };
|
||||
Reference in New Issue
Block a user