Fix a spelling error
Fixes: 2e4b3ffa75
("Use Apex sepolicy if it's available")
Change-Id: Ib937fa8384658f05ff435024f7834c5df12f0d22
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
parent
15d7230ed6
commit
dcc208f38a
|
@ -629,7 +629,7 @@ Result<void> LoadSepolicyApexCerts() {
|
||||||
}
|
}
|
||||||
|
|
||||||
Result<void> SepolicyFsVerityCheck() {
|
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) {
|
Result<void> SepolicyCheckSignature(const std::string& dir) {
|
||||||
|
|
Loading…
Reference in New Issue