Add sepolicy for sysfs_touch type.

Bug: 263108813
Test: TreeHugger build pass.
Signed-off-by: Super Liu <supercjliu@google.com>
Change-Id: I337863e7df3195deecc6de0202cded610118bfe0
This commit is contained in:
Super Liu 2023-01-04 01:31:23 +00:00
parent 572f3b63df
commit ed4ed5c6ea
3 changed files with 4 additions and 0 deletions

1
touch/nvt/nvt.mk Normal file
View File

@ -0,0 +1 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/touch/nvt/sepolicy

View File

@ -0,0 +1 @@
type sysfs_touch, sysfs_type, fs_type;

View File

@ -0,0 +1,2 @@
allow system_server sysfs_touch:dir r_dir_perms;
allow system_server sysfs_touch:file r_file_perms;