sepolicy : restore vold access to tee_device node .

We need to remove coredomains access to tee_device but as seeing
issue we are restoring this for vold for now.

Change-Id: Ia5599051f75b456a462088e83741a8a975d99056
This commit is contained in:
Ravi Kumar Siddojigari
2019-03-22 20:13:05 +05:30
parent f441b83563
commit 33913c473f

View File

@@ -25,6 +25,7 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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;