From 9f9188f1c6239e8dce439e9479ca12bd6ecd161f Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Sat, 17 Aug 2019 18:53:56 +0200 Subject: [PATCH] universal7580: sepolicy: address gps denial Change-Id: I9e37700a1bec782a4a43cf3c19b8861496662102 --- sepolicy/gpsd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/gpsd.te b/sepolicy/gpsd.te index d44ce3a..9c383ff 100644 --- a/sepolicy/gpsd.te +++ b/sepolicy/gpsd.te @@ -24,6 +24,7 @@ allow gpsd gps_socket:sock_file create_file_perms; allow gpsd self:udp_socket create_socket_perms; # sysfs_gps +allow gpsd sysfs_gps:dir search; allow gpsd sysfs_gps:lnk_file read; allow gpsd sysfs_gps:file rw_file_perms; -- 2.20.1