Merge "Move qdss sysfs file definition from target folder to common"
This commit is contained in:
commit
e59728f5f0
3 changed files with 4 additions and 2 deletions
3
generic/vendor/common/file.te
vendored
3
generic/vendor/common/file.te
vendored
|
@ -167,3 +167,6 @@ type hal_neuralnetworks_data_file, file_type, data_file_type;
|
|||
type vendor_bt_data_file, file_type, data_file_type;
|
||||
|
||||
type sysfs_usb_controller, sysfs_type, fs_type;
|
||||
|
||||
#for qdss
|
||||
type sysfs_qdss_dev, sysfs_type, fs_type;
|
||||
|
|
1
generic/vendor/msmnile/file.te
vendored
1
generic/vendor/msmnile/file.te
vendored
|
@ -25,5 +25,4 @@
|
|||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
type sysfs_qdss_dev, sysfs_type, fs_type;
|
||||
type sysfs_mhi, sysfs_type, fs_type;
|
||||
|
|
2
qva/vendor/common/hal_cvp.te
vendored
2
qva/vendor/common/hal_cvp.te
vendored
|
@ -49,7 +49,7 @@ allow vendor_cvp qdsp_device:chr_file rw_file_perms;
|
|||
allow vendor_cvp dsp_device:chr_file rw_file_perms;
|
||||
|
||||
# Access for sdcard
|
||||
userdebug_or_eng('
|
||||
userdebug_or_eng(`
|
||||
allow vendor_cvp sdcard_type:dir rw_dir_perms;
|
||||
allow vendor_cvp sdcard_type:file create_file_perms;
|
||||
')
|
||||
|
|
Loading…
Reference in a new issue