Smruti Soumitra Khuntia 1e43bdcbc6 Delivery of default seccomp Profile on each Host on site deployment
- A new schema for a Deckhand document that contains a Seccomp default
  profile.
- A Seccomp profile that creates the default seccomp profile file
  at defined seccomp profile root.
- A bootaction that puts the default seccomp profile in place.
- Modified Kubelet config to support seccomp profile root dir's path.

Similar changes in Airship-Treasuremap :
  https://review.openstack.org/#/c/602532/

Change-Id: Ia3a5f10abd88f7e20b3594ccde68d03535ef60cf
2018-10-16 11:17:25 +00:00

32 lines
630 B
YAML

---
schema: 'drydock/BootAction/v1'
metadata:
schema: 'metadata/Document/v1'
name: seccomp-profiles
storagePolicy: 'cleartext'
layeringDefinition:
abstract: false
layer: global
substitutions:
- src:
schema: pegleg/SeccompProfile/v1
name: seccomp-default
path: .savePath
dest:
path: .assets[0].path
- src:
schema: pegleg/SeccompProfile/v1
name: seccomp-default
path: .content
dest:
path: .assets[0].data
data:
signaling: false
assets:
- type: file
permissions: '600'
data_pipeline:
- utf8_decode
...