This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/sepolicy/untrusted_app.te
Vachounet 3f951ce093 sanders: address some denials
Change-Id: I90239f922aea3b7684b492ea34f137ef31577221
2018-04-27 14:09:32 -03:00

14 lines
494 B
Plaintext

get_prop(untrusted_app, camera_prop);
get_prop(untrusted_app_25, camera_prop);
allow untrusted_app sysfs_zram:dir { search read };
allow untrusted_app sysfs_zram:file { open read getattr };
get_prop(untrusted_app, net_dns_prop);
allow untrusted_app firmware_file:dir read;
allow untrusted_app fsg_file:dir read;
allow untrusted_app net_dns_prop:file read;
allow untrusted_app persist_file:dir getattr;
allow untrusted_app persist_file:filesystem getattr;
allow untrusted_app rootfs:dir read;