Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b9433db authored by Eric Biggers's avatar Eric Biggers Committed by android-build-merger
Browse files

Merge "init/fscrypt_init_extensions: remove redundant log message" am: 7b968315

am: 48878fc9

Change-Id: Ib57dc226be2b0844fa221b181bff430e8e4138c2
parents e4839335 48878fc9
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -175,7 +175,6 @@ static int set_system_de_policy_on(const std::string& dir) {
        return -1;
        return -1;
    }
    }


    LOG(INFO) << "Setting policy on " << dir;
    int result =
    int result =
            fscrypt_policy_ensure(dir.c_str(), policy.c_str(), policy.length(), modes[0].c_str(),
            fscrypt_policy_ensure(dir.c_str(), policy.c_str(), policy.length(), modes[0].c_str(),
                                  modes.size() >= 2 ? modes[1].c_str() : "aes-256-cts");
                                  modes.size() >= 2 ? modes[1].c_str() : "aes-256-cts");