Skip to content

Commit

Permalink
testing configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxerrante committed Feb 1, 2023
1 parent 970142d commit a6fc829
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/cm-kapparmor-home-profile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v1
data:
custom.deny-write-outside-home: |-
profile custom.deny-write-outside-home flags=(attach_disconnected) {
file, # access all filesystem
/home/** rw,
deny /bin/** w, # deny writes in all subdirectories
deny /etc/** w,
deny /usr/** w,
}
kind: ConfigMap
metadata:
annotations:
meta.helm.sh/release-name: kapparmor
labels:
app.kubernetes.io/managed-by: Helm
name: kapparmor-profiles

0 comments on commit a6fc829

Please sign in to comment.