Fix the sysfs definition to avoid compilation error.
Move sysfs_mhi to common as the label is applicable to all target. Change-Id: Id4e50fcbd2e2ec697fdb7ae58ef1427bf3c22d54
This commit is contained in:
parent
5b3e76ee71
commit
f80f707734
3 changed files with 1 additions and 2 deletions
1
generic/vendor/common/file.te
vendored
1
generic/vendor/common/file.te
vendored
|
@ -178,3 +178,4 @@ type sysfs_qdss_dev, sysfs_type, fs_type;
|
|||
|
||||
#Define the qdcmss socket type
|
||||
type qdcmsocket_socket, file_type;
|
||||
type sysfs_mhi, sysfs_type, fs_type;
|
||||
|
|
1
generic/vendor/kona/file.te
vendored
1
generic/vendor/kona/file.te
vendored
|
@ -25,4 +25,3 @@
|
|||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
type sysfs_mhi, sysfs_type, fs_type;
|
||||
|
|
1
generic/vendor/msmnile/file.te
vendored
1
generic/vendor/msmnile/file.te
vendored
|
@ -25,4 +25,3 @@
|
|||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
type sysfs_mhi, sysfs_type, fs_type;
|
||||
|
|
Loading…
Reference in a new issue