Merge "sepolicy: SDM845.LA.1.9: Add rw permission for i2c touch sys node"
This commit is contained in:
commit
76f5912287
3 changed files with 32 additions and 0 deletions
1
vendor/common/file.te
vendored
1
vendor/common/file.te
vendored
|
@ -21,6 +21,7 @@ type sysfs_msm_stats, fs_type, sysfs_type;
|
|||
type sysfs_msm_subsys_restart, sysfs_type, fs_type;
|
||||
type sysfs_rmtfs, sysfs_type, fs_type;
|
||||
type sysfs_sensors, sysfs_type, fs_type;
|
||||
type sysfs_sectouch, sysfs_type, fs_type;
|
||||
type sysfs_soc, sysfs_type, fs_type;
|
||||
type sysfs_scsi_host, fs_type, sysfs_type;
|
||||
type sysfs_slpi, fs_type, sysfs_type;
|
||||
|
|
1
vendor/common/tee.te
vendored
1
vendor/common/tee.te
vendored
|
@ -26,3 +26,4 @@ hal_client_domain(tee, hal_graphics_allocator);
|
|||
vndbinder_use(tee);
|
||||
allow tee qdisplay_service:service_manager find;
|
||||
hal_client_domain(tee, hal_graphics_composer);
|
||||
allow tee sysfs_sectouch:file rw_file_perms;
|
||||
|
|
30
vendor/sdm845/genfs_contexts
vendored
Normal file
30
vendor/sdm845/genfs_contexts
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above
|
||||
# copyright notice, this list of conditions and the following
|
||||
# disclaimer in the documentation and/or other materials provided
|
||||
# with the distribution.
|
||||
# * Neither the name of The Linux Foundation nor the names of its
|
||||
# contributors may be used to endorse or promote products derived
|
||||
# from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
###################################
|
||||
|
||||
#secure touch
|
||||
genfscon sysfs /devices/platform/soc/a98000.i2c/i2c-2/2-0020 u:object_r:sysfs_sectouch:s0
|
Loading…
Reference in a new issue