From 788f9b7522ee1817b6d4f31e4ec3eaea7a21a522 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Tue, 11 Sep 2018 14:51:18 +0200 Subject: [PATCH] sdm845-common: Allow hal_usb to read and write to sysfs_oem Change-Id: I29187ad7844b953e63e356c405f4a18e107d902b --- sepolicy/private/hal_usb.te | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sepolicy/private/hal_usb.te diff --git a/sepolicy/private/hal_usb.te b/sepolicy/private/hal_usb.te new file mode 100644 index 0000000..91e851a --- /dev/null +++ b/sepolicy/private/hal_usb.te @@ -0,0 +1,2 @@ +# Allow hal_usb to read and write to sysfs_oem +allow hal_usb sysfs_oem:file rw_file_perms;