Merge "sepolicy: fix usb hal selinux permission" into sc-dev
This commit is contained in:
commit
2433a82427
1 changed files with 2 additions and 2 deletions
4
whitechapel/vendor/google/hal_usb_impl.te
vendored
4
whitechapel/vendor/google/hal_usb_impl.te
vendored
|
@ -8,5 +8,5 @@ init_daemon_domain(hal_usb_impl)
|
||||||
allow hal_usb_impl functionfs:dir { watch watch_reads };
|
allow hal_usb_impl functionfs:dir { watch watch_reads };
|
||||||
set_prop(hal_usb_impl, vendor_usb_config_prop)
|
set_prop(hal_usb_impl, vendor_usb_config_prop)
|
||||||
|
|
||||||
allow hal_usb_impl sysfs_batteryinfo:dir search;
|
allow hal_usb_impl sysfs_batteryinfo:dir r_dir_perms;
|
||||||
allow hal_usb_impl sysfs_batteryinfo:file r_file_perms;
|
allow hal_usb_impl sysfs_batteryinfo:file rw_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue