summaryrefslogtreecommitdiffstats
path: root/common/vold.te
blob: c64372b95c67e4489bd4061c9c941c514a53b053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
allow vold tee_device:chr_file rw_file_perms;
allow vold self:capability sys_boot;
allow vold cache_file:dir w_dir_perms;
allow vold { fscklogs cache_file }:file create_file_perms;

# Read and write /cache/recovery/command
allow vold cache_recovery_file:dir rw_dir_perms;
allow vold cache_recovery_file:file create_file_perms;

allow vold { proc_sysrq proc_dirty_ratio }:file rw_file_perms;
wakelock_use(vold)
allow vold swap_block_device:blk_file r_file_perms;

allow vold persist_file:dir r_dir_perms;