From d207e4424648cddf30e6e9b7d574ca2c736f6ce5 Mon Sep 17 00:00:00 2001 From: pythonlimited Date: Sat, 7 Sep 2019 22:15:30 +0200 Subject: [PATCH] s3ve3g-common: sepolicy: use correct input devices regex --- sepolicy/common/file_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepolicy/common/file_contexts b/sepolicy/common/file_contexts index 0f482f5..b282cea 100644 --- a/sepolicy/common/file_contexts +++ b/sepolicy/common/file_contexts @@ -2,4 +2,4 @@ /dev/ttyHS3 u:object_r:audio_device:s0 # sysfs -/sys/devices(/.*)?/input/input[1-2]/enabled u:object_r:sysfs_hal_pwr:s0 +/sys/devices(/.*)?/input/input[2-3]/enabled u:object_r:sysfs_hal_pwr:s0