Skip to content
Snippets Groups Projects
Commit 4ef44a61 authored by Ningyuan Wang's avatar Ningyuan Wang
Browse files

Sepolicy files for wificond

This sepolicy change allows wificond to run as a deamon.

BUG=28865186
TEST=compile
TEST=compile with ag/1059605
  Add wificond to '/target/product/base.mk'
  Adb shell ps -A | grep 'wificond'

Change-Id: If1e4a8542ac03e8ae42371d75aa46b90c3d8545d
parent 50c4b150
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,7 @@ ...@@ -162,6 +162,7 @@
/system/bin/dumpstate u:object_r:dumpstate_exec:s0 /system/bin/dumpstate u:object_r:dumpstate_exec:s0
/system/bin/vold u:object_r:vold_exec:s0 /system/bin/vold u:object_r:vold_exec:s0
/system/bin/netd u:object_r:netd_exec:s0 /system/bin/netd u:object_r:netd_exec:s0
/system/bin/wificond u:object_r:wificond_exec:s0
/system/bin/rild u:object_r:rild_exec:s0 /system/bin/rild u:object_r:rild_exec:s0
/system/bin/audioserver u:object_r:audioserver_exec:s0 /system/bin/audioserver u:object_r:audioserver_exec:s0
/system/bin/mediadrmserver u:object_r:mediadrmserver_exec:s0 /system/bin/mediadrmserver u:object_r:mediadrmserver_exec:s0
......
# wificond
type wificond, domain;
type wificond_exec, exec_type, file_type;
init_daemon_domain(wificond)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment