blob: 03cc436b798c95c099d05d216a9a66f5a42c13b9 (
plain)
1
2
3
4
5
6
7
8
|
allow untrusted_app block_device:dir { open read search };
allow untrusted_app log_device:chr_file { open write };
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;
allow untrusted_app efs_file:dir getattr;
allow untrusted_app device:dir { open read };
|