summaryrefslogtreecommitdiffstats
path: root/sepolicy/untrusted_app.te
blob: a93728814394534badd3ef8c4157c39c1f09efd6 (plain)
1
2
3
4
5
6
7
allow untrusted_app ump_device:chr_file { open read write ioctl };
allow untrusted_app block_device:dir { open read search };
allow untrusted_app kernel:system { module_request };
allow untrusted_app firmware_camera:dir { read getattr open };
allow untrusted_app firmware_camera:file getattr;
allow untrusted_app firmware_mfc:file getattr;