sanders: update sepoly again

This commit is contained in:
Vachounet
2018-01-21 22:16:01 +01:00
committed by therootlord
parent baa9d4a4ea
commit e6898f1a78
26 changed files with 120 additions and 5 deletions

4
sepolicy/untrused_app.te Normal file
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 };