diff --git a/uncrypt.te b/uncrypt.te index 1c180646dda52d3d09030c93cae73144b9a1f616..743236d484ae6d4f52a53a35f84df6379d2eb6bb 100644 --- a/uncrypt.te +++ b/uncrypt.te @@ -1,5 +1,5 @@ # uncrypt -type uncrypt, domain; +type uncrypt, domain, mlstrustedsubject; type uncrypt_exec, exec_type, file_type; init_daemon_domain(uncrypt) @@ -30,5 +30,4 @@ allow uncrypt block_device:blk_file w_file_perms; allow uncrypt block_device:dir r_dir_perms; # Access userdata block device. -allow uncrypt userdata_block_device:blk_file rw_file_perms; -auditallow uncrypt userdata_block_device:blk_file rw_file_perms; +allow uncrypt userdata_block_device:blk_file w_file_perms;