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

Commit dcc208f3 authored by Bart Van Assche's avatar Bart Van Assche
Browse files

Fix a spelling error



Fixes: 2e4b3ffa ("Use Apex sepolicy if it's available")
Change-Id: Ib937fa8384658f05ff435024f7834c5df12f0d22
Signed-off-by: default avatarBart Van Assche <bvanassche@google.com>
parent 15d7230e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@ Result<void> LoadSepolicyApexCerts() {
}

Result<void> SepolicyFsVerityCheck() {
    return Error() << "TODO implementent support for fsverity SEPolicy.";
    return Error() << "TODO implement support for fsverity SEPolicy.";
}

Result<void> SepolicyCheckSignature(const std::string& dir) {