aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/uncrypt.te
blob: 2697595e45b096d14f3dcda986353e55316ff2c3 (plain)
1
2
3
4
5
6
7
8
9
r_dir_file(uncrypt, media_rw_data_file)
allow uncrypt recovery_cache_file:dir create_dir_perms;
allow uncrypt recovery_cache_file:file create_file_perms;
allow uncrypt recovery_cache_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;