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

Support disabling specific drivers using go build tags #140

Open
AkihiroSuda opened this issue May 1, 2020 · 1 comment
Open

Support disabling specific drivers using go build tags #140

AkihiroSuda opened this issue May 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@AkihiroSuda
Copy link
Member

https://salsa.debian.org/go-team/packages/rootlesskit/-/blob/74020a391d57ffc8d7154a534c0894d1057947ab/debian/patches/0003-disable-vpnkit.patch
https://salsa.debian.org/go-team/packages/rootlesskit/-/blob/74020a391d57ffc8d7154a534c0894d1057947ab/debian/patches/0004-Disable-lxcusernic.patch

These kinds of changes should be possible with go build tags like go build -tags "no_network_vpnkit no_network_lxcusernic"

@AkihiroSuda AkihiroSuda added the enhancement New feature or request label May 1, 2020
@fahedouch
Copy link
Contributor

why doing this ?
almost of drivers are called from binaries. IMO, not installing the driver binary should be is enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants