Merge "Add sepolicy for sysfs_touch type."

This commit is contained in:
TreeHugger Robot 2023-01-04 04:13:52 +00:00 committed by Android (Google) Code Review
commit ca14af53f7
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;