-
Notifications
You must be signed in to change notification settings - Fork 966
Install/uninstall brave vpn wireguard service #18565
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
Conversation
e9f2093
to
987476f
Compare
770fe73
to
b49001b
Compare
3ccb497
to
75e80a5
Compare
In order to make the licenses of |
Here's what I would put in the
and:
The |
Or this if we decide to build
|
4b5fee0
to
ed089ee
Compare
89049ca
to
7d61cf2
Compare
605b47f
to
183fd02
Compare
de7a23b
to
5717637
Compare
6cdde75
to
a6b3963
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chromium_src/patches lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
.../brave_vpn/browser/connection/wireguard/win/brave_vpn_wireguard_service/service_constants.cc
Show resolved
Hide resolved
return target_path.AppendASCII(version.GetString()) | ||
.Append(brave_vpn::kBraveVPNHelperExecutable); | ||
} | ||
|
||
bool ConfigureBraveVPNServiceAutoRestart(const base::FilePath& exe_path, | ||
const CallbackWorkItem&) { | ||
bool InstallBraveVPNService(const base::FilePath& exe_path, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: kBraveVpnHelperInstall
constants name could be renamed to kBraveVpnServiceInstall
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Licensing information added in #18815 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look great! 😄👍
Resolves brave/brave-browser#30486
Security review: https://github.com/brave/security/issues/1280
Devops issue: https://github.com/brave/devops/pull/9787
%(VersionDir)s\BraveVpnWireguardService
Added runhooks step to DEPS to download
wireguard.dll
andtunnel.dll
built bt CI jobs:brave://credits updated with new licenses:
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: