Merge "Fix the sysfs definition to avoid compilation error."
This commit is contained in:
commit
f441b83563
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