[ALPS04975618] fix dumpstate xTS fail

1. mnt_expand_file no getattr selinux rule

Change-Id: I14a31e6b4f778270ae1a684a5c1ea1407f4d6786
CR-Id: ALPS04975618
Feature: Android Exception Engine(AEE)
This commit is contained in:
Huaiming Li 2020-02-20 13:37:51 +08:00 committed by Aayush Gupta
parent 0f5ea05394
commit 72c36f94b4
2 changed files with 2 additions and 2 deletions

View File

@ -180,4 +180,4 @@ allow dumpstate mtee_trusty_file:file rw_file_perms;
# 09-05 15:58:31.552000 9693 9693 W df : type=1400 audit(0.0:990):
# avc: denied { search } for name="expand" dev="tmpfs" ino=10779 scontext=u:r:dumpstate:s0
# tcontext=u:object_r:mnt_expand_file:s0 tclass=dir permissive=0
allow dumpstate mnt_expand_file:dir search;
allow dumpstate mnt_expand_file:dir { search getattr };

View File

@ -180,4 +180,4 @@ allow dumpstate mtee_trusty_file:file rw_file_perms;
# 09-05 15:58:31.552000 9693 9693 W df : type=1400 audit(0.0:990):
# avc: denied { search } for name="expand" dev="tmpfs" ino=10779 scontext=u:r:dumpstate:s0
# tcontext=u:object_r:mnt_expand_file:s0 tclass=dir permissive=0
allow dumpstate mnt_expand_file:dir search;
allow dumpstate mnt_expand_file:dir { search getattr };