sm8150-common: sepolicy: Label /proc/touchpanel
Change-Id: I8a4337dd7811eb00715b813f5bf94e57f72b3b6f
This commit is contained in:
parent
85f9d66e1c
commit
6d4282b798
|
@ -2,6 +2,9 @@
|
|||
type op1_file, file_type;
|
||||
type op2_file, file_type;
|
||||
|
||||
# proc
|
||||
type proc_touchpanel, fs_type, proc_type;
|
||||
|
||||
# sysfs
|
||||
type sysfs_fpc, sysfs_type, fs_type;
|
||||
type sysfs_motor, sysfs_type, fs_type;
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
genfscon proc /touchpanel u:object_r:proc_touchpanel:s0
|
Loading…
Reference in New Issue