-Fix Neverallows. -Fix missing type. -Fix type attributes. Signed-off-by: Ashwin R C <ashwin2001achu@gmail.com> Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
8 lines
274 B
Plaintext
8 lines
274 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 };
|
|
|
|
allow untrusted_app firmware_file:dir read;
|
|
allow untrusted_app fsg_file:dir read;
|