diff options
Diffstat (limited to 'debuggerd')
| -rwxr-xr-x | debuggerd/tombstone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/tombstone.cpp b/debuggerd/tombstone.cpp index c6300200c..e598ab417 100755 --- a/debuggerd/tombstone.cpp +++ b/debuggerd/tombstone.cpp @@ -741,7 +741,7 @@ char* engrave_tombstone( LOG("failed to change ownership of %s: %s\n", TOMBSTONE_DIR, strerror(errno)); } - if (selinux_android_restorecon(TOMBSTONE_DIR) == -1) { + if (selinux_android_restorecon(TOMBSTONE_DIR, 0) == -1) { *detach_failed = false; return NULL; } |
