Merge "sepolicy: fix usb hal selinux permission" into sc-dev am: 2433a82427

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/13899365

Change-Id: Iec98ad83437265a5b557eaaddc22d52dd7fe0269
This commit is contained in:
TreeHugger Robot 2021-03-18 06:20:40 +00:00 committed by Automerger Merge Worker
commit 005b56dc05

View file

@ -8,5 +8,5 @@ init_daemon_domain(hal_usb_impl)
allow hal_usb_impl functionfs:dir { watch watch_reads };
set_prop(hal_usb_impl, vendor_usb_config_prop)
allow hal_usb_impl sysfs_batteryinfo:dir search;
allow hal_usb_impl sysfs_batteryinfo:file r_file_perms;
allow hal_usb_impl sysfs_batteryinfo:dir r_dir_perms;
allow hal_usb_impl sysfs_batteryinfo:file rw_file_perms;