diff options
| author | 2016-09-05 13:38:21 +0100 | |
|---|---|---|
| committer | 2016-09-05 14:54:07 +0100 | |
| commit | 8dee0541904e4f792cdebdee4f23f768561cb276 (patch) | |
| tree | 3a9f1c2dc0ed082915881f79e2a5285379d9bf84 | |
| parent | dc77fbca271eb16016e0c1495bbadea9c78a8205 (diff) | |
fd_utils: Remove whitelist for "/dev/pmsg0".
We're now calling __android_log_close prior to a fork, so this file
shouldn't need to be open.
bug: 31243313
bug: 30963384
Change-Id: I8c29adf075782eed966c9197d58f0325310f6c3a
| -rw-r--r-- | core/jni/fd_utils-inl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/fd_utils-inl.h b/core/jni/fd_utils-inl.h index 2b36c9f671e8..7cfb4f3da7f1 100644 --- a/core/jni/fd_utils-inl.h +++ b/core/jni/fd_utils-inl.h @@ -48,7 +48,6 @@ // fork, and all operations on it will fail. static const char* kPathWhitelist[] = { "/dev/null", - "/dev/pmsg0", "/dev/socket/zygote", "/dev/socket/zygote_secondary", "/system/etc/event-log-tags", |