sm7325-common: sepolicy: allow init.qti.media to read sku_version
also label sku_version while we at it Change-Id: Id826748274b96957f88b5e1abe11337778b20a8f
This commit is contained in:
parent
570636673b
commit
c8748021a6
3 changed files with 7 additions and 0 deletions
3
sepolicy/vendor/file.te
vendored
3
sepolicy/vendor/file.te
vendored
|
|
@ -23,5 +23,8 @@ type fsg_file, file_type, contextmount_type, vendor_file_type;
|
|||
type proc_sched_lib_mask_cpuinfo, proc_type, fs_type;
|
||||
type vendor_sysfs_dt2w, fs_type, sysfs_type;
|
||||
|
||||
# SKU version
|
||||
type vendor_sysfs_sku_version, fs_type, sysfs_type;
|
||||
|
||||
# Touchscreen
|
||||
type vendor_sysfs_touchpanel, fs_type, sysfs_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue