diff --git a/logd/LogAudit.cpp b/logd/LogAudit.cpp index 470ffedee..a21555c08 100644 --- a/logd/LogAudit.cpp +++ b/logd/LogAudit.cpp @@ -111,7 +111,7 @@ static inline bool hasMetadata(char* str, int str_len) { } std::map LogAudit::populateDenialMap() { - std::ifstream bug_file("/system/etc/selinux/selinux_denial_metadata"); + std::ifstream bug_file("/vendor/etc/selinux/selinux_denial_metadata"); std::string line; // allocate a map for the static map pointer in auditParse to keep track of, // this function only runs once