sm8150-common: sepolicy: Label /proc/touchpanel

Change-Id: I8a4337dd7811eb00715b813f5bf94e57f72b3b6f
This commit is contained in:
LuK1337 2019-07-08 00:01:43 +02:00
parent 85f9d66e1c
commit 6d4282b798
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@
type op1_file, file_type; type op1_file, file_type;
type op2_file, file_type; type op2_file, file_type;
# proc
type proc_touchpanel, fs_type, proc_type;
# sysfs # sysfs
type sysfs_fpc, sysfs_type, fs_type; type sysfs_fpc, sysfs_type, fs_type;
type sysfs_motor, sysfs_type, fs_type; type sysfs_motor, sysfs_type, fs_type;

1
sepolicy/vendor/genfs_contexts vendored Normal file
View File

@ -0,0 +1 @@
genfscon proc /touchpanel u:object_r:proc_touchpanel:s0