sepolicy: allow sensors.qti to search SSR node folder

Change-Id: If810ad0313ebcf946aa4e91e2498d5a6433d7a24
diff --git a/generic/vendor/common/sensors.te b/generic/vendor/common/sensors.te
index 9c8978e..8d5c890 100644
--- a/generic/vendor/common/sensors.te
+++ b/generic/vendor/common/sensors.te
@@ -1,4 +1,4 @@
-# Copyright (c) 2018, The Linux Foundation. All rights reserved.
+# Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are
@@ -78,3 +78,7 @@
 allow vendor_sensors vendor_persist_sensors_file:file create_file_perms;
 # Access to wakelock sysfs
 wakelock_use(vendor_sensors)
+
+#Allow to search SSR node directory
+allow vendor_sensors vendor_sysfs_slpi:dir search;
+allow vendor_sensors vendor_sysfs_slpi:file getattr;
\ No newline at end of file