This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,76 @@ | |||
# An example ConfigMap demonstrating how profiles can be stored as Kubernetes objects, and loaded by | |||
# the DaemonSet. |
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.
s/DaemonSet/AppArmor Profile Loader DaemonSet?
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. I went with "apparmor-loader DaemonSet" since that's the actual object name.
LGTM to me overall. But not sure why travis complained the following:
|
I think the failure was just a flake. It shows the sudo message for every build. |
timstclair
force-pushed
the
aa-loader
branch
from
September 1, 2016 20:54
d977c49
to
0b172a3
Compare
Squashed commits. |
LGTM |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a proof-of-concept DaemonSet for loading AppArmor profiles from a ConfigMap onto a cluster.
The DaemonSet runs a small go program that is mostly a wrapper around
apparmor_parser
, which actually loads the profiles. The additional features the loader provides are:This is meant to provide an example of using AppArmor, and be a starting point for users trying out AppArmor or building there own solutions.
/cc @jfrazelle @thockin
This change is