Merge "Read selinux_denial_metadata from /vendor" am: 6600f978a4
am: 71fce27629
Change-Id: Iba119ab8619049ea9d63e052f785393dc1383e4a
This commit is contained in:
commit
338d78b7bd
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ static inline bool hasMetadata(char* str, int str_len) {
|
|||
}
|
||||
|
||||
std::map<std::string, std::string> 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue