diff options
Diffstat (limited to 'sepolicy/uncrypt.te')
-rw-r--r-- | sepolicy/uncrypt.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/uncrypt.te b/sepolicy/uncrypt.te index 2e545a7..978f9e1 100644 --- a/sepolicy/uncrypt.te +++ b/sepolicy/uncrypt.te @@ -1,3 +1,4 @@ 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; |