Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c3cba493
Unverified
Commit
c3cba493
authored
Aug 01, 2016
by
Tim St. Clair
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deploying-profiles section: watch for changes
parent
99d05d1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
apparmor.md
docs/proposals/apparmor.md
+5
-5
No files found.
docs/proposals/apparmor.md
View file @
c3cba493
...
...
@@ -180,13 +180,13 @@ Enforcement of the policy is standard. See the
## Deploying profiles
We will provide a reference implementation of a
pod for loading profiles on nodes, but there will
not be an official mechanism or API in the initial version (see
We will provide a reference implementation of a
DaemonSet pod for loading profiles on nodes, but
there will
not be an official mechanism or API in the initial version (see
[
future work
](
#deploying-profiles-1
)
). The reference container will contain the
`apparmor_parser`
tool and a script for using the tool to load all profiles in a set of (configurable)
directories. The initial implementation will
be designed to run once to completion, as opposed to
watching the directories for changes. It can be run in a DaemonSet to load the profiles onto all
nodes. The pod will need to be run in privileged mode.
directories. The initial implementation will
poll (with a configurable interval) the directories for
additions, but will not update or unload existing profiles. The pod can be run in a DaemonSet to
load the profiles onto all
nodes. The pod will need to be run in privileged mode.
This simple design should be sufficient to deploy AppArmor profiles from any volume source, such as
a ConfigMap or PersistentDisk. Users seeking more advanced features should be able extend this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment