platform_vendor_tequila/sepolicy/uncrypt.te
Steve Kondik 5b98d78fa9 sepolicy: More cleanups for N
* Fix up recovery stuff
 * Disable themes until ready
 * Disable CMUpdater until ready

Change-Id: I99073b91fbd1ec16e59602da644727a0d019f330
2016-09-04 04:46:06 -07:00

9 lines
381 B
Text

r_dir_file(uncrypt, media_rw_data_file)
allow uncrypt cache_recovery_file:dir create_dir_perms;
allow uncrypt cache_recovery_file:file create_file_perms;
allow uncrypt cache_recovery_file:fifo_file rw_file_perms;
allow uncrypt storage_file:dir r_dir_perms;
allow uncrypt storage_stub_file:dir r_dir_perms;
allow uncrypt fuse:dir r_dir_perms;
allow uncrypt fuse:file r_file_perms;