sanders: sepolicy: Fix more denials

This commit is contained in:
jhenrique09
2018-01-22 20:53:55 -02:00
committed by therootlord
parent b237828d88
commit 2081af0064
12 changed files with 43 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
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 };