From 0d103f342f75be1af420609ae4fe93b55a2b365c Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Sun, 5 Feb 2017 22:36:19 -0600 Subject: [PATCH] qcom: Permit dumpstate to run "ip xfrm policy" * dumpstate needs execute permissions for wcnss_service Change-Id: Ic2b39c877c28b330f6631f44277830d274878fbb --- sepolicy/qcom/dumpstate.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/qcom/dumpstate.te b/sepolicy/qcom/dumpstate.te index 4ba25cc7..560ad1e8 100644 --- a/sepolicy/qcom/dumpstate.te +++ b/sepolicy/qcom/dumpstate.te @@ -8,3 +8,4 @@ allow dumpstate fuse:file r_file_perms; allow dumpstate themeservice_app_data_file:dir r_dir_perms; allow dumpstate themeservice_app_data_file:file r_file_perms; allow dumpstate media_rw_data_file:dir search; +allow dumpstate wcnss_service_exec:file rx_file_perms;