-
Notifications
You must be signed in to change notification settings - Fork 18.8k
profiles/apparmor, seccomp: migrate to separate module #50481
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
vendor.mod
Outdated
replace ( | ||
github.com/moby/profiles/apparmor => github.com/moby/profiles/apparmor v0.0.0-20250722153716-c936cc7b4074 | ||
github.com/moby/profiles/seccomp => github.com/moby/profiles/seccomp v0.0.0-20250722153716-c936cc7b4074 | ||
) |
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.
Go really doesn't like submodules; it happily took github.com/moby/profiles/apparmor
, but then didn't know what to do with github.com/moby/profiles/seccomp
(module found but doesn't have package).
Possibly it took the root of the repo, then used apparmor
as a package not a module
a81b84c
to
0d68120
Compare
Ah, looks like we have a CLI integration test that uses the JSON file that was in it, but now moved to the vendor directory;
|
Signed-off-by: Sebastiaan van Stijn <[email protected]>
0d68120
to
a600da9
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.
Woot! LGTM.
Bringing this in to unblock some of the daemon module work. |
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)