Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

policy: compare dst and src when op is greater_or_equal #27

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

gaojiaqi7
Copy link
Contributor

When the operation of a property in policy is greater or equal and the reference value if self, we should compare between dst and src, otherwise the only qualified value will be equal to self.

Since MigTD-dst always start a TLS server and MigTD-src always start a TLS client, we can distinguish between migtd-s and d in this way when verifying the policy.

Fix: #22

When the operation of a property in policy is greater or equal and the
reference value if `self`, we should compare between dst and src,
otherwise the only qualified value will be equal to `self`.

Since MigTD-dst always start a TLS server and MigTD-src always start
a TLS client, we can distinguish between migtd-s and d in this way when
verifying the policy.

Signed-off-by: Jiaqi Gao <[email protected]>
@jyao1
Copy link
Contributor

jyao1 commented Aug 11, 2023

@liuw1 , do we have integration test need to fix or add?

@liuw1
Copy link
Contributor

liuw1 commented Aug 13, 2023

@liuw1 , do we have integration test need to fix or add?

Yes, I submitted #28 to track this task.

@liuw1 liuw1 mentioned this pull request Aug 14, 2023
@jyao1 jyao1 merged commit 6a1ac1f into intel:main Aug 15, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migtd default policy for SVN does not work
3 participants