aboutsummaryrefslogtreecommitdiffstats
path: root/file.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2013-09-27 10:24:49 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2013-09-27 16:09:27 -0400
commit45ba665cfcc5c2fc3242a013e6070c2bed860b0a (patch)
tree43412620a4b81c8a5c8ab21afd394aaf1b5e54e6 /file.te
parent189558f64affb73b554b568db90d62eb7d2a9ada (diff)
downloadandroid_external_sepolicy-45ba665cfcc5c2fc3242a013e6070c2bed860b0a.tar.gz
android_external_sepolicy-45ba665cfcc5c2fc3242a013e6070c2bed860b0a.tar.bz2
android_external_sepolicy-45ba665cfcc5c2fc3242a013e6070c2bed860b0a.zip
Label and allow access to /data/system/ndebugsocket.
Otherwise it defaults to the label of /data/system and cannot be distinguished from any other socket in that directory. Also adds allow rule required for pre-existing wpa_socket transition to function without unconfined_domain. Change-Id: I57179aa18786bd56d247f397347e546cca978e41 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'file.te')
-rw-r--r--file.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.te b/file.te
index aeea030..44b7516 100644
--- a/file.te
+++ b/file.te
@@ -98,6 +98,7 @@ type racoon_socket, file_type;
type rild_socket, file_type;
type rild_debug_socket, file_type;
type system_wpa_socket, file_type;
+type system_ndebug_socket, file_type;
type vold_socket, file_type;
type wpa_socket, file_type;
type zygote_socket, file_type;