Platform BpfLoader: remove spurious comment about versions
(leftover) Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I82b589ed3aa0218c22e0a312928f2a36487ce7bd
This commit is contained in:
parent
9e8e2ebd4c
commit
e0a5665570
1 changed files with 0 additions and 2 deletions
|
@ -895,8 +895,6 @@ static int loadCodeSections(const char* elfPath, vector<codeSection>& cs, const
|
|||
|
||||
domain selinux_context = getDomainFromSelinuxContext(cs[i].prog_def->selinux_context);
|
||||
domain pin_subdir = getDomainFromPinSubdir(cs[i].prog_def->pin_subdir);
|
||||
// Note: make sure to only check for unrecognized *after* verifying bpfloader
|
||||
// version limits include this bpfloader's version.
|
||||
|
||||
if (unrecognized(pin_subdir)) return -ENOTDIR;
|
||||
|
||||
|
|
Loading…
Reference in a new issue